diff options
| -rw-r--r-- | php-pecl-imagick.spec | 12 | 
1 files changed, 5 insertions, 7 deletions
diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index e8ee946..cd7740e 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -7,15 +7,10 @@  # Please, preserve the changelog entries  #  %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else  %global sub_prefix %{scl_prefix} -%endif +%scl_package       php-pecl-imagick  %endif -%{?scl:          %scl_package        php-pecl-imagick} -  %global gh_commit   623a3ac0386c93d62c60cbfe610505f2e35780f3  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner    mkoppanen @@ -40,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.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 @@ -317,6 +312,9 @@ rm -rf %{buildroot}  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 3.4.3-0.3.RC1 +- rebuild with PHP 7.1.0 GA +  * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 3.4.3-0.2.RC1  - rebuild for PHP 7.1 new API version  | 
