From 012f7edb9ce39bab52d888978af8f3168f6d964a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 May 2026 06:39:28 +0200 Subject: update to 2.3.3 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-mongodb2.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 93519cb..4ed5e55 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ mongodb MongoDB support => enabled -MongoDB extension version => 2.3.2 +MongoDB extension version => 2.3.3 MongoDB extension stability => stable libbson bundled version => 2.3.0 libmongoc bundled version => 2.3.0 diff --git a/REFLECTION b/REFLECTION index 3522349..baec2b5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #151 mongodb version 2.3.2 ] { +Extension [ extension #151 mongodb version 2.3.3 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #151 mongodb version 2.3.2 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 2.3.2 } + Constant [ string MONGODB_VERSION ] { 2.3.3 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec index 0b08672..465939f 100644 --- a/php-pecl-mongodb2.spec +++ b/php-pecl-mongodb2.spec @@ -35,7 +35,7 @@ %global runtime_libcrypt %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{system_libcrypt}) %endif -%global upstream_version 2.3.2 +%global upstream_version 2.3.3 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{gh_proj}-%{upstream_version}%{?upstream_prever} @@ -264,6 +264,9 @@ OPT="-n" %changelog +* Sat May 23 2026 Remi Collet - 2.3.3-1 +- update to 2.3.3 + * Wed May 20 2026 Remi Collet - 2.3.2-1 - update to 2.3.2 - drop patch merged upstream -- cgit