From 7bea8adb1af5f454fad5700609a147804c00b59a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Aug 2020 09:40:38 +0200 Subject: rebuild with system library on EL-8 --- php-pecl-mongodb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index f6b9497..53b73f0 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -26,7 +26,7 @@ %global with_tests 0%{?_with_tests:1} # temp for EL-8 until available in EPEL -%if 0%{?fedora} >= 30 || 0%{?rhel} >= 9 +%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 %global with_syslib 1 %global libmongo 1.17 #global libmongover #{libmongo} @@ -45,7 +45,7 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name} #global upstream_prever RC1 #global upstream_lower ~rc1 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 @@ -338,6 +338,9 @@ exit $ret %changelog +* Thu Aug 27 2020 Remi Collet - 1.8.0-2 +- rebuild with system library on EL-8 + * Fri Jul 31 2020 Remi Collet - 1.8.0-1 - update to 1.8.0 - with libbson and libmongoc 1.17.0 -- cgit