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 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-protobuf.spec | 13 +++++++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 50f0f38..03aae7b 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,7 +1,7 @@ protobuf -Version => 3.22.3 +Version => 3.23.0RC2 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 4dd97a2..5d9acfa 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 protobuf version 3.22.3 ] { +Extension [ extension #122 protobuf version 3.23.0RC2 ] { - Dependencies { Dependency [ date (Optional) ] 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