diff options
| -rw-r--r-- | php-pecl-mongodb.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 113a871..2c3e00b 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -43,7 +43,7 @@ Name:           %{?sub_prefix}php-pecl-%{pecl_name}  #global upstream_prever  RC2  #global upstream_lower   ~rc2  Version:        %{upstream_version}%{?upstream_lower} -Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        ASL 2.0  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -325,6 +325,9 @@ exit $ret  %changelog +* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.5.5-2 +- rebuild for 7.4.0beta1 +  * Tue Jun 11 2019 Remi Collet <remi@remirepo.net> - 1.5.5-1  - update to 1.5.5  | 
