summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-06-16 08:01:37 +0200
committerRemi Collet <remi@php.net>2025-06-16 08:01:37 +0200
commit81c1d3fda64cae69a1dd776786e2fd230d811fd8 (patch)
treee77b5a9d0e95b9dabdfe6b1102ed65067e0052f6
parent2e4f4d4aae3ab1399823de6a82496bcb5f11d206 (diff)
update to 2.1.1HEADmaster
use bundled libbson and libmongc 1.30.5
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb2.spec12
3 files changed, 13 insertions, 9 deletions
diff --git a/PHPINFO b/PHPINFO
index aa20b88..1d204ae 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,10 +2,10 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 2.1.0
+MongoDB extension version => 2.1.1
MongoDB extension stability => stable
-libbson bundled version => 1.30.4
-libmongoc bundled version => 1.30.4
+libbson bundled version => 1.30.5
+libmongoc bundled version => 1.30.5
libmongoc SSL => enabled
libmongoc SSL library => OpenSSL
libmongoc crypto => enabled
diff --git a/REFLECTION b/REFLECTION
index bfb6bad..c8e7b8e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #131 mongodb version 2.1.0 ] {
+Extension [ <persistent> extension #132 mongodb version 2.1.1 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #131 mongodb version 2.1.0 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 2.1.0 }
+ Constant [ string MONGODB_VERSION ] { 2.1.1 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec
index 7a605e4..626216b 100644
--- a/php-pecl-mongodb2.spec
+++ b/php-pecl-mongodb2.spec
@@ -20,10 +20,10 @@
%bcond_with syslib
# Bundled versions
-%global bundled_libmongo 1.30.4
+%global bundled_libmongo 1.30.5
%global bundled_libcrypt 1.12.0
# Required versions (in config.m4)
-%global minimal_libmongo 1.30.4
+%global minimal_libmongo 1.30.5
%global minimal_libcrypt 1.12.0
%if %{with syslib}
@@ -37,7 +37,7 @@
Summary: MongoDB driver for PHP version 2
Name: %{?scl_prefix}php-pecl-%{pecl_name}2
-%global upstream_version 2.1.0
+%global upstream_version 2.1.1
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -122,7 +122,6 @@ sed -e 's/role="test"/role="src"/' \
pushd %{sources}
-%if %{with syslib}
# Check our macro values
cat src/*_VERSION_CURRENT
grep -q %{bundled_libmongo} src/LIBMONGOC_VERSION_CURRENT
@@ -132,6 +131,7 @@ grep CHECK_MODULES config.m4
grep -q %{minimal_libmongo} config.m4
grep -q %{minimal_libcrypt} config.m4
+%if %{with syslib}
# temporary: lower minimal required versions
sed -e 's/%{minimal_libmongo}/%{system_libmongo}/;s/%{minimal_libcrypt}/%{system_libcrypt}/' -i config.m4
%endif
@@ -261,6 +261,10 @@ OPT="-n"
%changelog
+* Mon Jun 16 2025 Remi Collet <remi@remirepo.net> - 2.1.1-1
+- update to 2.1.1
+- use bundled libbson and libmongc 1.30.5
+
* Mon May 26 2025 Remi Collet <remi@remirepo.net> - 2.1.0-1
- update to 2.1.0