From f34e97b14d5bb9e21a9a17b5ffb44a8a5c78e206 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 May 2023 08:16:36 +0200 Subject: update to 3.23.0RC2 --- php-pecl-protobuf.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'php-pecl-protobuf.spec') diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index b479724..1800359 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -15,8 +15,8 @@ %global pecl_name protobuf %global with_zts 0 %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.22.3 -#global upstream_prever RC3 +%global upstream_version 3.23.0 +%global upstream_prever RC2 Summary: Mechanism for serializing structured data Name: %{?scl_prefix}php-pecl-%{pecl_name} @@ -28,6 +28,12 @@ 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 >= 7.0 @@ -185,6 +191,9 @@ fi %changelog +* Tue May 2 2023 Remi Collet - 3.23.0~RC2-1 +- update to 3.23.0RC2 + * Thu Apr 13 2023 Remi Collet - 3.22.3-1 - update to 3.22.3 (no change) -- cgit