From f458a4b4603ec5612eb2857f2189c89f18c79500 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Jan 2017 09:02:54 +0100 Subject: php-pecl-imagick: 3.4.3RC3 --- php-pecl-imagick.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-imagick.spec') diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index f4c9e9d..4c3dd13 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 RC2 +%global prever RC3 %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.5.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.6.%{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 @@ -196,8 +196,8 @@ make %{?_smp_mflags} %install -%{?dtsenable} rm -rf %{buildroot} +%{?dtsenable} make install INSTALL_ROOT=%{buildroot} -C NTS @@ -305,6 +305,9 @@ rm -rf %{buildroot} %changelog +* Tue Jan 24 2017 Remi Collet - 3.4.3-0.6.RC3 +- Update to 3.4.3RC3 + * Wed Jan 18 2017 Remi Collet - 3.4.3-0.5.RC2 - Update to 3.4.3RC2 -- cgit