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="&quot;@MrSIDDecodeDelegate@&quot; -if sid -i 
&quot;%i&quot; -of tif -o &quot;%o&quot; &gt; &quot;%u&quot;"/>
   <delegate decode="svg" command="&quot;@RSVGDecodeDelegate@&quot; -o 
&quot;%o&quot; &quot;%i&quot;"/>
   <!-- Change export-file to export-png for inkscape < 1.0 -->
-  <delegate decode="svg:decode" stealth="True" 
command="&quot;@SVGDecodeDelegate@&quot; &quot;%s&quot; 
--export-file=&quot;%s&quot; --export-dpi=&quot;%s&quot; 
--export-background=&quot;%s&quot; --export-background-opacity=&quot;%s&quot; 
&gt; &quot;%s&quot; 2&gt;&amp;1"/>
+  <delegate decode="svg:decode" stealth="True" 
command="&quot;@SVGDecodeDelegate@&quot; &quot;%s&quot; 
--export-filename=&quot;%s&quot; --export-dpi=&quot;%s&quot; 
--export-background=&quot;%s&quot; --export-background-opacity=&quot;%s&quot; 
&gt; &quot;%s&quot; 2&gt;&amp;1"/>
   <delegate decode="tiff" encode="launch" mode="encode" 
command="&quot;@LaunchDelegate@&quot; &quot;%i&quot;"/>
   <delegate decode="wdp" command="@MVDelegate@ &quot;%i&quot; 
&quot;%i.jxr&quot;; &quot;@JXRDecodeDelegate@&quot; -i &quot;%i.jxr&quot; -o 
&quot;%o.bmp&quot;; @MVDelegate@ &quot;%i.jxr&quot; &quot;%i&quot;; 
@MVDelegate@ &quot;%o.bmp&quot; &quot;%o&quot;"/>
   <delegate decode="webp" command="&quot;@WebPDecodeDelegate@&quot; -pam 
&quot;%i&quot; -o &quot;%o&quot;"/>
++++++ 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);



Reply via email to