From e93fabf27faaab26e399f796d6a7ed0843a6e2a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Oct 2025 07:39:40 +0200 Subject: update to 2.1.3 (no change) --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-mongodb2.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 499a7e3..bec3fca 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ mongodb MongoDB support => enabled -MongoDB extension version => 2.1.2 +MongoDB extension version => 2.1.3 MongoDB extension stability => stable libbson bundled version => 1.30.5 libmongoc bundled version => 1.30.5 diff --git a/REFLECTION b/REFLECTION index 81ee001..ddf31d1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #140 mongodb version 2.1.2 ] { +Extension [ extension #140 mongodb version 2.1.3 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #140 mongodb version 2.1.2 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 2.1.2 } + Constant [ string MONGODB_VERSION ] { 2.1.3 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec index 403218b..fbed247 100644 --- a/php-pecl-mongodb2.spec +++ b/php-pecl-mongodb2.spec @@ -37,7 +37,7 @@ Summary: MongoDB driver for PHP version 2 Name: %{?scl_prefix}php-pecl-%{pecl_name}2 -%global upstream_version 2.1.2 +%global upstream_version 2.1.3 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -264,6 +264,9 @@ OPT="-n" %changelog +* Wed Oct 8 2025 Remi Collet - 2.1.3-1 +- update to 2.1.3 (no change) + * Thu Oct 2 2025 Remi Collet - 2.1.2-1 - update to 2.1.2 - drop patch merged upstream -- cgit