From 8ca5ccbfe6a1a16a67bab23b34b3069e811015d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Jul 2018 14:05:14 +0200 Subject: v4.0.2 --- php-pecl-swoole4.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 488e173..11e15a3 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -17,13 +17,8 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name swoole -%if "%{php_version}" < "5.6" -# After sockets -%global ini_name %{pecl_name}.ini -%else # After 20-sockets %global ini_name 40-%{pecl_name}.ini -%endif %if 0%{?fedora} >= 24 || 0%{?rhel} >= 8 %global with_pgsql 1 @@ -41,8 +36,8 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.0.1 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 4.0.2 +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 @@ -319,6 +314,9 @@ cd ../ZTS %changelog +* Fri Jul 13 2018 Remi Collet - 4.0.2-1 +- update to 4.0.2 + * Fri Jun 29 2018 Remi Collet - 4.0.1-2 - osboletes old versions on F29+, EL-8+ and PHP 7.3+ -- cgit