From de702a9695bc5be628e1f2a3041a1d18224494eb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Mar 2024 07:20:12 +0100 Subject: update to 1.18.0 EL use bundled libbson and libmongc 1.26.1 EL use bundled libmongocrypt 1.9.1 --- php-pecl-mongodb.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'php-pecl-mongodb.spec') diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 8a4bec2..48307fb 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-mongodb # -# Copyright (c) 2015-2023 Remi Collet +# Copyright (c) 2015-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -29,13 +29,13 @@ %endif # Bundled versions -%global bundled_libmongo 1.25.4 -%global bundled_libcrypt 1.8.4 +%global bundled_libmongo 1.26.1 +%global bundled_libcrypt 1.9.1 %if %{with syslib} # Build dependencies -%global system_libmongo 1.25.4 -%global system_libcrypt 1.8.4 +%global system_libmongo 1.26.1 +%global system_libcrypt 1.9.1 # Runtime dependencies %global runtime_libmongo %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{system_libmongo}) %global runtime_libcrypt %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{system_libcrypt}) @@ -43,7 +43,7 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.17.3 +%global upstream_version 1.18.0 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -340,6 +340,11 @@ exit $ret %changelog +* Thu Mar 28 2024 Remi Collet - 1.18.0-1 +- update to 1.18.0 +- EL use bundled libbson and libmongc 1.26.1 +- EL use bundled libmongocrypt 1.9.1 + * Tue Mar 19 2024 Remi Collet - 1.17.3-1 - update to 1.17.3 (no change) - EL use bundled libbson and libmongc 1.25.4 -- cgit