summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-10-08 07:31:04 +0200
committerRemi Collet <remi@php.net>2025-10-08 07:31:04 +0200
commitd2ce5022c48eb543491a14250c02bab7502a1ca1 (patch)
treebdf8ef1b47bdde004c6208ed86a241acf6ce71d2
parent869f129f7beb1c0147c63a71faa062f66ce090f6 (diff)
update to 1.21.2HEADmaster
use bundled libbson and libmongc 1.30.6
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec14
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 [ <persistent> extension #132 mongodb version 1.21.1 ] {
+Extension [ <persistent> extension #140 mongodb version 1.21.2 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> 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 <remi@remirepo.net> - 1.21.2-1
+- update to 1.21.2
+- use bundled libbson and libmongc 1.30.6
+
* Mon Jun 16 2025 Remi Collet <remi@remirepo.net> - 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 <remi@remirepo.net> - 1.21.0-2