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 --- php-pecl-protobuf.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php-pecl-protobuf.spec') 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