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 39f7ea7..5e0e2a3 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -51,7 +51,7 @@ Name:           %{?sub_prefix}php-pecl-%{pecl_name}  #global upstream_prever  beta1  #global upstream_lower   ~beta1  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:            https://pecl.php.net/package/%{pecl_name}  Source0:        https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -329,6 +329,9 @@ exit $ret  %changelog +* Mon Sep 12 2022 Remi Collet <remi@remirepo.net> - 1.14.1-2 +- EL-9 rebuild with libraries in EPEL stable +  * Sat Sep 10 2022 Remi Collet <remi@remirepo.net> - 1.14.1-1  - update to 1.14.1  | 
