diff options
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-mongodb.spec | 5 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #178 mongodb version 1.3.1 ] { +Extension [ <persistent> extension #178 mongodb version 1.3.2 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #178 mongodb version 1.3.1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.3.1 } + Constant [ string MONGODB_VERSION ] { 1.3.2 } Constant [ string MONGODB_STABILITY ] { stable } } 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 |