From 7f7496a592ecda24f5c88477ed2af375073d7aa1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 May 2019 06:33:15 +0200 Subject: rebuild --- php-pecl-lzf.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-pecl-lzf.spec') diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec index 8ba3442..c856ba9 100644 --- a/php-pecl-lzf.spec +++ b/php-pecl-lzf.spec @@ -24,7 +24,7 @@ Name: %{?sub_prefix}php-pecl-lzf Version: 1.6.7 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Extension to handle LZF de/compression Group: Development/Languages License: PHP @@ -76,9 +76,13 @@ Obsoletes: php72u-pecl-%{ext_name} <= %{version} Obsoletes: php72w-pecl-%{ext_name} <= %{version} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73u-pecl-%{ext_name} <= %{version} +Obsoletes: php73-pecl-%{ext_name} <= %{version} Obsoletes: php73w-pecl-%{ext_name} <= %{version} %endif +%if "%{php_version}" > "7.4" +Obsoletes: php74-pecl-%{ext_name} <= %{version} +Obsoletes: php74w-pecl-%{ext_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -240,6 +244,9 @@ fi %changelog +* Thu May 30 2019 Remi Collet - 1.6.7-2 +- rebuild + * Thu Dec 20 2018 Remi Collet - 1.6.7-1 - update to 1.6.7 -- cgit