From f869c270d7fa6f0e705733250b90cbedce1c62c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 Jan 2020 08:01:52 +0100 Subject: Update to 1.27.0RC2 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index dcd46b3..423f9c9 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.27.0RC1 +grpc module version => 1.27.0RC2 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index cf95a25..c6f4109 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 grpc version 1.27.0RC1 ] { +Extension [ extension #108 grpc version 1.27.0RC2 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index cd71df5..13e8915 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -25,7 +25,7 @@ %global ini_name 40-%{pecl_name}.ini %endif %global upstream_version 1.27.0 -%global upstream_prever RC1 +%global upstream_prever RC2 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -230,6 +230,9 @@ cd ../ZTS %changelog +* Fri Jan 31 2020 Remi Collet - 1.27.0~RC2-1 +- Update to 1.27.0RC2 + * Fri Jan 24 2020 Remi Collet - 1.27.0~RC1-1 - Update to 1.27.0RC1 -- cgit