From de35f813241f19bcb0dae644792134db57b3799d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Dec 2020 06:17:27 +0100 Subject: update to 1.34.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 11 ++++------- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9a19db5..44b9a71 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.34.0RC2 +grpc module version => 1.34.0 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 6583453..b81e007 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 grpc version 1.34.0RC2 ] { +Extension [ extension #117 grpc version 1.34.0 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 6e0c644..a47152d 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.34.0 -%global upstream_prever RC2 +#global upstream_prever RC2 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -76,12 +76,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - %description Remote Procedure Calls (RPCs) provide a useful abstraction for building @@ -235,6 +229,9 @@ cd ../ZTS %changelog +* Thu Dec 3 2020 Remi Collet - 1.34.0-1 +- update to 1.34.0 + * Wed Nov 25 2020 Remi Collet - 1.34.0~RC2-1 - update to 1.34.0RC2 -- cgit