diff options
| -rw-r--r-- | php-pecl-zookeeper.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-zookeeper.spec b/php-pecl-zookeeper.spec index dd2dd0d..c25e9c5 100644 --- a/php-pecl-zookeeper.spec +++ b/php-pecl-zookeeper.spec @@ -18,7 +18,7 @@  Summary:        PHP extension for interfacing with Apache ZooKeeper  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        0.7.1 -Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  URL:            http://github.com/andreiz/php-zookeeper  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -202,6 +202,9 @@ cd ../ZTS  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.7.1-3 +- rebuild for 7.4.0RC1 +  * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.7.1-2  - rebuild for 7.4.0beta1  | 
