From 4b3a9927989565d82cdca29af650eb6f8644bd2d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Sep 2022 16:20:34 +0200 Subject: EL-9 rebuild with libraries in EPEL stable --- php-pecl-mongodb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 39f7ea7..5e0e2a3 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -51,7 +51,7 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name} #global upstream_prever beta1 #global upstream_lower ~beta1 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;')}} 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 +* Mon Sep 12 2022 Remi Collet - 1.14.1-2 +- EL-9 rebuild with libraries in EPEL stable + * Sat Sep 10 2022 Remi Collet - 1.14.1-1 - update to 1.14.1 -- cgit