Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2026-03-31 15:22:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ImageMagick (Old)
 and      /work/SRC/openSUSE:Factory/.ImageMagick.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ImageMagick"

Tue Mar 31 15:22:13 2026 rev:330 rq:1343665 version:7.1.2.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2026-03-28 
20:12:32.175405172 +0100
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new.1999/ImageMagick.changes        
2026-03-31 15:22:38.921234716 +0200
@@ -1,0 +2,7 @@
+Mon Mar 30 12:36:54 UTC 2026 - Petr Gajdos <[email protected]>
+
+- modified patches
+  * ImageMagick-configuration-SUSE.patch (refreshed)
+- readd still usefull ImageMagick-s390x-disable-tests.patch
+
+-------------------------------------------------------------------
@@ -13,0 +21,2 @@
+- fixes CVE-2026-33535 [bsc#1260874]
+        CVE-2026-33536 [bsc#1260879]

New:
----
  ImageMagick-s390x-disable-tests.patch

----------(New B)----------
  New:  * ImageMagick-configuration-SUSE.patch (refreshed)
- readd still usefull ImageMagick-s390x-disable-tests.patch
----------(New E)----------

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

Other differences:
------------------
++++++ ImageMagick.spec ++++++
--- /var/tmp/diff_new_pack.GbJ45N/_old  2026-03-31 15:22:40.505298882 +0200
+++ /var/tmp/diff_new_pack.GbJ45N/_new  2026-03-31 15:22:40.509299045 +0200
@@ -52,6 +52,7 @@
 Patch1:         ImageMagick-configuration-SUSE.patch
 # library installation
 Patch2:         ImageMagick-library-installable-in-parallel.patch
+Patch1000:      ImageMagick-s390x-disable-tests.patch
 
 BuildRequires:  chrpath
 BuildRequires:  dejavu-fonts
@@ -261,7 +262,10 @@
 %prep
 %setup -q -n ImageMagick-%{source_version}
 cp config/policy-secure.xml config/policy-SUSE.xml
-%autopatch -p1
+%autopatch -p1 -M 999
+%ifarch s390x
+%patch -P 1000 -p1
+%endif
 
 %build
 # bsc#1088463


++++++ ImageMagick-configuration-SUSE.patch ++++++
--- /var/tmp/diff_new_pack.GbJ45N/_old  2026-03-31 15:22:40.553300827 +0200
+++ /var/tmp/diff_new_pack.GbJ45N/_new  2026-03-31 15:22:40.557300989 +0200
@@ -1,7 +1,7 @@
-Index: ImageMagick-7.1.2-16/config/policy-SUSE.xml
+Index: ImageMagick-7.1.2-18/config/policy-SUSE.xml
 ===================================================================
---- ImageMagick-7.1.2-16.orig/config/policy-SUSE.xml
-+++ ImageMagick-7.1.2-16/config/policy-SUSE.xml
+--- ImageMagick-7.1.2-18.orig/config/policy-SUSE.xml
++++ ImageMagick-7.1.2-18/config/policy-SUSE.xml
 @@ -62,7 +62,7 @@
    <policy domain="resource" name="disk" value="2GiB"/>
    <!-- Set the maximum length of an image sequence.  When this limit is
@@ -25,7 +25,7 @@
    <policy domain="path" rights="none" pattern="fd:*"/>
    <!-- Sensitive paths are not permitted. -->
    <policy domain="path" rights="none" pattern="/etc/*"/>
-@@ -110,4 +110,20 @@
+@@ -112,4 +112,20 @@
    <policy domain="system" name="max-memory-request" value="256MiB"/>
    <!-- If the basename of path is a symbolic link, the open fails -->
    <policy domain="system" name="symlink" rights="none" pattern="follow"/>

++++++ ImageMagick-s390x-disable-tests.patch ++++++
Index: ImageMagick-7.1.1-18/PerlMagick/t/read.t
===================================================================
--- ImageMagick-7.1.1-18.orig/PerlMagick/t/read.t
+++ ImageMagick-7.1.1-18/PerlMagick/t/read.t
@@ -15,7 +15,7 @@
 #
 # Test reading formats supported directly by ImageMagick.
 #
-BEGIN { $| = 1; $test=1; print "1..47\n"; }
+BEGIN { $| = 1; $test=1; print "1..46\n"; }
 END {print "not ok $test\n" unless $loaded;}
 use Image::Magick;
 $loaded=1;
@@ -72,10 +72,6 @@ print("MAT (MatLab gray 8-bit MSB intege
 ++$test;
 testReadCompare('input_gray_msb_08bit.mat', 
'reference/read/input_gray_msb_08bit_mat.miff', q//, 0.22, 1.022);
 
-print("MAT (MatLab gray 64-bit LSB double) ...\n");
-++$test;
-testReadCompare('input_gray_lsb_double.mat', 
'reference/read/input_gray_lsb_double_mat.miff', q//, 0.22, 1.022);
-
 print("MAT (MatLab RGB 8-bit LSB integer) ...\n");
 ++$test;
 testReadCompare('input_rgb_lsb_08bit.mat', 
'reference/read/input_rgb_lsb_08bit_mat.miff', q//, 0.0, 0.0);

Reply via email to