diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-02 13:55:35 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-02 13:55:35 +0100 |
commit | 85d78bd8a07bbf377ed0fac42eaca8b9f1f3d652 (patch) | |
tree | b53f25fd68542ac0341ade0fed01b62f41abe059 | |
parent | 4a6cd18ee810d2252f00695858ecd1f82ecd9268 (diff) |
php-pecl-imagick: 3.4.3
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-imagick.spec | 7 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #97 imagick version 3.4.3RC4 ] { +Extension [ <persistent> extension #97 imagick version 3.4.3 ] { - Dependencies { Dependency [ spl (Required) ] @@ -316,7 +316,7 @@ Extension [ <persistent> extension #97 imagick version 3.4.3RC4 ] { Constant [ integer COLOR_ALPHA ] { 19 } Constant [ integer COLOR_FUZZ ] { 20 } Constant [ integer IMAGICK_EXTNUM ] { 30403 } - Constant [ string IMAGICK_EXTVER ] { 3.4.3RC4 } + Constant [ string IMAGICK_EXTVER ] { 3.4.3 } Constant [ integer QUANTUM_RANGE ] { 65535 } Constant [ integer USE_ZEND_MM ] { 0 } Constant [ integer COMPOSITE_DEFAULT ] { 40 } diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index a94368f..df200b3 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -17,7 +17,7 @@ %global gh_project imagick #global gh_date 20151204 %global pecl_name imagick -%global prever RC4 +#global prever RC4 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %if "%{php_version}" < "5.6" %global ini_name %{pecl_name}.ini @@ -35,7 +35,7 @@ Version: 3.4.3 Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 0.8.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz %endif License: PHP @@ -299,6 +299,9 @@ rm -rf %{buildroot} %changelog +* Thu Feb 2 2017 Remi Collet <remi@remirepo.net> - 3.4.3-1 +- Update to 3.4.3 (no change) + * Sun Jan 29 2017 Remi Collet <remi@remirepo.net> - 3.4.3-0.8.RC4 - rebuild against ImageMagick6 new soname (6.9.7-6) |