From 8887a3e87950fee82f501102ee8db384e6cf0ea4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jun 2017 10:18:38 +0200 Subject: v1.9.14 --- REFLECTION | 4 ++-- php-pecl-swoole.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 2d99882..d1707dd 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #80 swoole version 1.9.13 ] { +Extension [ extension #80 swoole version 1.9.14 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #80 swoole version 1.9.13 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.9.13 } + Constant [ string SWOOLE_VERSION ] { 1.9.14 } 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 8d7283d..7e9319a 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -32,8 +32,8 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.9.13 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.9.14 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -307,6 +307,9 @@ cd ../ZTS %changelog +* Wed Jun 21 2017 Remi Collet - 1.9.14-1 +- Update to 1.9.14 + * Wed Jun 21 2017 Remi Collet - 1.9.13-2 - rebuild for 7.2.0alpha2 -- cgit