From 5de52fc54affe047ac1541b11cf83f61af0c5143 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 28 Oct 2018 17:19:05 +0100 Subject: v4.2.5 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-swoole4.spec | 11 ++++++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index 243353f..2244b16 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ swoole swoole support => enabled -Version => 4.2.4 +Version => 4.2.5 Author => Swoole Group[email: team@swoole.com] coroutine => enabled trace_log => enabled diff --git a/REFLECTION b/REFLECTION index e3b2e14..04df7ae 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #148 swoole version 4.2.4 ] { +Extension [ extension #148 swoole version 4.2.5 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -68,7 +68,7 @@ Extension [ extension #148 swoole version 4.2.4 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 4.2.4 } + Constant [ string SWOOLE_VERSION ] { 4.2.5 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index e1fc51d..47c4814 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -36,7 +36,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.2.4 +Version: 4.2.5 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -201,9 +201,8 @@ EOF %if 0%{?rhel} == 6 source /opt/rh/devtoolset-6/enable g++ --version -%else -%{?dtsenable} %endif +%{?dtsenable} peclbuild() { %configure \ @@ -243,9 +242,8 @@ peclbuild %{_bindir}/zts-php-config %if 0%{?rhel} == 6 source /opt/rh/devtoolset-6/enable g++ --version -%else -%{?dtsenable} %endif +%{?dtsenable} make -C NTS \ install INSTALL_ROOT=%{buildroot} @@ -340,6 +338,9 @@ cd ../ZTS %changelog +* Sun Oct 28 2018 Remi Collet - 4.2.5-1 +- update to 4.2.5 + * Fri Oct 26 2018 Remi Collet - 4.2.4-1 - update to 4.2.4 -- cgit