From 605fc4c4998fa48364abb6ebe26420a67d3ec400 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Dec 2021 08:33:36 +0100 Subject: update to 1.43.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 d8c9972..61679d6 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.42.0 -#global upstream_prever RC1 +%global upstream_version 1.43.0 +%global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -229,6 +229,9 @@ cd ../ZTS %changelog +* Thu Dec 9 2021 Remi Collet - 1.43.0~RC1-1 +- update to 1.43.0RC1 + * Fri Nov 19 2021 Remi Collet - 1.42.0-1 - update to 1.42.0 -- cgit