diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-11 07:22:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-11 07:22:42 +0200 |
commit | 6f81c0d1276b4e2b7c2f772a1fdf29f6cb5b6959 (patch) | |
tree | 9273c02a7649bf7a254b76a5bed7a7bdc47cd411 | |
parent | b06f1c768107401efe4332cd69e5bd3feaf3fcf1 (diff) |
v1.5.5
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-mongodb.spec | 5 |
3 files changed, 7 insertions, 4 deletions
@@ -2,7 +2,7 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.5.4 +MongoDB extension version => 1.5.5 MongoDB extension stability => stable libbson headers version => 1.14.0 libbson library version => 1.14.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #92 mongodb version 1.5.4 ] { +Extension [ <persistent> extension #92 mongodb version 1.5.5 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #92 mongodb version 1.5.4 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.5.4 } + Constant [ string MONGODB_VERSION ] { 1.5.5 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 90854e3..113a871 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -39,7 +39,7 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.5.4 +%global upstream_version 1.5.5 #global upstream_prever RC2 #global upstream_lower ~rc2 Version: %{upstream_version}%{?upstream_lower} @@ -325,6 +325,9 @@ exit $ret %changelog +* Tue Jun 11 2019 Remi Collet <remi@remirepo.net> - 1.5.5-1 +- update to 1.5.5 + * Tue Jun 4 2019 Remi Collet <remi@remirepo.net> - 1.5.4-1 - update to 1.5.4 |