From 7aaa4dbad50a077763810f6dba1fb55571b432e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Sep 2020 13:57:53 +0200 Subject: update to 1.32.0RC1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 74e3a89..7f73326 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.31.1 +grpc module version => 1.32.0RC1 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 8e4a270..9236d9c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 grpc version 1.31.1 ] { +Extension [ extension #116 grpc version 1.32.0RC1 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 7a80008..4309a1f 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -24,8 +24,8 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 1.31.1 -#global upstream_prever RC1 +%global upstream_version 1.32.0 +%global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -229,6 +229,9 @@ cd ../ZTS %changelog +* Wed Sep 2 2020 Remi Collet - 1.32.0~RC1-1 +- update to 1.32.0RC1 + * Wed Aug 26 2020 Remi Collet - 1.31.1-1 - update to 1.31.1 -- cgit