diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-19 07:45:15 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-19 07:45:15 +0200 |
commit | a71cedf921825153dc9f238367c356228b2b9b81 (patch) | |
tree | 8d15084e58d5ba5c7ae720b77660dccf1dca0f95 | |
parent | f539dcc91933fbbe084fe778c8387f2804a245fb (diff) |
update to 3.25.0RC2 (no change)
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-protobuf.spec | 11 |
3 files changed, 6 insertions, 9 deletions
@@ -1,7 +1,7 @@ protobuf -Version => 3.25.0RC1 +Version => 3.25.0RC2 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #126 protobuf version 3.25.0RC1 ] { +Extension [ <persistent> extension #126 protobuf version 3.25.0RC2 ] { - Dependencies { Dependency [ date (Optional) ] 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 <remi@remirepo.net> - 3.25.0~RC2-1 +- update to 3.25.0RC2 (no change) + * Tue Oct 17 2023 Remi Collet <remi@remirepo.net> - 3.25.0~RC1-1 - update to 3.25.0RC1 - open https://github.com/protocolbuffers/protobuf/issues/14436 |