From dd2df2f20c7ee55398c847d8d19a65066a21612d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 13 Dec 2015 09:00:06 +0100 Subject: php-pecl-imagick: 3.4.0RC3 --- php-pecl-imagick-php7.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-imagick-php7.spec') diff --git a/php-pecl-imagick-php7.spec b/php-pecl-imagick-php7.spec index b5a4c4e..b32ca9e 100644 --- a/php-pecl-imagick-php7.spec +++ b/php-pecl-imagick-php7.spec @@ -25,7 +25,7 @@ %global gh_project imagick #global gh_date 20151204 %global pecl_name imagick -%global prever RC2 +%global prever RC3 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %if "%{php_version}" < "5.6" %global ini_name %{pecl_name}.ini @@ -43,7 +43,7 @@ Version: 3.4.0 Release: 0.1.%{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.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.3.%{prever}%{?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 @@ -304,6 +304,9 @@ rm -rf %{buildroot} %changelog +* Sun Dec 13 2015 Remi Collet - 3.4.0-0.3.RC3 +- update to 3.4.0RC3 + * Fri Dec 4 2015 Remi Collet - 3.4.0-0.2.RC2 - update to 3.4.0RC2 -- cgit