diff options
| -rw-r--r-- | php-pecl-env.spec | 12 | 
1 files changed, 5 insertions, 7 deletions
diff --git a/php-pecl-env.spec b/php-pecl-env.spec index e2e2a33..efe1535 100644 --- a/php-pecl-env.spec +++ b/php-pecl-env.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-env  %endif -%{?scl:          %scl_package        php-pecl-env} -  %global with_zts   0%{!?_without_zts:%{?__ztsphp:1}}  %global pecl_name  env  %if "%{php_version}" < "5.6" @@ -27,7 +22,7 @@  Summary:       Load environment variables  Name:          %{?sub_prefix}php-pecl-%{pecl_name}  Version:       0.2.1 -Release:       3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       4%{?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} @@ -230,6 +225,9 @@ fi  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 0.2.1-4 +- rebuild with PHP 7.1.0 GA +  * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 0.2.1-3  - rebuild for PHP 7.1 new API version  | 
