diff options
| author | Remi Collet <remi@remirepo.net> | 2023-07-12 07:04:21 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-07-12 07:04:21 +0200 | 
| commit | a5fc9bc8a70e09e5eda9d03fef10fb7b90d59aea (patch) | |
| tree | 2211c526b3b0952fe0126c93e152bce6bca49bae | |
| parent | 838d3333d2bdf04bed2401eee772a7acae353e07 (diff) | |
update to 3.24.0RC1
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-protobuf.spec | 11 | 
3 files changed, 7 insertions, 8 deletions
| @@ -1,7 +1,7 @@  protobuf -Version => 3.23.4 +Version => 3.24.0RC1  Directive => Local Value => Master Value  protobuf.keep_descriptor_pool_after_request => 0 => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #124 protobuf version 3.23.4 ] { +Extension [ <persistent> extension #124 protobuf version 3.24.0RC1 ] {    - Dependencies {      Dependency [ date (Optional) ] diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 1711dce..182a939 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -7,16 +7,13 @@  # Please, preserve the changelog entries  # -# we don't want -z defs linker flag -%undefine _strict_symbol_defs_build -  %{?scl:%scl_package php-pecl-protobuf}  %global pecl_name   protobuf  %global with_zts    0  %global ini_name    40-%{pecl_name}.ini -%global upstream_version 3.23.4 -#global upstream_prever  RC2 +%global upstream_version 3.24.0 +%global upstream_prever  RC1  %global sources     %{pecl_name}-%{upstream_version}%{?upstream_prever}  %global _configure  ../%{sources}/configure @@ -43,7 +40,6 @@ BuildRequires: %{?scl_prefix}php-pear  Requires:      %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:      %{?scl_prefix}php(api) = %{php_core_api} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}  Provides:      %{?scl_prefix}php-%{pecl_name}               = %{version}  Provides:      %{?scl_prefix}php-%{pecl_name}%{?_isa}       = %{version} @@ -192,6 +188,9 @@ fi  %changelog +* Wed Jul 12 2023 Remi Collet <remi@remirepo.net> - 3.24.0~RC1-1 +- update to 3.24.0RC1 +  * Fri Jul  7 2023 Remi Collet <remi@remirepo.net> - 3.23.4-1  - update to 3.23.4 (no change) | 
