From ad6545d33480d53472d5c4efb2af59c64b03a44f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jul 2018 08:18:46 +0200 Subject: rebuild for 7.3.0alpha4 new ABI --- php-pecl-swoole4.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 11e15a3..60c3071 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -37,7 +37,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 Version: 4.0.2 -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;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -97,6 +97,10 @@ Obsoletes: php71w-pecl-%{pecl_name}4 <= %{version} Obsoletes: php72u-pecl-%{pecl_name}4 <= %{version} Obsoletes: php72w-pecl-%{pecl_name}4 <= %{version} %endif +%if "%{php_version}" > "7.2" +Obsoletes: php73u-pecl-%{pecl_name}4 <= %{version} +Obsoletes: php73w-pecl-%{pecl_name}4 <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -314,6 +318,9 @@ cd ../ZTS %changelog +* Wed Jul 18 2018 Remi Collet - 4.0.2-2 +- rebuild for 7.3.0alpha4 new ABI + * Fri Jul 13 2018 Remi Collet - 4.0.2-1 - update to 4.0.2 -- cgit