diff options
| -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 | 
