From bff4364dfbb063c0d1fec005c8ed1078818ea059 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 May 2016 11:33:53 +0200 Subject: php-pecl-swoole: 1.8.5 --- REFLECTION | 4 ++-- php-pecl-swoole.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 21207b1..df2aae4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #165 swoole version 1.8.4 ] { +Extension [ extension #166 swoole version 1.8.5 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -64,7 +64,7 @@ Extension [ 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 - 1.8.5-1 +- Update to 1.8.5 + * Wed Apr 13 2016 Remi Collet - 1.8.4-1 - Update to 1.8.4 (stable) -- cgit