From d2ce5022c48eb543491a14250c02bab7502a1ca1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Oct 2025 07:31:04 +0200 Subject: update to 1.21.2 use bundled libbson and libmongc 1.30.6 --- PHPINFO | 6 +++--- REFLECTION | 4 ++-- php-pecl-mongodb.spec | 14 ++++++++++---- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index 284f097..ce730c2 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,10 +2,10 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.21.1 +MongoDB extension version => 1.21.2 MongoDB extension stability => stable -libbson bundled version => 1.30.5 -libmongoc bundled version => 1.30.5 +libbson bundled version => 1.30.6 +libmongoc bundled version => 1.30.6 libmongoc SSL => enabled libmongoc SSL library => OpenSSL libmongoc crypto => enabled diff --git a/REFLECTION b/REFLECTION index 9b4c458..37dccea 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #132 mongodb version 1.21.1 ] { +Extension [ extension #140 mongodb version 1.21.2 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #132 mongodb version 1.21.1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.21.1 } + Constant [ string MONGODB_VERSION ] { 1.21.2 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 13bd868..f4e0b08 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -23,10 +23,10 @@ %bcond_with syslib # Bundled versions -%global bundled_libmongo 1.30.5 +%global bundled_libmongo 1.30.6 %global bundled_libcrypt 1.12.0 # Required versions (in config.m4) -%global minimal_libmongo 1.30.5 +%global minimal_libmongo 1.30.6 %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.1 +%global upstream_version 1.21.2 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -92,8 +92,10 @@ Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: %{?scl_prefix}php-json%{?_isa} # Don't provide php-mongodb which is the pure PHP library +# PECL Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +# PIE Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} @@ -305,8 +307,12 @@ exit $ret %changelog +* Wed Oct 8 2025 Remi Collet - 1.21.2-1 +- update to 1.21.2 +- use bundled libbson and libmongc 1.30.6 + * Mon Jun 16 2025 Remi Collet - 1.21.1-1 -- update to 1.21.1 +- update to 1.21.1 (no change) - use bundled libbson and libmongc 1.30.5 * Thu Apr 10 2025 Remi Collet - 1.21.0-2 -- cgit