diff --git a/golang-github-spf13-cast.spec b/golang-github-spf13-cast.spec index f82572e..de4323b 100644 --- a/golang-github-spf13-cast.spec +++ b/golang-github-spf13-cast.spec @@ -1,14 +1,14 @@ # https://github.com/spf13/cast %global provider_prefix github.com/spf13/cast -%global gobaseipath %{provider_prefix} +%global goipath %{provider_prefix} %global commit e31f36ffc91a2ba9ddb72a4b6a607ff9b3d3cb63 %global commitdate 20160730 -%gocraftmeta -i +%gometa Name: %{goname} Version: 0 -Release: 0.13.%{commitdate}git%{shortcommit}%{?dist} +Release: 0.14.%{commitdate}git%{shortcommit}%{?dist} Summary: Safe and easy casting from one type to another in Go License: MIT URL: %{gourl} @@ -33,7 +33,7 @@ building other packages which use import path with %{gobaseipath} prefix. %prep -%gosetup +%forgesetup %install %goinstall @@ -49,6 +49,11 @@ building other packages which use import path with %doc README.md %changelog +* Tue Oct 23 2018 Nicolas Mailhot +- 0-0.14.20160730git%{shortcommit} +- redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias +- https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ + * Fri Jul 13 2018 Fedora Release Engineering - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild