From 19f250553d79653aefd29092c4db0428ed41bbcb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 12:28:49 +0200 Subject: rebuild for 7.4.0RC1 --- 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 3ff3b75..c8ba75d 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -30,7 +30,7 @@ Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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 @@ -233,6 +233,9 @@ cd ../ZTS %changelog +* Tue Sep 03 2019 Remi Collet - 1.23.0-3 +- rebuild for 7.4.0RC1 + * Sat Aug 24 2019 Remi Collet - 1.23.0-2 - fix build with GCC 9.1 with upstream patch and patch from https://github.com/grpc/grpc/pull/20067 -- cgit