From 69aebbf9bd19a4cc3259d55fe35380f8fa22855c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Jun 2023 12:16:13 +0200 Subject: update to 1.16.0 EL use bundled libbson and libmongc 1.24.1 EL use bundled libmongocrypt 1.8.1 --- php-pecl-mongodb.spec | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'php-pecl-mongodb.spec') diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index dc09069..64b36ed 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -16,12 +16,6 @@ %global _root_prefix %{_prefix} %endif -# Defined in Fedora >= 37 and RHEL >= 10, in PHP >= 7.4 for remirepo -%{!?__phpize: %global __phpize %{_bindir}/phpize} -%{!?__ztsphpize: %global __ztsphpize %{_bindir}/zts-phpize} -%{!?__phpconfig: %global __phpconfig %{_bindir}/php-config} -%{!?__ztsphpconfig:%global __ztsphpconfig %{_bindir}/zts-php-config} - %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name mongodb # After 40-smbclient.ini, see https://jira.mongodb.org/browse/PHPC-658 @@ -31,20 +25,20 @@ %bcond_with tests # temp for EL until available in EPEL -%if 0%{?fedora} >= 34 || 0%{?rhel} >= 8 +%if 0%{?fedora} >= 36 || 0%{?rhel} >= 10 %bcond_without syslib %else %bcond_with syslib %endif # Bundled versions -%global bundled_libmongo 1.23.4 -%global bundled_libcrypt 1.5.2 +%global bundled_libmongo 1.24.1 +%global bundled_libcrypt 1.8.1 %if %{with syslib} # Build dependencies -%global system_libmongo 1.23.3 -%global system_libcrypt 1.5.2 +%global system_libmongo 1.24.1 +%global system_libcrypt 1.8.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}) @@ -52,7 +46,7 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.15.3 +%global upstream_version 1.16.0 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -337,6 +331,11 @@ exit $ret %changelog +* Thu Jun 22 2023 Remi Collet - 1.16.0-1 +- update to 1.16.0 +- EL use bundled libbson and libmongc 1.24.1 +- EL use bundled libmongocrypt 1.8.1 + * Sat May 13 2023 Remi Collet - 1.15.3-1 - update to 1.15.3 - EL-7 use bundled libbson and libmongc 1.23.4 -- cgit