From 653f974b561fd2fc0d52f319a78e27092c414005 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Jun 2019 07:45:32 +0200 Subject: v1.22.0RC1* --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index ca6c1ad..7e4d679 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.21.3 +grpc module version => 1.22.0RC1 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 2e9aff4..a64952a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #203 grpc version 1.21.3 ] { +Extension [ extension #199 grpc version 1.22.0RC1 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 80811d8..f340664 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.21.3 -#global upstream_prever RC1 +%global upstream_version 1.22.0 +%global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -227,6 +227,9 @@ cd ../ZTS %changelog +* Thu Jun 27 2019 Remi Collet - 1.22.0~RC1-1 +- Update to 1.22.0RC1 + * Tue Jun 4 2019 Remi Collet - 1.21.3-1 - update to 1.21.3 -- cgit