diff options
| author | Remi Collet <remi@remirepo.net> | 2023-10-17 14:29:22 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-10-17 14:29:22 +0200 | 
| commit | f539dcc91933fbbe084fe778c8387f2804a245fb (patch) | |
| tree | e181617db5fc9823aefa935b327111a1b6c21e70 | |
| parent | 48f21aee50293eee86fe4acaa3c426a864803d8d (diff) | |
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
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-protobuf.spec | 12 | 
3 files changed, 11 insertions, 5 deletions
| @@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #126 protobuf version 3.24.4 ] { +Extension [ <persistent> 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 <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) | 
