From d5316228ad60a83b281a92fd8b09ca6dcabe62a3 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Jul 05 2019 09:05:00 +0000 Subject: Add Obsoletes for old names. --- diff --git a/golang-github-sergi-diff.spec b/golang-github-sergi-diff.spec index e3474b8..b6b3d5d 100644 --- a/golang-github-sergi-diff.spec +++ b/golang-github-sergi-diff.spec @@ -7,6 +7,11 @@ Version: 1.0.0 %gometa +# Remove in F33: +%global godevelheader %{expand: +Obsoletes: golang-github-sergi-go-diff-devel < 1.0.0-2 +} + %global common_description %{expand: Go-diff offers algorithms to perform operations required for synchronizing plain text: @@ -18,7 +23,7 @@ text: %global godocs AUTHORS CONTRIBUTORS README.md Name: %{goname} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Diff, match and patch text in Go # Upstream license specification: Apache-2.0 and MIT @@ -50,6 +55,9 @@ BuildRequires: golang(github.com/stretchr/testify/assert) %gopkgfiles %changelog +* Fri Jul 05 2019 Elliott Sales de Andrade - 1.0.0-3 +- Add Obsoletes for old name + * Sat Apr 27 21:33:47 CEST 2019 Robert-André Mauchin - 1.0.0-2 - Update to new macros