From cbb27a0c7c1749e5323bafed8076d1e5efc7c0f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Oct 2020 06:40:57 +0200 Subject: update to 1.33.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index b7d8fc3..bc4d5a8 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.33.0RC1 +grpc module version => 1.33.1 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index ca95c67..0fb6a8a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 grpc version 1.33.0RC1 ] { +Extension [ extension #116 grpc version 1.33.1 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 0edf059..68dfbc3 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.33.0 -%global upstream_prever RC1 +%global upstream_version 1.33.1 +#global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -232,6 +232,9 @@ cd ../ZTS %changelog +* Thu Oct 22 2020 Remi Collet - 1.33.1-1 +- update to 1.33.1 + * Fri Oct 9 2020 Remi Collet - 1.33.0~RC1-1 - update to 1.33.0RC1 -- cgit