diff options
| -rw-r--r-- | php-pecl-druid.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/php-pecl-druid.spec b/php-pecl-druid.spec index 1af56f4..d4e8171 100644 --- a/php-pecl-druid.spec +++ b/php-pecl-druid.spec @@ -29,7 +29,7 @@  Summary:        A Druid driver for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.0.0 -Release:        4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        ASL 2.0  URL:            http://pecl.php.net/package/%{proj_name}  Source0:        http://pecl.php.net/get/%{proj_name}-%{version}.tgz @@ -237,6 +237,9 @@ cd ../ZTS  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.0-5 +- rebuild for 7.4.0RC1 +  * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.0.0-4  - rebuild for 7.4.0beta1 | 
