diff --git a/golang-github-cpuguy83-md2man.spec b/golang-github-cpuguy83-md2man.spec index edc21d2..6b7e154 100644 --- a/golang-github-cpuguy83-md2man.spec +++ b/golang-github-cpuguy83-md2man.spec @@ -8,6 +8,11 @@ Version: 2.0.0 %gometa +# Remove in F33: +%global godevelheader %{expand: +Obsoletes: golang-github-cpuguy83-go-md2man-devel < 1.0.8-4 +} + %global common_description %{expand: Converts markdown into roff (man pages).} @@ -17,7 +22,7 @@ Converts markdown into roff (man pages).} %global gosupfiles glide.lock glide.yaml Name: %{goname} -Release: 0.2%{?dist} +Release: 0.3%{?dist} Summary: Converts markdown into roff (man pages) License: MIT @@ -59,6 +64,9 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %gopkgfiles %changelog +* Fri Jul 05 2019 Elliott Sales de Andrade - 2.0.0-0.3.20190624gitf79a8a8 +- Add Obsoletes for old name + * Thu Jun 27 18:13:22 CEST 2019 Robert-André Mauchin - 2.0.0-0.2.20190624gitf79a8a8 - Add Provides