From 29c9a2b660a91942dfa97239fbafd198e31314d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Oct 2014 07:53:51 +0200 Subject: php-pecl-swoole: 1.7.6 --- REFLECTION | 14 ++++---------- php-pecl-swoole.spec | 11 ++++++----- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/REFLECTION b/REFLECTION index 34c83aa..14f7b7d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,14 +1,8 @@ -Extension [ extension #146 swoole version 1.7.5 ] { +Extension [ extension #144 swoole version 1.7.6 ] { - INI { - Entry [ swoole.task_worker_num ] - Current = '0' - } - Entry [ swoole.task_ipc_mode ] - Current = '0' - } - Entry [ swoole.task_auto_start ] - Current = '0' + Entry [ swoole.aio_thread_num ] + Current = '2' } Entry [ swoole.message_queue_key ] Current = '0' @@ -48,7 +42,7 @@ Extension [ extension #146 swoole version 1.7.5 ] { Constant [ integer SWOOLE_SSL ] { 512 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.5 } + Constant [ string SWOOLE_VERSION ] { 1.7.6 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 9369f9b..b197cef 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -23,7 +23,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.7.5 +Version: 1.7.6 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -122,9 +122,7 @@ cat << 'EOF' | tee %{ini_name} extension=%{pecl_name}.so ; Configuration -;swoole.task_worker_num = 0 -;swoole.task_ipc_mode = 0 -;swoole.task_auto_start = 0 +;swoole.aio_thread_num = 2 ;swoole.message_queue_key = 0 ;swoole.unixsock_buffer_size = 8388608 EOF @@ -176,7 +174,7 @@ make -C ZTS \ install -D -m 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} %endif -# Test & Documentation +# Documentation for i in $(grep 'role="doc"' package.xml | sed -e 's/^.*name="//;s/".*$//') do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i done @@ -232,6 +230,9 @@ rm -rf %{buildroot} %changelog +* Fri Oct 10 2014 Remi Collet - 1.7.6-1 +- Update to 1.7.6 + * Wed Sep 10 2014 Remi Collet - 1.7.5-1 - Update to 1.7.5 -- cgit