diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-12 07:58:17 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-12 07:58:17 +0100 |
commit | 4028bace3e64500e041a3dcde64792ccd624d7c6 (patch) | |
tree | df1bdfe175ad202e275043afd0a38b581f94ec6d | |
parent | 9eacf9cf8bb617b2bd3385fcc63099f78565cbc0 (diff) |
update to 3.6.0RC2
-rw-r--r-- | PHPINFO-im6 | 2 | ||||
-rw-r--r-- | PHPINFO-im7 | 2 | ||||
-rw-r--r-- | REFLECTION-im6 | 6 | ||||
-rw-r--r-- | REFLECTION-im7 | 17 | ||||
-rw-r--r-- | php-pecl-imagick.spec | 5 |
5 files changed, 22 insertions, 10 deletions
diff --git a/PHPINFO-im6 b/PHPINFO-im6 index 480d0d6..edfac44 100644 --- a/PHPINFO-im6 +++ b/PHPINFO-im6 @@ -2,7 +2,7 @@ imagick imagick module => enabled -imagick module version => 3.6.0RC1 +imagick module version => 3.6.0RC2 imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel Imagick compiled with ImageMagick version => ImageMagick 6.9.12-28 Q16 x86_64 2021-10-29 https://imagemagick.org Imagick using ImageMagick library version => ImageMagick 6.9.12-28 Q16 x86_64 2021-10-29 https://imagemagick.org diff --git a/PHPINFO-im7 b/PHPINFO-im7 index 6a4c47a..8abc269 100644 --- a/PHPINFO-im7 +++ b/PHPINFO-im7 @@ -2,7 +2,7 @@ imagick imagick module => enabled -imagick module version => 3.6.0RC1 +imagick module version => 3.6.0RC2 imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel Imagick compiled with ImageMagick version => ImageMagick 7.1.0-13 Q16-HDRI x86_64 2021-10-29 https://imagemagick.org Imagick using ImageMagick library version => ImageMagick 7.1.0-13 Q16-HDRI x86_64 2021-10-29 https://imagemagick.org diff --git a/REFLECTION-im6 b/REFLECTION-im6 index ad9f800..3773eea 100644 --- a/REFLECTION-im6 +++ b/REFLECTION-im6 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #97 imagick version 3.6.0RC1 ] { +Extension [ <persistent> extension #97 imagick version 3.6.0RC2 ] { - Dependencies { Dependency [ gmagick (Conflicts) ] @@ -327,7 +327,7 @@ Extension [ <persistent> extension #97 imagick version 3.6.0RC1 ] { Constant [ public int COLOR_ALPHA ] { 19 } Constant [ public int COLOR_FUZZ ] { 20 } Constant [ public int IMAGICK_EXTNUM ] { 30600 } - Constant [ public string IMAGICK_EXTVER ] { 3.6.0RC1 } + Constant [ public string IMAGICK_EXTVER ] { 3.6.0RC2 } Constant [ public int QUANTUM_RANGE ] { 65535 } Constant [ public int USE_ZEND_MM ] { 0 } Constant [ public int COMPOSITE_DEFAULT ] { 40 } @@ -1219,7 +1219,7 @@ Extension [ <persistent> extension #97 imagick version 3.6.0RC1 ] { } } - Method [ <internal, deprecated:imagick> public method roundCorners ] { + Method [ <internal:imagick> public method roundCorners ] { - Parameters [5] { Parameter #0 [ <required> $x_rounding ] diff --git a/REFLECTION-im7 b/REFLECTION-im7 index 25fb376..4b89c47 100644 --- a/REFLECTION-im7 +++ b/REFLECTION-im7 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #78 imagick version 3.6.0RC1 ] { +Extension [ <persistent> extension #79 imagick version 3.6.0RC2 ] { - Dependencies { Dependency [ gmagick (Conflicts) ] @@ -326,7 +326,7 @@ Extension [ <persistent> extension #78 imagick version 3.6.0RC1 ] { Constant [ public int COLOR_ALPHA ] { 18 } Constant [ public int COLOR_FUZZ ] { 19 } Constant [ public int IMAGICK_EXTNUM ] { 30600 } - Constant [ public string IMAGICK_EXTVER ] { 3.6.0RC1 } + Constant [ public string IMAGICK_EXTVER ] { 3.6.0RC2 } Constant [ public int QUANTUM_RANGE ] { 65535 } Constant [ public int USE_ZEND_MM ] { 0 } Constant [ public int COMPOSITE_DEFAULT ] { 54 } @@ -1083,7 +1083,7 @@ Extension [ <persistent> extension #78 imagick version 3.6.0RC1 ] { - Properties [0] { } - - Methods [353] { + - Methods [354] { Method [ <internal:imagick> public method optimizeImageLayers ] { - Parameters [0] { @@ -1252,7 +1252,7 @@ Extension [ <persistent> extension #78 imagick version 3.6.0RC1 ] { } } - Method [ <internal, deprecated:imagick> public method roundCorners ] { + Method [ <internal:imagick> public method roundCorners ] { - Parameters [5] { Parameter #0 [ <required> $x_rounding ] @@ -2469,6 +2469,15 @@ Extension [ <persistent> extension #78 imagick version 3.6.0RC1 ] { } } + Method [ <internal:imagick> public method addNoiseImageWithAttenuate ] { + + - Parameters [3] { + Parameter #0 [ <required> $noise ] + Parameter #1 [ <required> $attenuate ] + Parameter #2 [ <optional> $channel ] + } + } + Method [ <internal:imagick> public method motionBlurImage ] { - Parameters [4] { diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index f654e13..9cf9a6c 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -37,7 +37,7 @@ %global ini_name 40-%{pecl_name}.ini %endif %global upstream_version 3.6.0 -%global upstream_prever RC1 +%global upstream_prever RC2 %if %{with im7} Summary: Extension to create and modify images using ImageMagick 7 @@ -363,6 +363,9 @@ cd ../ZTS %changelog +* Fri Nov 12 2021 Remi Collet <remi@remirepo.net> - 3.6.0~RC2-1 +- update to 3.6.0RC2 + * Wed Nov 10 2021 Remi Collet <remi@remirepo.net> - 3.6.0~RC1-1 - update to 3.6.0RC1 - drop patch merged upstream |