diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-protobuf.spec | 13 |
3 files changed, 13 insertions, 4 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #122 protobuf version 3.22.3 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 3.23.0~RC2-1 +- update to 3.23.0RC2 + * Thu Apr 13 2023 Remi Collet <remi@remirepo.net> - 3.22.3-1 - update to 3.22.3 (no change) |