From d52d47343cad44cf60dc7ee1e94c1f58ca0a4d7d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 22:44:34 +0200 Subject: v7.1.8RC1 --- php-pecl-grpc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 29184dd..0b23ae5 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -27,7 +27,7 @@ Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -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: MIT Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -221,6 +221,9 @@ cd ../ZTS %changelog +* Tue Jul 18 2017 Remi Collet - 1.4.1-2 +- rebuild for PHP 7.2.0beta1 new API + * Fri Jun 30 2017 Remi Collet - 1.4.1-1 - Update to 1.4.1 (stable) -- cgit