From da190b5ddf0381bfd04c08bca1c5aa99befa96c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Oct 2020 10:35:05 +0200 Subject: update to 1.33.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 ee49fa4..0edf059 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.32.0 -#global upstream_prever RC1 +%global upstream_version 1.33.0 +%global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -68,6 +68,9 @@ Obsoletes: php73-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "7.4" Obsoletes: php74-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "8.0" +Obsoletes: php80-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -229,6 +232,9 @@ cd ../ZTS %changelog +* Fri Oct 9 2020 Remi Collet - 1.33.0~RC1-1 +- update to 1.33.0RC1 + * Sat Sep 12 2020 Remi Collet - 1.32.0-1 - update to 1.32.0 -- cgit