diff options
-rw-r--r-- | REFLECTION | 6 | ||||
-rw-r--r-- | php-pecl-mongodb.spec | 5 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #181 mongodb version 1.3.3 ] { +Extension [ <persistent> extension #181 mongodb version 1.3.4 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #181 mongodb version 1.3.3 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.3.3 } + Constant [ string MONGODB_VERSION ] { 1.3.4 } Constant [ string MONGODB_STABILITY ] { stable } } @@ -926,7 +926,7 @@ Extension [ <persistent> extension #181 mongodb version 1.3.3 ] { Method [ <internal:mongodb, ctor> final public method __construct ] { - Parameters [1] { - Parameter #0 [ <required> $milliseconds ] + Parameter #0 [ <optional> $milliseconds ] } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index c36d2e3..538fabe 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.3 +%global upstream_version 1.3.4 #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 +* Sun Dec 3 2017 Remi Collet <remi@remirepo.net> - 1.3.4-1 +- Update to 1.3.4 + * 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 |