diff --git a/golang-github-asaskevich-govalidator.spec b/golang-github-asaskevich-govalidator.spec index e10bc88..2f82a29 100644 --- a/golang-github-asaskevich-govalidator.spec +++ b/golang-github-asaskevich-govalidator.spec @@ -40,7 +40,7 @@ Name: golang-%{provider}-%{project}-%{repo} Version: 8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Validators and sanitizers for strings, numerics, slices and structs # Detected licences # - MIT/X11 (BSD like) at 'LICENSE' @@ -182,6 +182,9 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath} %endif %changelog +* Sun Jan 14 2018 Ed Marshall - 8-2 +- Work around unit test breakage due to changes to net/uri in Go 1.10. + * Sat Oct 07 2017 Ed Marshall - 8-1 - Update to latest upstream release.