diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-09 11:07:28 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-09 11:07:28 +0200 |
commit | 631f625fdb425b1c116dea4e9ecc22620d4c502d (patch) | |
tree | b3a0b5578ab11a6d6f23774a6fcd0e411f214654 | |
parent | 73ddf5b1451e619ff8ed28dfe5f447b4b7e5a5df (diff) |
php-pecl-swoole: 1.8.11
-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 #115 swoole version 1.8.10 ] { +Extension [ <persistent> extension #118 swoole version 1.8.11 ] { - INI { Entry [ swoole.aio_thread_num <ALL> ] @@ -63,7 +63,7 @@ Extension [ <persistent> extension #115 swoole version 1.8.10 ] { 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.10 } + Constant [ string SWOOLE_VERSION ] { 1.8.11 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 42d3de0..7b6b465 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.10 +Version: 1.8.11 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -268,6 +268,9 @@ cd ../ZTS %changelog +* Fri Sep 09 2016 Remi Collet <remi@fedoraproject.org> - 1.8.11-1 +- Update to 1.8.11 + * Thu Sep 01 2016 Remi Collet <remi@fedoraproject.org> - 1.8.10-1 - Update to 1.8.10 |