diff options
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r-- | php-pecl-mongodb.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index b80c76c..b4eb03c 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -36,17 +36,17 @@ %global with_tests 0%{?_with_tests:1} %endif -%if 0%{?fedora} >= 27 +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 %global with_syslib 1 %global libver 1.9 %else %global with_syslib 0 -%global libver 1.9.3 +%global libver 1.9.4 %endif Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.4.2 +%global upstream_version 1.4.3 #global upstream_prever RC2 #global upstream_lower ~rc2 Version: %{upstream_version}%{?upstream_lower} @@ -322,6 +322,10 @@ exit $ret %changelog +* Thu Apr 19 2018 Remi Collet <remi@remirepo.net> - 1.4.3-1 +- update to 1.4.3 +- with libbson and libmongoc 1.9.4 + * Wed Mar 7 2018 Remi Collet <remi@remirepo.net> - 1.4.2-1 - Update to 1.4.2 (no change) - with libbson and libmongoc 1.9.3 |