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 2025-11-07 18:24:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php-imagick (Old) and /work/SRC/openSUSE:Factory/.php-imagick.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php-imagick" Fri Nov 7 18:24:15 2025 rev:10 rq:1316450 version:3.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/php-imagick/php-imagick.changes 2025-04-28 16:18:35.318821670 +0200 +++ /work/SRC/openSUSE:Factory/.php-imagick.new.1980/php-imagick.changes 2025-11-07 18:26:38.718000546 +0100 @@ -1,0 +2,6 @@ +Mon Aug 18 18:11:21 UTC 2025 - Arjen de Korte <[email protected]> + +- Skip test that is failing for Imagick >= 7.1.2 (gh#Imagick/imagick#737) + + imagick-skip-test024.patch + +------------------------------------------------------------------- New: ---- imagick-skip-test024.patch ----------(New B)---------- New:- Skip test that is failing for Imagick >= 7.1.2 (gh#Imagick/imagick#737) + imagick-skip-test024.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php-imagick.spec ++++++ --- /var/tmp/diff_new_pack.RjoRcP/_old 2025-11-07 18:26:39.378028271 +0100 +++ /var/tmp/diff_new_pack.RjoRcP/_new 2025-11-07 18:26:39.382028439 +0100 @@ -43,6 +43,8 @@ Patch0: imagick-reproducible.patch # PATCH-FIX-OPENSUSE - test expected to fail because of resource limits in policy.xml 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 BuildRequires: %{php_name}-devel >= 7.0.1 BuildRequires: ImageMagick-devel >= 6.5.3.10 BuildRequires: ghostscript-fonts-std ++++++ imagick-skip-test024.patch ++++++ diff -purN a/tests/024-ispixelsimilar.phpt b/tests/024-ispixelsimilar.phpt --- a/tests/024-ispixelsimilar.phpt 2025-04-10 19:09:23.000000000 +0200 +++ b/tests/024-ispixelsimilar.phpt 2025-08-04 23:08:47.799168393 +0200 @@ -1,8 +1,10 @@ --TEST-- Test ImagickPixel::isPixelSimilar --SKIPIF-- -<?php require_once(dirname(__FILE__) . '/skipif.inc'); - +<?php +$imageMagickBelowVersion = 0x712; +require_once(dirname(__FILE__) . '/skipif.inc'); +?> --FILE-- <?php
