From d3869d2267ee363a94e3d45463e882100abb539d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Sep 2024 15:38:04 +0200 Subject: EL: rebuild with system libraries --- php-pecl-mongodb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-mongodb.spec') diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index e4cf84f..5df17c0 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -22,7 +22,7 @@ %bcond_with tests # temp for EL until available in EPEL -%if 0%{?fedora} >= 37 || 0%{?rhel} >= 99 +%if 0%{?fedora} >= 37 || 0%{?rhel} >= 8 %bcond_without syslib %else %bcond_with syslib @@ -52,7 +52,7 @@ Name: %{?scl_prefix}php-pecl-%{pecl_name} %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure Version: %{upstream_version}%{?upstream_lower} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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 +* Mon Sep 30 2024 Remi Collet - 1.20.0-2 +- EL: rebuild with system libraries + * Tue Sep 24 2024 Remi Collet - 1.20.0-1 - update to 1.20.0 -- cgit