diff options
-rw-r--r-- | PHPINFO | 14 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-mongodb.spec | 17 |
3 files changed, 19 insertions, 16 deletions
@@ -2,12 +2,12 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.20.0 +MongoDB extension version => 1.20.1 MongoDB extension stability => stable -libbson headers version => 1.28.0 -libbson library version => 1.28.0 -libmongoc headers version => 1.28.0 -libmongoc library version => 1.28.0 +libbson headers version => 1.29.0 +libbson library version => 1.29.0 +libmongoc headers version => 1.29.0 +libmongoc library version => 1.29.0 libmongoc SSL => enabled libmongoc SSL library => OpenSSL libmongoc crypto => enabled @@ -19,8 +19,8 @@ libmongoc compression => enabled libmongoc compression snappy => enabled libmongoc compression zlib => enabled libmongoc compression zstd => enabled -libmongocrypt headers version => 1.11.0 -libmongocrypt library version => 1.11.0 +libmongocrypt headers version => 1.12.0 +libmongocrypt library version => 1.12.0 libmongocrypt crypto => enabled libmongocrypt crypto library => libcrypto crypt_shared library version => unknown @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #113 mongodb version 1.20.0 ] { +Extension [ <persistent> extension #120 mongodb version 1.20.1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #113 mongodb version 1.20.0 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.20.0 } + Constant [ string MONGODB_VERSION ] { 1.20.1 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 5df17c0..b88ef55 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -29,15 +29,15 @@ %endif # Bundled versions -%global bundled_libmongo 1.28.0 +%global bundled_libmongo 1.28.1 %global bundled_libcrypt 1.11.0 -# Required versions -%global minimal_libmongo 1.28.0 +# Required versions (in config.m4) +%global minimal_libmongo 1.28.1 %global minimal_libcrypt 1.11.0 %if %{with syslib} -# Build dependencies -%global system_libmongo 1.28.0 +# Build dependencies (in repository) +%global system_libmongo 1.28.1 %global system_libcrypt 1.11.0 # Runtime dependencies %global runtime_libmongo %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{system_libmongo}) @@ -46,13 +46,13 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.20.0 +%global upstream_version 1.20.1 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure Version: %{upstream_version}%{?upstream_lower} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %if %{with syslib} License: Apache-2.0 %else @@ -306,6 +306,9 @@ exit $ret %changelog +* Wed Nov 27 2024 Remi Collet <remi@remirepo.net> - 1.20.1-1 +- update to 1.20.1 + * Mon Sep 30 2024 Remi Collet <remi@remirepo.net> - 1.20.0-2 - EL: rebuild with system libraries |