From c25c09531e656d7dab0d4dead78d44d193a6b053 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jun 2020 08:45:13 +0200 Subject: update to 1.30.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index ca4dbcd..f9cef91 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.30.0RC1 +grpc module version => 1.30.0 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 1f089cc..649d6b2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #114 grpc version 1.30.0RC1 ] { +Extension [ extension #116 grpc version 1.30.0 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 25e9d96..ab1f51c 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.30.0 -%global upstream_prever RC1 +#global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -232,6 +232,9 @@ cd ../ZTS %changelog +* Tue Jun 23 2020 Remi Collet - 1.30.0-1 +- update to 1.30.0 + * Mon Jun 8 2020 Remi Collet - 1.30.0~RC1-1 - update to 1.30.0RC1 -- cgit