diff options
| author | Remi Collet <remi@remirepo.net> | 2022-09-14 07:43:36 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-09-14 07:43:36 +0200 | 
| commit | b697a18126535db37bd392562ec5cc6549999a75 (patch) | |
| tree | 1254f3207ddff70edd7114fc20db5553e4ae6879 | |
| parent | 807483c054a9474a17d42e9bfe4edb8f3778b379 (diff) | |
update to 3.21.6 (no change)
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-protobuf.spec | 22 | 
3 files changed, 7 insertions, 19 deletions
| @@ -1,7 +1,7 @@  protobuf -Version => 3.21.5 +Version => 3.21.6  Directive => Local Value => Master Value  protobuf.keep_descriptor_pool_after_request => 0 => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 protobuf version 3.21.5 ] { +Extension [ <persistent> extension #120 protobuf version 3.21.6 ] {    - Dependencies {      Dependency [ date (Optional) ] diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 3dafd18..aadecba 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -10,14 +10,12 @@  # we don't want -z defs linker flag  %undefine _strict_symbol_defs_build -%if 0%{?scl:1} -%scl_package         php-pecl-protobuf -%endif +%{?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.21.5 +%global upstream_version 3.21.6  #global upstream_prever  RC2  Summary:       Mechanism for serializing structured data @@ -44,19 +42,6 @@ Provides:      %{?scl_prefix}php-%{pecl_name}%{?_isa}       = %{version}  Provides:      %{?scl_prefix}php-pecl(%{pecl_name})         = %{version}  Provides:      %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} -# Other third party repo stuff -%if "%{php_version}" > "7.4" -Obsoletes:     php74-pecl-%{pecl_name}  <= %{version} -%endif -%if "%{php_version}" > "8.0" -Obsoletes:     php80-pecl-%{pecl_name}  <= %{version} -%endif -%if "%{php_version}" > "8.1" -Obsoletes:     php81-pecl-%{pecl_name}  <= %{version} -%endif -%endif -  %description  Google's language-neutral, platform-neutral, extensible mechanism for @@ -200,6 +185,9 @@ fi  %changelog +* Wed Sep 14 2022 Remi Collet <remi@remirepo.net> - 3.21.6-1 +- update to 3.21.6 (no change) +  * Wed Aug 10 2022 Remi Collet <remi@remirepo.net> - 3.21.5-1  - update to 3.21.5 | 
