From 1ba344800fb8ce4fcec8fe8434144eb4e23cf203 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 23:23:34 +0200 Subject: rebuild for 7.2.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 d9089e4..2ff8a5d 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -41,7 +41,7 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.9 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -331,6 +331,9 @@ exit $ret %changelog +* Tue Jul 18 2017 Remi Collet - 1.2.9-4 +- rebuild for PHP 7.2.0beta1 new API + * Wed Jun 21 2017 Remi Collet - 1.2.9-3 - rebuild for 7.2.0alpha2 -- cgit