diff options
| -rw-r--r-- | php-pecl-mongodb.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index f1cbc89..7da03b2 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -36,7 +36,7 @@  %global with_tests   0%{?_with_tests:1}  %endif -%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 9  %global with_syslib 1  %global libver      1.13  %else @@ -50,7 +50,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 @@ -328,6 +328,9 @@ exit $ret  %changelog +* Sat Dec  1 2018 Remi Collet <remi@remirepo.net> - 1.5.3-2 +- EL-8 build (using bundled libmongc for now) +  * Fri Sep 21 2018 Remi Collet <remi@remirepo.net> - 1.5.3-1  - update to 1.5.3  - with libbson and libmongoc 1.13.0  | 
