From b25db477a061cd2d9bf0f1ce6c3b9b7bf4d35925 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 11 May 2014 19:31:08 -0500 Subject: [PATCH] handle upgrade path for introduction of -doc subpkg in 1.3.19-4 --- GraphicsMagick.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/GraphicsMagick.spec b/GraphicsMagick.spec index f3cb4a6..120e776 100644 --- a/GraphicsMagick.spec +++ b/GraphicsMagick.spec @@ -33,7 +33,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.3.19 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT Group: Applications/Multimedia @@ -75,6 +75,9 @@ BuildRequires: zlib-devel ## FIXME: %%check stuff #BuildRequires: xorg-x11-server-Xvfb +# upgrade path for introduction of -doc subpkg in 1.3.19-4 +Obsoletes: GraphicsMagick < 1.3.19-4 + # depend on stuff referenced below # --with-gs-font-dir=%{_datadir}/fonts/default/Type1 Requires: urw-fonts @@ -103,6 +106,8 @@ however. %package doc Summary: GraphicsMagick documentation Group: Documentation +# upgrade path for introduction of -doc subpkg in 1.3.19-4 +Obsoletes: GraphicsMagick < 1.3.19-4 %{!?el5:BuildArch: noarch} %description doc @@ -317,6 +322,9 @@ rm -rf %{buildroot} %changelog +* Sun May 11 2014 Rex Dieter 1.3.19-6 +- handle upgrade path for introduction of -doc subpkg in 1.3.19-4 + * Mon Feb 03 2014 Remi Collet - 1.3.19-5 - upstream patch, drop debug output (#1060665)