diff options
| author | Remi Collet <remi@remirepo.net> | 2025-06-16 08:01:37 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-06-16 08:01:37 +0200 | 
| commit | 81c1d3fda64cae69a1dd776786e2fd230d811fd8 (patch) | |
| tree | e77b5a9d0e95b9dabdfe6b1102ed65067e0052f6 | |
| parent | 2e4f4d4aae3ab1399823de6a82496bcb5f11d206 (diff) | |
update to 2.1.1
use bundled libbson and libmongc 1.30.5
| -rw-r--r-- | PHPINFO | 6 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-mongodb2.spec | 12 | 
3 files changed, 13 insertions, 9 deletions
@@ -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 @@ -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  | 
