diff options
| -rw-r--r-- | PHPINFO | 6 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-mongodb.spec | 12 |
3 files changed, 13 insertions, 9 deletions
@@ -2,10 +2,10 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.21.4 +MongoDB extension version => 1.21.5 MongoDB extension stability => stable -libbson bundled version => 1.30.6 -libmongoc bundled version => 1.30.6 +libbson bundled version => 1.30.7 +libmongoc bundled version => 1.30.7 libmongoc SSL => enabled libmongoc SSL library => OpenSSL libmongoc crypto => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #70 mongodb version 1.21.4 ] { +Extension [ <persistent> extension #70 mongodb version 1.21.5 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #70 mongodb version 1.21.4 ] { } - Constants [2] { - Constant [ <persistent> string MONGODB_VERSION ] { 1.21.4 } + Constant [ <persistent> string MONGODB_VERSION ] { 1.21.5 } Constant [ <persistent> string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 5e56353..768f78d 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-mongodb # -# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2015-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -23,10 +23,10 @@ %bcond_with syslib # Bundled versions -%global bundled_libmongo 1.30.6 +%global bundled_libmongo 1.30.7 %global bundled_libcrypt 1.12.0 # Required versions (in config.m4) -%global minimal_libmongo 1.30.6 +%global minimal_libmongo 1.30.7 %global minimal_libcrypt 1.12.0 %if %{with syslib} @@ -40,7 +40,7 @@ Summary: MongoDB driver for PHP version 1 Name: %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.21.4 +%global upstream_version 1.21.5 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -307,6 +307,10 @@ exit $ret %changelog +* Thu Feb 5 2026 Remi Collet <remi@remirepo.net> - 1.21.5-1 +- update to 1.21.5 +- use bundled libbson and libmongc 1.30.7 + * Wed Jan 28 2026 Remi Collet <remi@remirepo.net> - 1.21.4-1 - update to 1.21.4 (no change) |
