Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2019-12-07 15:19:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ImageMagick (Old)
 and      /work/SRC/openSUSE:Factory/.ImageMagick.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ImageMagick"

Sat Dec  7 15:19:38 2019 rev:190 rq:752343 version:7.0.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2019-11-03 
11:33:09.457540926 +0100
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new.4691/ImageMagick.changes        
2019-12-07 15:23:02.563731681 +0100
@@ -1,0 +2,31 @@
+Wed Nov 27 11:05:14 UTC 2019 - pgaj...@suse.com
+
+- version update to 7.0.9.6
+  * Increase the maximum number of bezier coordinates (reference
+    https://github.com/ImageMagick/ImageMagick/issues/1784).
+  * Santize "'" from SHOW and WIN delegates under Linux, '"\' for Windows
+    (thanks to Enzo Puig).
+  * Correct for TGA orientation (reference
+    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34757).
+  * The result for -compose Copy -extent on a  MYK image is CMYK (reference
+    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37118).
+  * Fix potential buffer overflow when reading a fax image (alert from
+    Justin).
+  * Support dng:use-camera-wb option.
+- added patches
+  https://github.com/ImageMagick/ImageMagick/issues/1792
+  + ImageMagick-targa.patch
+
+-------------------------------------------------------------------
+Wed Nov 20 08:08:39 UTC 2019 - pgaj...@suse.com
+
+- version update to 7.0.9.5
+  * Ensure Ascii85 compression is thread safe.
+  * Santize ';' from SHOW and WIN delegates.
+  * Add exception parameter to CMS transform methods.
+  * Output exception there is an attempt to perform an operation not allowed by
+    the security policy
+  * JPEG and JPG are aliases in coder security policy.
+  * Fixed numerous issues  posted to GitHub
+
+-------------------------------------------------------------------

Old:
----
  ImageMagick-7.0.9-1.tar.bz2
  ImageMagick-7.0.9-1.tar.bz2.asc

New:
----
  ImageMagick-7.0.9-6.tar.bz2
  ImageMagick-7.0.9-6.tar.bz2.asc
  ImageMagick-targa.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ImageMagick.spec ++++++
--- /var/tmp/diff_new_pack.ErNdjn/_old  2019-12-07 15:23:03.211731592 +0100
+++ /var/tmp/diff_new_pack.ErNdjn/_new  2019-12-07 15:23:03.215731591 +0100
@@ -20,7 +20,7 @@
 %define asan_build     0
 %define maj            7
 %define mfr_version    %{maj}.0.9
-%define mfr_revision   1
+%define mfr_revision   6
 %define quantum_depth  16
 %define source_version %{mfr_version}-%{mfr_revision}
 %define clibver        7
@@ -49,6 +49,8 @@
 #%%ifarch s390x s390 ppc64 ppc
 Patch3:         ImageMagick-s390-disable-tests.patch
 #%%endif
+# https://github.com/ImageMagick/ImageMagick/issues/1792
+Patch4:         ImageMagick-targa.patch
 BuildRequires:  chrpath
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -333,6 +335,7 @@
 %ifarch s390x s390 ppc ppc64
 %patch3 -p1
 %endif
+%patch4 -p1
 
 %build
 # bsc#1088463

++++++ ImageMagick-7.0.9-1.tar.bz2 -> ImageMagick-7.0.9-6.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/ImageMagick/ImageMagick-7.0.9-1.tar.bz2 
/work/SRC/openSUSE:Factory/.ImageMagick.new.4691/ImageMagick-7.0.9-6.tar.bz2 
differ: char 11, line 1

++++++ ImageMagick-targa.patch ++++++
Index: ImageMagick-7.0.9-6/PerlMagick/t/read.t
===================================================================
--- ImageMagick-7.0.9-6.orig/PerlMagick/t/read.t        2019-11-26 
12:55:49.000000000 +0100
+++ ImageMagick-7.0.9-6/PerlMagick/t/read.t     2019-11-29 12:46:51.788561500 
+0100
@@ -162,7 +162,7 @@ testReadCompare('sun:input.im24', 'refer
 
 print("Truevision Targa image file ...\n");
 ++$test;
-testReadCompare('input.tga', 'reference/read/input_tga.miff', q//, 0.0, 0.0);
+testReadCompare('input.tga', 'reference/read/input_tga.miff', q//, 0.1, 1.0);
 
 print("PSX TIM file ...\n");
 ++$test;
Index: ImageMagick-7.0.9-6/PerlMagick/t/write.t
===================================================================
--- ImageMagick-7.0.9-6.orig/PerlMagick/t/write.t       2019-11-26 
12:55:49.000000000 +0100
+++ ImageMagick-7.0.9-6/PerlMagick/t/write.t    2019-11-29 12:47:44.072847607 
+0100
@@ -190,7 +190,7 @@ print("Truevision Targa image file ...\n
 testReadWrite( 'TGA:input.tga',
   'TGA:output.tga',
   q//,
-  'd0b17026dc758a4088c96bc0f21a2bf14e3ab4af8a35638129f7731f2f1cbe7e');
+  '5fd8b14e213578e41bb598825d5a9431f025de653c15896c696063fc3ed472ff');
 
 print("Khoros Visualization image file ...\n");
 ++$test;


Reply via email to