summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-12 08:55:19 +0100
committerRemi Collet <remi@php.net>2022-01-12 08:55:19 +0100
commitaed65e2020977cfcdc92c9def5aefa7b358d72c7 (patch)
tree114bf8d19410a151d84ce1922807930c0af1e09c
parent65c8379409617e03e07b1a2fecdb7404b3f5996d (diff)
update to 3.7.0
-rw-r--r--PHPINFO-im62
-rw-r--r--PHPINFO-im72
-rw-r--r--REFLECTION-im64
-rw-r--r--REFLECTION-im74
-rw-r--r--php-pecl-imagick.spec5
5 files changed, 10 insertions, 7 deletions
diff --git a/PHPINFO-im6 b/PHPINFO-im6
index b73bb61..c188465 100644
--- a/PHPINFO-im6
+++ b/PHPINFO-im6
@@ -2,7 +2,7 @@
imagick
imagick module => enabled
-imagick module version => 3.7.0RC1
+imagick module version => 3.7.0
imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel
Imagick compiled with ImageMagick version => ImageMagick 6.9.12-34 Q16 x86_64 2021-12-22 https://imagemagick.org
Imagick using ImageMagick library version => ImageMagick 6.9.12-34 Q16 x86_64 2021-12-22 https://imagemagick.org
diff --git a/PHPINFO-im7 b/PHPINFO-im7
index a051234..6e4660f 100644
--- a/PHPINFO-im7
+++ b/PHPINFO-im7
@@ -2,7 +2,7 @@
imagick
imagick module => enabled
-imagick module version => 3.7.0RC1
+imagick module version => 3.7.0
imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel
Imagick compiled with ImageMagick version => ImageMagick 7.1.0-19 Q16-HDRI x86_64 2021-12-22 https://imagemagick.org
Imagick using ImageMagick library version => ImageMagick 7.1.0-19 Q16-HDRI x86_64 2021-12-22 https://imagemagick.org
diff --git a/REFLECTION-im6 b/REFLECTION-im6
index 696f1f8..547f09b 100644
--- a/REFLECTION-im6
+++ b/REFLECTION-im6
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #76 imagick version 3.7.0RC1 ] {
+Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Dependencies {
Dependency [ gmagick (Conflicts) ]
@@ -497,7 +497,7 @@ Extension [ <persistent> extension #76 imagick version 3.7.0RC1 ] {
Constant [ public int COLOR_ALPHA ] { 19 }
Constant [ public int COLOR_FUZZ ] { 20 }
Constant [ public int IMAGICK_EXTNUM ] { 30700 }
- Constant [ public string IMAGICK_EXTVER ] { 3.7.0RC1 }
+ Constant [ public string IMAGICK_EXTVER ] { 3.7.0 }
Constant [ public int QUANTUM_RANGE ] { 65535 }
Constant [ public int USE_ZEND_MM ] { 0 }
Constant [ public int COMPOSITE_DEFAULT ] { 40 }
diff --git a/REFLECTION-im7 b/REFLECTION-im7
index dee4083..86c7303 100644
--- a/REFLECTION-im7
+++ b/REFLECTION-im7
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #77 imagick version 3.7.0RC1 ] {
+Extension [ <persistent> extension #77 imagick version 3.7.0 ] {
- Dependencies {
Dependency [ gmagick (Conflicts) ]
@@ -496,7 +496,7 @@ Extension [ <persistent> extension #77 imagick version 3.7.0RC1 ] {
Constant [ public int COLOR_ALPHA ] { 18 }
Constant [ public int COLOR_FUZZ ] { 19 }
Constant [ public int IMAGICK_EXTNUM ] { 30700 }
- Constant [ public string IMAGICK_EXTVER ] { 3.7.0RC1 }
+ Constant [ public string IMAGICK_EXTVER ] { 3.7.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 f3ce45f..2f0cfbe 100644
--- a/php-pecl-imagick.spec
+++ b/php-pecl-imagick.spec
@@ -36,7 +36,7 @@
%global ini_name 40-%{pecl_name}.ini
%endif
%global upstream_version 3.7.0
-%global upstream_prever RC1
+#global upstream_prever RC1
%if %{with im7}
Summary: Extension to create and modify images using ImageMagick 7
@@ -362,6 +362,9 @@ cd ../ZTS
%changelog
+* Wed Jan 12 2022 Remi Collet <remi@remirepo.net> - 3.7.0-1
+- update to 3.7.0
+
* Wed Jan 5 2022 Remi Collet <remi@remirepo.net> - 3.7.0~RC1-1
- update to 3.7.0RC1