From 4514c4b4a542d251fc10790c01f0e3c9e03511b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Jun 2020 12:12:24 +0200 Subject: update to 1.30.0RC1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index ebcfd0f..ca4dbcd 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.29.1 +grpc module version => 1.30.0RC1 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 8e7b9ee..1f089cc 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #114 grpc version 1.29.1 ] { +Extension [ extension #114 grpc version 1.30.0RC1 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 4a8ee29..25e9d96 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.29.1 -#global upstream_prever RC2 +%global upstream_version 1.30.0 +%global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -232,6 +232,9 @@ cd ../ZTS %changelog +* Mon Jun 8 2020 Remi Collet - 1.30.0~RC1-1 +- update to 1.30.0RC1 + * Thu May 21 2020 Remi Collet - 1.29.1-1 - update to 1.29.1 -- cgit