From b697a18126535db37bd392562ec5cc6549999a75 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2022 07:43:36 +0200 Subject: update to 3.21.6 (no change) --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-protobuf.spec | 22 +++++----------------- 3 files changed, 7 insertions(+), 19 deletions(-) diff --git a/PHPINFO b/PHPINFO index 86b0ac7..d4acd95 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index 7f679d3..abdc9d4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 protobuf version 3.21.5 ] { +Extension [ 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 - 3.21.6-1 +- update to 3.21.6 (no change) + * Wed Aug 10 2022 Remi Collet - 3.21.5-1 - update to 3.21.5 -- cgit