From e7b077e68ebc4e80f9bc20bb4eca08db634191cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Jan 2021 07:54:00 +0100 Subject: update to 1.35.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 9 ++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index 1a4998f..3b9aec1 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.35.0RC1 +grpc module version => 1.35.0 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 2ab7cfe..33c5dce 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 grpc version 1.35.0RC1 ] { +Extension [ extension #119 grpc version 1.35.0 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 551ff08..c9dedf0 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -19,13 +19,9 @@ %global pecl_name grpc %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%if "%{php_version}" < "5.6" -%global ini_name %{pecl_name}.ini -%else %global ini_name 40-%{pecl_name}.ini -%endif %global upstream_version 1.35.0 -%global upstream_prever RC1 +#global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -230,6 +226,9 @@ cd ../ZTS %changelog +* Thu Jan 21 2021 Remi Collet - 1.35.0-1 +- update to 1.35.0 + * Fri Jan 8 2021 Remi Collet - 1.35.0~RC1-1 - update to 1.35.0RC1 -- cgit