diff options
Diffstat (limited to 'php-pecl-mongodb2.spec')
-rw-r--r-- | php-pecl-mongodb2.spec | 12 |
1 files changed, 8 insertions, 4 deletions
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 |