diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-12 11:33:53 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-12 11:33:53 +0200 |
commit | bff4364dfbb063c0d1fec005c8ed1078818ea059 (patch) | |
tree | 522b3314494ca77f31580f0053d185889a169aec | |
parent | 4b99499bb6c203331042931977701b42e6253194 (diff) |
php-pecl-swoole: 1.8.5
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-swoole.spec | 5 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #165 swoole version 1.8.4 ] { +Extension [ <persistent> extension #166 swoole version 1.8.5 ] { - INI { Entry [ swoole.aio_thread_num <ALL> ] @@ -64,7 +64,7 @@ Extension [ <persistent> extension #165 swoole version 1.8.4 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.8.4 } + Constant [ string SWOOLE_VERSION ] { 1.8.5 } 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 eff2261..2fd6ff4 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -34,7 +34,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.8.4 +Version: 1.8.5 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -269,6 +269,9 @@ cd ../ZTS %changelog +* Thu May 12 2016 Remi Collet <remi@fedoraproject.org> - 1.8.5-1 +- Update to 1.8.5 + * Wed Apr 13 2016 Remi Collet <remi@fedoraproject.org> - 1.8.4-1 - Update to 1.8.4 (stable) |