From a71cedf921825153dc9f238367c356228b2b9b81 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Oct 2023 07:45:15 +0200 Subject: update to 3.25.0RC2 (no change) --- php-pecl-protobuf.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'php-pecl-protobuf.spec') diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index b5e63aa..83a81de 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -13,7 +13,7 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini %global upstream_version 3.25.0 -%global upstream_prever RC1 +%global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -27,12 +27,6 @@ License: BSD-3-Clause and MIT URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz -%if 0%{?rhel} == 7 && 0%{?dtsversion} == 0 -BuildRequires: devtoolset-6-toolchain -%global dtsversion 6 -%global dtsenable source /opt/rh/devtoolset-6/enable -%global dtsprefix devtoolset-6- -%endif BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 8.0 @@ -188,6 +182,9 @@ fi %changelog +* Thu Oct 19 2023 Remi Collet - 3.25.0~RC2-1 +- update to 3.25.0RC2 (no change) + * Tue Oct 17 2023 Remi Collet - 3.25.0~RC1-1 - update to 3.25.0RC1 - open https://github.com/protocolbuffers/protobuf/issues/14436 -- cgit