diff options
-rw-r--r-- | php-pecl-mongodb.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 4c6ff36..c36d2e3 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -36,12 +36,12 @@ %global libver 1.8 %else %global with_syslib 0 -%global libver 1.8.1 +%global libver 1.8.2 %endif Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.3.2 +%global upstream_version 1.3.3 #global upstream_prever RC1 Version: %{upstream_version} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} @@ -321,6 +321,10 @@ exit $ret %changelog +* Wed Nov 22 2017 Remi Collet <remi@remirepo.net> - 1.3.3-1 +- Update to 1.3.3 (stable) +- with libbson and libmongoc 1.8.2 + * Tue Oct 31 2017 Remi Collet <remi@remirepo.net> - 1.3.2-1 - Update to 1.3.2 |