From e0609d6cc060c8a59000e0224e1567972aba9023 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 15 Feb 2020 07:29:39 +0100 Subject: update to 3.11.4 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-protobuf.spec | 9 ++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index 4107461..cff7d2b 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,7 +1,7 @@ protobuf -Version => 3.11.3 +Version => 3.11.4 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 62f3024..7db8d7d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #109 protobuf version 3.11.3 ] { +Extension [ extension #110 protobuf version 3.11.4 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 8a8a9ab..64dc578 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -22,7 +22,7 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 3.11.3 +%global upstream_version 3.11.4 #global upstream_prever RC2 Summary: Mechanism for serializing structured data @@ -52,10 +52,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{relea %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff -%if "%{php_version}" > "7.1" -Obsoletes: php71u-pecl-%{pecl_name} <= %{version} -Obsoletes: php71w-pecl-%{pecl_name} <= %{version} -%endif %if "%{php_version}" > "7.2" Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} @@ -217,6 +213,9 @@ fi %changelog +* Sat Feb 15 2020 Remi Collet - 3.11.4-1 +- update to 3.11.4 + * Tue Feb 4 2020 Remi Collet - 3.11.3-1 - update to 3.11.3 -- cgit