diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 |
commit | a97be31a3a522452092b5dbb5215a115c99c163c (patch) | |
tree | 595fafb504e5ad9986ac1bced6b29c93106cc656 | |
parent | 115897c0ea8f09c481c49187eed5c4642cc5c361 (diff) |
PHP 7.1 mass rebuild part #2
-rw-r--r-- | php-pecl-hprose.spec | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/php-pecl-hprose.spec b/php-pecl-hprose.spec index 7fb6d54..18ea845 100644 --- a/php-pecl-hprose.spec +++ b/php-pecl-hprose.spec @@ -7,11 +7,7 @@ # 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-hprose %endif @@ -27,7 +23,7 @@ Summary: Hprose for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.6.5 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -247,6 +243,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.6.5-3 +- rebuild with PHP 7.1.0 GA + * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.6.5-2 - rebuild for PHP 7.1 new API version |