diff options
| -rw-r--r-- | php-pecl-env.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-env.spec b/php-pecl-env.spec index c32f9cf..d757f92 100644 --- a/php-pecl-env.spec +++ b/php-pecl-env.spec @@ -22,7 +22,7 @@  Summary:       Load environment variables  Name:          %{?sub_prefix}php-pecl-%{pecl_name}  Version:       0.2.1 -Release:       6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       MIT  URL:           http://pecl.php.net/package/%{pecl_name} @@ -232,6 +232,9 @@ fi  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.2.1-7 +- rebuild for 7.3.0beta2 new ABI +  * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.2.1-6  - rebuld for 7.3.0alpha4 new ABI  | 
