From 9cc5c3f0c74d0ff08a7185dd708227f0c5f2d81b Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Thu, 17 Jun 2021 19:06:30 +0200
Subject: update to 3.5.0 open https://github.com/Imagick/imagick/pull/434 type
 issue related to HDRI open https://github.com/Imagick/imagick/pull/435
 improve regen_arginfo open https://github.com/Imagick/imagick/pull/436
 cleanup working directory

---
 PHPINFO               | 2 +-
 REFLECTION            | 4 ++--
 php-pecl-imagick.spec | 8 +++++++-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/PHPINFO b/PHPINFO
index b64519d..5863098 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
 imagick
 
 imagick module => enabled
-imagick module version => 3.5.0RC2
+imagick module version => 3.5.0
 imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel
 Imagick compiled with ImageMagick version => ImageMagick 7.1.0-0 Q16 x86_64 2021-06-13 https://imagemagick.org
 Imagick using ImageMagick library version => ImageMagick 7.1.0-0 Q16 x86_64 2021-06-13 https://imagemagick.org
diff --git a/REFLECTION b/REFLECTION
index d33b7d3..66723c3 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #75 imagick version 3.5.0RC2 ] {
+Extension [ <persistent> extension #75 imagick version 3.5.0 ] {
 
   - Dependencies {
     Dependency [ gmagick (Conflicts) ]
@@ -326,7 +326,7 @@ Extension [ <persistent> extension #75 imagick version 3.5.0RC2 ] {
         Constant [ public int COLOR_ALPHA ] { 18 }
         Constant [ public int COLOR_FUZZ ] { 19 }
         Constant [ public int IMAGICK_EXTNUM ] { 30500 }
-        Constant [ public string IMAGICK_EXTVER ] { 3.5.0RC2 }
+        Constant [ public string IMAGICK_EXTVER ] { 3.5.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 0aacb3d..19bd57f 100644
--- a/php-pecl-imagick.spec
+++ b/php-pecl-imagick.spec
@@ -35,7 +35,7 @@
 %global ini_name    40-%{pecl_name}.ini
 %endif
 %global upstream_version 3.5.0
-%global upstream_prever  RC2
+#global upstream_prever  RC2
 
 %if %{with im7}
 Summary:       Extension to create and modify images using ImageMagick 7
@@ -355,6 +355,12 @@ cd ../ZTS
 
 
 %changelog
+* Thu Jun 17 2021 Remi Collet <remi@remirepo.net> - 3.5.0-1
+- update to 3.5.0
+- open https://github.com/Imagick/imagick/pull/434 type issue related to HDRI
+- open https://github.com/Imagick/imagick/pull/435 improve regen_arginfo
+- open https://github.com/Imagick/imagick/pull/436 cleanup working directory
+
 * Wed Jun 16 2021 Remi Collet <remi@remirepo.net> - 3.5.0~RC2-1
 - update to 3.5.0RC2
 - rename to php-pecl-imagick-im6 or php-pecl-imagick-im7
-- 
cgit