From de53e7804470f183c1381c56cbf43b16dde6dcc628573cda9d537742648c33fc Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 31 Aug 2020 17:07:04 +0000 Subject: [PATCH] - added patches fix inkscape commandline [bsc#1174272] + ImageMagick-inkscape-commandilne.patch OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=520 --- ImageMagick-inkscape-commandilne.patch | 13 +++++++++++++ ImageMagick.changes | 7 +++++++ ImageMagick.spec | 3 +++ 3 files changed, 23 insertions(+) create mode 100644 ImageMagick-inkscape-commandilne.patch diff --git a/ImageMagick-inkscape-commandilne.patch b/ImageMagick-inkscape-commandilne.patch new file mode 100644 index 0000000..cf47943 --- /dev/null +++ b/ImageMagick-inkscape-commandilne.patch @@ -0,0 +1,13 @@ +Index: ImageMagick-7.0.10-28/config/delegates.xml.in +=================================================================== +--- ImageMagick-7.0.10-28.orig/config/delegates.xml.in 2020-08-16 18:11:37.000000000 +0200 ++++ ImageMagick-7.0.10-28/config/delegates.xml.in 2020-08-31 18:56:03.651420565 +0200 +@@ -111,7 +111,7 @@ + + + +- ++ + + + diff --git a/ImageMagick.changes b/ImageMagick.changes index d6ca7b4..85e6f53 100644 --- a/ImageMagick.changes +++ b/ImageMagick.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 31 16:56:25 UTC 2020 - pgajdos@suse.com + +- added patches + fix inkscape commandline [bsc#1174272] + + ImageMagick-inkscape-commandilne.patch + ------------------------------------------------------------------- Mon Aug 31 13:30:24 UTC 2020 - pgajdos@suse.com diff --git a/ImageMagick.spec b/ImageMagick.spec index eb06dd9..16e68f1 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -50,6 +50,8 @@ Patch2: ImageMagick-library-installable-in-parallel.patch Patch3: ImageMagick-s390-disable-tests.patch # https://github.com/ImageMagick/ImageMagick/commit/029fb3425ecf82e8b30c060e38a135d1d3e76bb3 Patch4: ImageMagick-set-correct-colorspace.patch +# fix inkscape commandline [bsc#1174272] +Patch5: ImageMagick-inkscape-commandilne.patch #%%endif BuildRequires: chrpath BuildRequires: fdupes @@ -336,6 +338,7 @@ preserved. %patch3 -p1 %endif %patch4 -p1 +%patch5 -p1 %build # bsc#1088463