From 53458e8e35cd2be511b53e4ff65742b0f84f1e8b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 11:33:42 +0200 Subject: rebuild for 7.4.0RC1 --- 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 2c3e00b..477daff 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -29,7 +29,7 @@ # test suite requires a MongoDB server %global with_tests 0%{?_with_tests:1} -%if 0%{?fedora} >= 27 || 0%{?rhel} >= 9 +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 %global with_syslib 1 %global libver 1.13 %else @@ -43,7 +43,7 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name} #global upstream_prever RC2 #global upstream_lower ~rc2 Version: %{upstream_version}%{?upstream_lower} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -325,6 +325,9 @@ exit $ret %changelog +* Tue Sep 03 2019 Remi Collet - 1.5.5-3 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet - 1.5.5-2 - rebuild for 7.4.0beta1 -- cgit