From 8298f7a8303d5ab6fce110f1243a72336bbbaa41 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Mar 2026 13:52:04 +0100 Subject: update to 1.80.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 e9ab96c..564b39a 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -22,8 +22,8 @@ %global pecl_name grpc %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 1.78.0 -#global upstream_prever RC2 +%global upstream_version 1.80.0 +%global upstream_prever RC1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure # Disable LTO (erratic crash during build) @@ -199,6 +199,9 @@ cd ../ZTS %changelog +* Wed Mar 18 2026 Remi Collet - 1.80.0~RC1-1 +- update to 1.80.0RC1 + * Fri Feb 6 2026 Remi Collet - 1.78.0-1 - update to 1.78.0 -- cgit