diff options
Diffstat (limited to 'php-pecl-mongodb.spec')
-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 55ca360..4c6ff36 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -41,7 +41,7 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.3.1 +%global upstream_version 1.3.2 #global upstream_prever RC1 Version: %{upstream_version} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} @@ -321,6 +321,9 @@ exit $ret %changelog +* Tue Oct 31 2017 Remi Collet <remi@remirepo.net> - 1.3.2-1 +- Update to 1.3.2 + * Tue Oct 17 2017 Remi Collet <remi@remirepo.net> - 1.3.1-1 - Update to 1.3.1 (stable) - with libbson and libmongoc 1.8.1 |