From af9e3c941e1479bc272a364658f5b134f907f39e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Jan 2026 15:15:27 +0100 Subject: update to 2.1.7 (no change) --- PHPINFO | 2 +- REFLECTION | 6 +++--- php-pecl-mongodb2.spec | 7 +++++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 0eb98ac..bf6679e 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ mongodb MongoDB support => enabled -MongoDB extension version => 2.1.4 +MongoDB extension version => 2.1.7 MongoDB extension stability => stable libbson bundled version => 1.30.6 libmongoc bundled version => 1.30.6 diff --git a/REFLECTION b/REFLECTION index d03e91e..016744b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #140 mongodb version 2.1.4 ] { +Extension [ extension #140 mongodb version 2.1.7 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ extension #140 mongodb version 2.1.4 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 2.1.4 } - Constant [ string MONGODB_STABILITY ] { stable } + Constant [ string MONGODB_VERSION ] { 2.1.7 } + Constant [ string MONGODB_STABILITY ] { stable } } - Functions { diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec index 946465e..2e9202e 100644 --- a/php-pecl-mongodb2.spec +++ b/php-pecl-mongodb2.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-mongodb2 # -# 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 # @@ -37,7 +37,7 @@ Summary: MongoDB driver for PHP version 2 Name: %{?scl_prefix}php-pecl-%{pecl_name}2 -%global upstream_version 2.1.4 +%global upstream_version 2.1.7 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -264,6 +264,9 @@ OPT="-n" %changelog +* Wed Jan 28 2026 Remi Collet - 2.1.7-1 +- update to 2.1.7 (no change) + * Thu Oct 9 2025 Remi Collet - 2.1.4-1 - update to 2.1.4 - use bundled libbson and libmongc 1.30.6 -- cgit