From 63b8555fe026c09bd1a15b14c0ded83e72676922 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Dec 2019 11:15:20 +0100 Subject: v1.26.0RC1 --- php-pecl-grpc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'php-pecl-grpc.spec') diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 1bd93b0..9e6e69f 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.25.0 -#global upstream_prever RC1 +%global upstream_version 1.26.0 +%global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -130,6 +130,9 @@ extension=%{pecl_name}.so ; Configuration ;grpc.enable_fork_support = 0 ;grpc.poll_strategy = '' +;grpc.grpc_verbosity = '' +;grpc.grpc_trace = '' +;grpc.log_filename = '' EOF @@ -231,6 +234,9 @@ cd ../ZTS %changelog +* Fri Dec 6 2019 Remi Collet - 1.26.0~RC1-1 +- Update to 1.26.0RC1 + * Thu Nov 7 2019 Remi Collet - 1.25.0-1 - Update to 1.25.0 -- cgit