From 4bd01a9d5fa37a678b3408694276211a12cdefd8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 07:43:38 +0200 Subject: rebuild for 7.3.0beta2 new ABI --- 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 7546e01..ff1d9fc 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -50,7 +50,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 @@ -328,6 +328,9 @@ exit $ret %changelog +* Thu Aug 16 2018 Remi Collet - 1.5.2-2 +- rebuild for 7.3.0beta2 new ABI + * Wed Aug 8 2018 Remi Collet - 1.5.2-1 - update to 1.5.2 -- cgit