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 --- php-pecl-protobuf.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'php-pecl-protobuf.spec') 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