From ddee52cb95734d1565f493d073e8633381db027d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 May 2021 09:33:38 +0200 Subject: update to 1.38.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 ad40786..271ae1d 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.37.1 -#global upstream_prever RC1 +%global upstream_version 1.38.0 +%global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -226,6 +226,9 @@ cd ../ZTS %changelog +* Wed May 12 2021 Remi Collet - 1.38.0~RC1-1 +- update to 1.38.0RC1 + * Sat May 1 2021 Remi Collet - 1.37.1-1 - update to 1.37.1 -- cgit