summaryrefslogtreecommitdiffstats
path: root/php-pecl-protobuf.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-protobuf.spec')
-rw-r--r--php-pecl-protobuf.spec12
1 files changed, 9 insertions, 3 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 3.24.4-1
- update to 3.24.4 (no change)