From 824788fe7157542ca2a4a141a53c254051ffd803 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Jul 2018 13:56:07 +0200 Subject: v4.0.3 --- php-pecl-swoole4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 60c3071..cbd2a60 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -36,8 +36,8 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.0.2 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 4.0.3 +Release: 1%{?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,7 +97,7 @@ 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" +%if "%{php_version}" > "7.3" Obsoletes: php73u-pecl-%{pecl_name}4 <= %{version} Obsoletes: php73w-pecl-%{pecl_name}4 <= %{version} %endif @@ -318,6 +318,9 @@ cd ../ZTS %changelog +* Fri Jul 20 2018 Remi Collet - 4.0.3-1 +- update to 4.0.3 + * Wed Jul 18 2018 Remi Collet - 4.0.2-2 - rebuild for 7.3.0alpha4 new ABI -- cgit