diff --git a/golang-github-google-querystring.spec b/golang-github-google-querystring.spec index 988296e..02a78c1 100644 --- a/golang-github-google-querystring.spec +++ b/golang-github-google-querystring.spec @@ -7,6 +7,11 @@ Version: 1.0.0 %gometa +# Remove in F33: +%global godevelheader %{expand: +Obsoletes: golang-github-google-go-querystring-devel < 1.0.0-3 +} + %global common_description %{expand: Go-querystring is Go library for encoding structs into URL query parameters.} @@ -16,7 +21,7 @@ Go-querystring is Go library for encoding structs into URL query parameters.} %global gosupfiles glide.lock glide.yaml Name: %{goname} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Go library for encoding structs into url query parameters # Upstream license specification: BSD-3-Clause @@ -50,6 +55,9 @@ cp %{S:1} %{S:2} . %gopkgfiles %changelog +* Fri Jul 05 2019 Elliott Sales de Andrade - 1.0.0-4 +- Add Obsoletes for old name + * Mon Apr 29 21:10:06 CEST 2019 Robert-André Mauchin - 1.0.0-3 - Update to new macros