diff options
-rw-r--r-- | PHPINFO-im7 | 2 | ||||
-rw-r--r-- | REFLECTION-im7 | 4 | ||||
-rw-r--r-- | php-pecl-imagick.spec | 5 |
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO-im7 b/PHPINFO-im7 index 4a6a99d..1d1817c 100644 --- a/PHPINFO-im7 +++ b/PHPINFO-im7 @@ -2,7 +2,7 @@ imagick imagick module => enabled -imagick module version => 3.8.0RC2 +imagick module version => 3.8.0 imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel Imagick compiled with ImageMagick version => ImageMagick 7.1.1-47 Q16-HDRI x86_64 22763 https://imagemagick.org Imagick using ImageMagick library version => ImageMagick 7.1.1-47 Q16-HDRI x86_64 22763 https://imagemagick.org diff --git a/REFLECTION-im7 b/REFLECTION-im7 index f55014e..54385eb 100644 --- a/REFLECTION-im7 +++ b/REFLECTION-im7 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #84 imagick version 3.8.0RC2 ] { +Extension [ <persistent> extension #86 imagick version 3.8.0 ] { - Dependencies { Dependency [ gmagick (Conflicts) ] @@ -501,7 +501,7 @@ Extension [ <persistent> extension #84 imagick version 3.8.0RC2 ] { Constant [ public int COLOR_ALPHA ] { 18 } Constant [ public int COLOR_FUZZ ] { 19 } Constant [ public int IMAGICK_EXTNUM ] { 30800 } - Constant [ public string IMAGICK_EXTVER ] { 3.8.0RC2 } + Constant [ public string IMAGICK_EXTVER ] { 3.8.0 } Constant [ public int QUANTUM_RANGE ] { 65535 } Constant [ public int USE_ZEND_MM ] { 0 } Constant [ public int COMPOSITE_DEFAULT ] { 54 } diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index 7613313..32467ee 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -39,7 +39,7 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini %global upstream_version 3.8.0 -%global upstream_prever RC2 +#global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -337,6 +337,9 @@ fi %changelog +* Fri Apr 11 2025 Remi Collet <remi@remirepo.net> - 3.8.0-1 +- update to 3.8.0 + * Fri Mar 14 2025 Remi Collet <remi@remirepo.net> - 3.8.0~RC2-1 - update to 3.8.0RC2 - open https://github.com/Imagick/imagick/issues/723 test failure with PHP 5.x |