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 --- php-pecl-grpc.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'php-pecl-grpc.spec') 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