From 2acf2a877d8dca0bc12164f4cf55a8c4e0b7c8f6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 15:39:07 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-mongodb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-mongodb.spec') diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index c478927..0df64ff 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -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: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -328,6 +328,9 @@ exit $ret %changelog +* Tue Sep 03 2019 Remi Collet - 1.6.0~rc1-2 +- rebuild for 7.4.0RC1 + * Mon Sep 2 2019 Remi Collet - 1.6.0~rc1-1 - update to 1.6.0RC1 -- cgit