From 5d279d669485824ba87a9781cc4c7f6c07b8b68c861b8f29e12de504c1286442 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 30 May 2019 13:03:33 +0000 Subject: [PATCH] - change order while installing splitted library [bsc#1136574] OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=55 --- gd.changes | 5 +++++ gd.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gd.changes b/gd.changes index 4f397ea..c51d0e9 100644 --- a/gd.changes +++ b/gd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 30 13:02:38 UTC 2019 - pgajdos@suse.com + +- change order while installing splitted library [bsc#1136574] + ------------------------------------------------------------------- Thu Jan 31 11:23:17 UTC 2019 - Petr Gajdos diff --git a/gd.spec b/gd.spec index ed6bd69..26140e1 100644 --- a/gd.spec +++ b/gd.spec @@ -59,7 +59,10 @@ and is supported by PHP. %package -n %{lname} Summary: A Drawing Library for Programs That Use PNG and JPEG Output +# change order while installing a split library Group: System/Libraries +Obsoletes: gd < 2.2.3 +Conflicts: gd < 2.2.3 %description -n %{lname} Gd allows your code to quickly draw images complete with lines, arcs,