diff options
author | Remi Collet <remi@remirepo.net> | 2024-04-12 11:02:39 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-04-12 11:02:39 +0200 |
commit | b3a112d859af8ad06be62522de3fae84e0610cad (patch) | |
tree | 88cd518c82ac20f349110dca62b1a72ec26dee8a | |
parent | de702a9695bc5be628e1f2a3041a1d18224494eb (diff) |
update to 1.18.1 (no change)
EL use bundled libbson and libmongc 1.26.2
-rw-r--r-- | PHPINFO | 10 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-mongodb.spec | 10 |
3 files changed, 14 insertions, 10 deletions
@@ -2,12 +2,12 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.18.0 +MongoDB extension version => 1.18.1 MongoDB extension stability => stable -libbson headers version => 1.26.1 -libbson library version => 1.26.1 -libmongoc headers version => 1.26.1 -libmongoc library version => 1.26.1 +libbson headers version => 1.26.2 +libbson library version => 1.26.2 +libmongoc headers version => 1.26.2 +libmongoc library version => 1.26.2 libmongoc SSL => enabled libmongoc SSL library => OpenSSL libmongoc crypto => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #94 mongodb version 1.18.0 ] { +Extension [ <persistent> extension #98 mongodb version 1.18.1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #94 mongodb version 1.18.0 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.18.0 } + Constant [ string MONGODB_VERSION ] { 1.18.1 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 48307fb..15cc7fd 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -29,12 +29,12 @@ %endif # Bundled versions -%global bundled_libmongo 1.26.1 +%global bundled_libmongo 1.26.2 %global bundled_libcrypt 1.9.1 %if %{with syslib} # Build dependencies -%global system_libmongo 1.26.1 +%global system_libmongo 1.26.2 %global system_libcrypt 1.9.1 # Runtime dependencies %global runtime_libmongo %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{system_libmongo}) @@ -43,7 +43,7 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.18.0 +%global upstream_version 1.18.1 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -340,6 +340,10 @@ exit $ret %changelog +* Fri Apr 12 2024 Remi Collet <remi@remirepo.net> - 1.18.1-1 +- update to 1.18.1 (no change) +- EL use bundled libbson and libmongc 1.26.2 + * Thu Mar 28 2024 Remi Collet <remi@remirepo.net> - 1.18.0-1 - update to 1.18.0 - EL use bundled libbson and libmongc 1.26.1 |