diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-23 08:12:26 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-23 08:12:26 +0200 |
commit | 0a90ce07431b188b7f9b1aeb8aabcc47e15bf35c (patch) | |
tree | 929ef2d4cc0f01351cac91d1ca5b3c44690fc1ee | |
parent | 69aebbf9bd19a4cc3259d55fe35380f8fa22855c (diff) |
update to 1.16.1
-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.16.0 +MongoDB extension version => 1.16.1 MongoDB extension stability => stable libbson headers version => 1.24.1 libbson library version => 1.24.1 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #116 mongodb version 1.16.0 ] { +Extension [ <persistent> extension #116 mongodb version 1.16.1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #116 mongodb version 1.16.0 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.16.0 } + Constant [ string MONGODB_VERSION ] { 1.16.1 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 64b36ed..3bc2925 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -46,7 +46,7 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.16.0 +%global upstream_version 1.16.1 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -331,6 +331,9 @@ exit $ret %changelog +* Fri Jun 23 2023 Remi Collet <remi@remirepo.net> - 1.16.1-1 +- update to 1.16.1 + * Thu Jun 22 2023 Remi Collet <remi@remirepo.net> - 1.16.0-1 - update to 1.16.0 - EL use bundled libbson and libmongc 1.24.1 |