From 7be19c69b8c6481111fcb98ac234f48ea58d2fec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 10 Sep 2022 08:27:09 +0200 Subject: update to 1.14.1 --- php-pecl-mongodb.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'php-pecl-mongodb.spec') diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index c7af6d3..39f7ea7 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -34,24 +34,24 @@ %if %{with syslib} # Build dependency -%global libmongo 1.22 -%global libcrypt 1.5 +%global libmongo 1.22.1 +%global libcrypt 1.5.2 # Runtime dependency %global libmongover %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{libmongo}) %global libcryptver %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{libcrypt}) %else # Bundled versions -%global libmongo 1.22.0 -%global libcrypt 1.5.0 +%global libmongo 1.22.1 +%global libcrypt 1.5.2 %endif Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.14.0 +%global upstream_version 1.14.1 #global upstream_prever beta1 #global upstream_lower ~beta1 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;')}} License: ASL 2.0 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -329,6 +329,9 @@ exit $ret %changelog +* Sat Sep 10 2022 Remi Collet - 1.14.1-1 +- update to 1.14.1 + * Wed Jul 27 2022 Remi Collet - 1.14.0-2 - build with system libraries -- cgit