SHA256
1
0
forked from pool/php-imagick

Accepting request 1142010 from home:adkorte:branches:server:php:extensions

- Expect test to fail as the values ImageMagick will accept are limited
  by the policy.xml of the system which is more restrictive now
  + imagick-xfail-test014.patch
- Fix test failing since ImageMagick 7.1.1.24 due to changed calculation
  of kurtosis and skewness values
  + imagick-fix-test316.patch

OBS-URL: https://build.opensuse.org/request/show/1142010
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-imagick?expand=0&rev=14
This commit is contained in:
2024-01-27 21:02:09 +00:00
committed by Git OBS Bridge
parent 9dab651cdd
commit 05f282e7d6
4 changed files with 46 additions and 0 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jan 21 20:38:00 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
- Expect test to fail as the values ImageMagick will accept are limited
by the policy.xml of the system which is more restrictive now
+ imagick-xfail-test014.patch
- Fix test failing since ImageMagick 7.1.1.24 due to changed calculation
of kurtosis and skewness values
+ imagick-fix-test316.patch
-------------------------------------------------------------------
Sat Dec 10 10:32:12 UTC 2022 - Arjen de Korte <suse+build@de-korte.org>