From 23f745d5afdf0c15bc01c063c56ca02ad3b5da66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 May 2024 11:08:08 +0200 Subject: update to 1.64.0RC2 --- php-pecl-grpc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-pecl-grpc.spec') diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index bd6bae5..c0ac9e4 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -10,12 +10,13 @@ %{?scl:%scl_package php-pecl-grpc} ## TODO: not suitable for Fedora, tons of bundled libraries +## use mock with --cleanup-after %global pecl_name grpc %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 1.63.0 -#global upstream_prever RC1 +%global upstream_version 1.64.0 +%global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -208,6 +209,9 @@ cd ../ZTS %changelog +* Thu May 30 2024 Remi Collet - 1.64.0~RC2-1 +- update to 1.64.0RC2 + * Fri May 17 2024 Remi Collet - 1.63.0-2 - add boringssl upstream patch for GCC 14 -- cgit