diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-31 06:11:33 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-31 06:11:33 +0100 |
commit | 730d6260d2e27b3ea1d828a9fc8c080c0deccc29 (patch) | |
tree | 42ca9eebb0ca8f18fed6ebbcdbd71a5ea51dcad7 /php-pecl-mongodb.spec | |
parent | 497049b524f7e38203126185138a0208c5799daa (diff) |
v1.3.2
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 |