diff options
author | Remi Collet <remi@remirepo.net> | 2024-05-29 08:28:44 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-05-29 08:28:44 +0200 |
commit | eb833a6a25bfc851bec30b9bd7f40f70a5dfea49 (patch) | |
tree | 4236c40b93d26e1114b0e81898c0de35e2abae27 | |
parent | d2100a885fbc8bfe9f96ccccdfc14f41b772410f (diff) |
update to 1.19.1
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-mongodb.spec | 7 |
3 files changed, 8 insertions, 5 deletions
@@ -2,7 +2,7 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.19.0 +MongoDB extension version => 1.19.1 MongoDB extension stability => stable libbson headers version => 1.27.1 libbson library version => 1.27.1 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #99 mongodb version 1.19.0 ] { +Extension [ <persistent> extension #100 mongodb version 1.19.1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #99 mongodb version 1.19.0 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.19.0 } + Constant [ string MONGODB_VERSION ] { 1.19.1 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 9fa6c58..9c3d515 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -37,7 +37,7 @@ %if %{with syslib} # Build dependencies -%global system_libmongo 1.27.0 +%global system_libmongo 1.27.1 %global system_libcrypt 1.10.0 # Runtime dependencies %global runtime_libmongo %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{system_libmongo}) @@ -46,7 +46,7 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.19.0 +%global upstream_version 1.19.1 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -347,6 +347,9 @@ exit $ret %changelog +* Wed May 29 2024 Remi Collet <remi@remirepo.net> - 1.19.1-1 +- update to 1.19.1 + * Mon May 13 2024 Remi Collet <remi@remirepo.net> - 1.19.0-1 - update to 1.19.0 - raise dependency on libbson and libmongc 1.27.0 |