From f539dcc91933fbbe084fe778c8387f2804a245fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Oct 2023 14:29:22 +0200 Subject: update to 3.25.0RC1 open https://github.com/protocolbuffers/protobuf/issues/14436 build broken with PHP 7.x raise dependency on PHP 8.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-protobuf.spec | 12 +++++++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 2f0c40e..db8687c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,7 +1,7 @@ protobuf -Version => 3.24.4 +Version => 3.25.0RC1 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 2437f4f..597662c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #126 protobuf version 3.24.4 ] { +Extension [ extension #126 protobuf version 3.25.0RC1 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 586492c..b5e63aa 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -12,8 +12,8 @@ %global pecl_name protobuf %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.24.4 -#global upstream_prever RC3 +%global upstream_version 3.25.0 +%global upstream_prever RC1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -35,7 +35,7 @@ BuildRequires: devtoolset-6-toolchain %endif BuildRequires: make BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel >= 7.0 +BuildRequires: %{?scl_prefix}php-devel >= 8.0 BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} @@ -188,6 +188,12 @@ fi %changelog +* Tue Oct 17 2023 Remi Collet - 3.25.0~RC1-1 +- update to 3.25.0RC1 +- open https://github.com/protocolbuffers/protobuf/issues/14436 + build broken with PHP 7.x +- raise dependency on PHP 8.0 + * Thu Oct 5 2023 Remi Collet - 3.24.4-1 - update to 3.24.4 (no change) -- cgit