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 #188 mongodb version 1.4.3 ] { +Extension [ <persistent> extension #189 mongodb version 1.4.4 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #188 mongodb version 1.4.3 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.4.3 } + Constant [ string MONGODB_VERSION ] { 1.4.4 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index b4eb03c..cccb077 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -46,7 +46,7 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.4.3 +%global upstream_version 1.4.4 #global upstream_prever RC2 #global upstream_lower ~rc2 Version: %{upstream_version}%{?upstream_lower} @@ -322,6 +322,9 @@ exit $ret %changelog +* Thu Jun 7 2018 Remi Collet <remi@remirepo.net> - 1.4.4-1 +- update to 1.4.4 + * Thu Apr 19 2018 Remi Collet <remi@remirepo.net> - 1.4.3-1 - update to 1.4.3 - with libbson and libmongoc 1.9.4 |