From 4da0e9435fe427db8845b296097daf8882aa38d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Apr 2021 08:31:28 +0200 Subject: update to 1.37.0RC1 --- php-pecl-grpc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-grpc.spec') diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 405730e..c4f9f40 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -20,8 +20,8 @@ %global pecl_name grpc %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 1.36.0 -#global upstream_prever RC1 +%global upstream_version 1.37.0 +%global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -226,6 +226,9 @@ cd ../ZTS %changelog +* Wed Apr 7 2021 Remi Collet - 1.37.0~RC1-1 +- update to 1.37.0RC1 + * Tue Mar 2 2021 Remi Collet - 1.36.0-1 - update to 1.36.0 -- cgit