Hello community, here is the log from the commit of package ImageMagick for openSUSE:Factory checked in at 2020-09-01 20:05:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ImageMagick (Old) and /work/SRC/openSUSE:Factory/.ImageMagick.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ImageMagick" Tue Sep 1 20:05:11 2020 rev:212 rq:830885 version:7.0.10.28 Changes: -------- --- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes 2020-08-14 09:31:07.728330757 +0200 +++ /work/SRC/openSUSE:Factory/.ImageMagick.new.3399/ImageMagick.changes 2020-09-01 20:06:17.536562219 +0200 @@ -1,0 +2,24 @@ +Mon Aug 31 16:56:25 UTC 2020 - [email protected] + +- added patches + fix inkscape commandline [bsc#1174272] + + ImageMagick-inkscape-commandilne.patch + +------------------------------------------------------------------- +Mon Aug 31 13:30:24 UTC 2020 - [email protected] + +- fix bsc#1106272 +- added patches + fix https://github.com/ImageMagick/ImageMagick/commit/029fb3425ecf82e8b30c060e38a135d1d3e76bb3 + + ImageMagick-set-correct-colorspace.patch + +------------------------------------------------------------------- +Mon Aug 31 07:56:37 UTC 2020 - [email protected] + +- version update to 7.0.10.28 + * Distorted clip path after -extent (reference + https://github.com/ImageMagick/ImageMagick/issues/2414). + * Paths in Photoshop EPS files are corrupted on conversion (reference + https://github.com/ImageMagick/ImageMagick/issues/2413). + +------------------------------------------------------------------- Old: ---- ImageMagick-7.0.10-27.tar.bz2 ImageMagick-7.0.10-27.tar.bz2.asc New: ---- ImageMagick-7.0.10-28.tar.bz2 ImageMagick-7.0.10-28.tar.bz2.asc ImageMagick-inkscape-commandilne.patch ImageMagick-set-correct-colorspace.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ImageMagick.spec ++++++ --- /var/tmp/diff_new_pack.LGA5k7/_old 2020-09-01 20:06:19.592563181 +0200 +++ /var/tmp/diff_new_pack.LGA5k7/_new 2020-09-01 20:06:19.596563182 +0200 @@ -20,7 +20,7 @@ %define asan_build 0 %define maj 7 %define mfr_version %{maj}.0.10 -%define mfr_revision 27 +%define mfr_revision 28 %define quantum_depth 16 %define source_version %{mfr_version}-%{mfr_revision} %define clibver 7 @@ -48,6 +48,10 @@ Patch2: ImageMagick-library-installable-in-parallel.patch #%%ifarch s390x s390 ppc64 ppc 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 @@ -333,6 +337,8 @@ %ifarch s390x s390 ppc ppc64 %patch3 -p1 %endif +%patch4 -p1 +%patch5 -p1 %build # bsc#1088463 ++++++ ImageMagick-7.0.10-27.tar.bz2 -> ImageMagick-7.0.10-28.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick-7.0.10-27.tar.bz2 /work/SRC/openSUSE:Factory/.ImageMagick.new.3399/ImageMagick-7.0.10-28.tar.bz2 differ: char 11, line 1 ++++++ ImageMagick-inkscape-commandilne.patch ++++++ 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 @@ <delegate decode="sid" command=""@MrSIDDecodeDelegate@" -if sid -i "%i" -of tif -o "%o" > "%u""/> <delegate decode="svg" command=""@RSVGDecodeDelegate@" -o "%o" "%i""/> <!-- Change export-file to export-png for inkscape < 1.0 --> - <delegate decode="svg:decode" stealth="True" command=""@SVGDecodeDelegate@" "%s" --export-file="%s" --export-dpi="%s" --export-background="%s" --export-background-opacity="%s" > "%s" 2>&1"/> + <delegate decode="svg:decode" stealth="True" command=""@SVGDecodeDelegate@" "%s" --export-filename="%s" --export-dpi="%s" --export-background="%s" --export-background-opacity="%s" > "%s" 2>&1"/> <delegate decode="tiff" encode="launch" mode="encode" command=""@LaunchDelegate@" "%i""/> <delegate decode="wdp" command="@MVDelegate@ "%i" "%i.jxr"; "@JXRDecodeDelegate@" -i "%i.jxr" -o "%o.bmp"; @MVDelegate@ "%i.jxr" "%i"; @MVDelegate@ "%o.bmp" "%o""/> <delegate decode="webp" command=""@WebPDecodeDelegate@" -pam "%i" -o "%o""/> ++++++ ImageMagick-set-correct-colorspace.patch ++++++ diff --git a/coders/plasma.c b/coders/plasma.c index 9e4ee8aa79..de62ca6dd4 100644 --- a/coders/plasma.c +++ b/coders/plasma.c @@ -44,6 +44,7 @@ #include "MagickCore/blob-private.h" #include "MagickCore/cache.h" #include "MagickCore/channel.h" +#include "MagickCore/colorspace-private.h" #include "MagickCore/constitute.h" #include "MagickCore/exception.h" #include "MagickCore/exception-private.h" @@ -154,6 +155,8 @@ static Image *ReadPlasmaImage(const ImageInfo *image_info, if (image == (Image *) NULL) return((Image *) NULL); (void) SetImageStorageClass(image,DirectClass,exception); + if (IsGrayColorspace(image->colorspace) != MagickFalse) + (void) SetImageColorspace(image,sRGBColorspace,exception); for (y=0; y < (ssize_t) image->rows; y++) { q=GetAuthenticPixels(image,0,y,image->columns,1,exception);
