From f8a0c6e3d6184b18fe103b194cb1894d356469a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 15:36:37 +0200 Subject: rebuild for 7.4.0beta1 --- 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 113a871..2c3e00b 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -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: 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 @@ -325,6 +325,9 @@ exit $ret %changelog +* Tue Jul 23 2019 Remi Collet - 1.5.5-2 +- rebuild for 7.4.0beta1 + * Tue Jun 11 2019 Remi Collet - 1.5.5-1 - update to 1.5.5 -- cgit