Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package php-imagick for openSUSE:Factory checked in at 2026-03-06 18:21:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php-imagick (Old) and /work/SRC/openSUSE:Factory/.php-imagick.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php-imagick" Fri Mar 6 18:21:41 2026 rev:13 rq:1337347 version:3.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/php-imagick/php-imagick.changes 2025-11-28 16:55:14.236108967 +0100 +++ /work/SRC/openSUSE:Factory/.php-imagick.new.561/php-imagick.changes 2026-03-06 18:22:34.934098987 +0100 @@ -1,0 +2,6 @@ +Fri Mar 6 14:49:44 UTC 2026 - Arjen de Korte <[email protected]> + +- Skip test that is failing for Imagick >= 7.1.2.15 + + imagick-skip-test243.patch + +------------------------------------------------------------------- New: ---- imagick-skip-test243.patch ----------(New B)---------- New:- Skip test that is failing for Imagick >= 7.1.2.15 + imagick-skip-test243.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php-imagick.spec ++++++ --- /var/tmp/diff_new_pack.HyAFJX/_old 2026-03-06 18:22:36.342157580 +0100 +++ /var/tmp/diff_new_pack.HyAFJX/_new 2026-03-06 18:22:36.350157912 +0100 @@ -1,7 +1,7 @@ # # spec file for package php-imagick # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -45,6 +45,8 @@ Patch10: imagick-xfail-test014.patch # PATCH-FIX-OPENSUSE - skip test for Imagick >= 7.1.2 due to changes in similarity Patch11: imagick-skip-test024.patch +# PATCH-FIX-OPENSUSE - skip test for ImageMagick >= 7.1.2 due to changes in security policy `SVG' +Patch12: imagick-skip-test243.patch BuildRequires: %{php_name}-devel >= 7.0.1 BuildRequires: ImageMagick-devel >= 6.5.3.10 BuildRequires: ghostscript-fonts-std @@ -60,7 +62,13 @@ the ImageMagick API. %prep -%autosetup -n %{pkg_name}-%{version} -p1 +%autosetup -n %{pkg_name}-%{version} -N +# Patch 12 is only needed for ImageMagick >= 7.1.2.15 +%if %{pkg_vcmp ImageMagick < 7.1.2.15} +%autopatch -p1 -M 11 +%else +%autopatch -p1 +%endif # fix script-without-shebang/spurious-executable-perm chmod 0644 ChangeLog LICENSE ++++++ imagick-skip-test243.patch ++++++ diff -purN a/tests/243_Tutorial_svgExample_basic.phpt b/tests/243_Tutorial_svgExample_basic.phpt --- a/tests/243_Tutorial_svgExample_basic.phpt 2025-11-26 22:38:21.000000000 +0100 +++ b/tests/243_Tutorial_svgExample_basic.phpt 2026-03-06 15:25:49.223734981 +0100 @@ -1,7 +1,10 @@ --TEST-- Test Tutorial, svgExample --SKIPIF-- -<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> +<?php +$imageMagickBelowVersion = 0x712; +require_once(dirname(__FILE__) . '/skipif.inc'); +?> --FILE-- <?php @@ -55,4 +58,4 @@ svgExample() ; echo "Ok"; ?> --EXPECTF-- -Ok \ No newline at end of file +Ok
