diff options
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r-- | php-pecl-mongodb.spec | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 5df17c0..b88ef55 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -29,15 +29,15 @@ %endif # Bundled versions -%global bundled_libmongo 1.28.0 +%global bundled_libmongo 1.28.1 %global bundled_libcrypt 1.11.0 -# Required versions -%global minimal_libmongo 1.28.0 +# Required versions (in config.m4) +%global minimal_libmongo 1.28.1 %global minimal_libcrypt 1.11.0 %if %{with syslib} -# Build dependencies -%global system_libmongo 1.28.0 +# Build dependencies (in repository) +%global system_libmongo 1.28.1 %global system_libcrypt 1.11.0 # Runtime dependencies %global runtime_libmongo %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{system_libmongo}) @@ -46,13 +46,13 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.20.0 +%global upstream_version 1.20.1 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure Version: %{upstream_version}%{?upstream_lower} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %if %{with syslib} License: Apache-2.0 %else @@ -306,6 +306,9 @@ exit $ret %changelog +* Wed Nov 27 2024 Remi Collet <remi@remirepo.net> - 1.20.1-1 +- update to 1.20.1 + * Mon Sep 30 2024 Remi Collet <remi@remirepo.net> - 1.20.0-2 - EL: rebuild with system libraries |