From 4922b2887476a01ab16eb9e56ecf843e90a92f64 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Mar 2015 11:54:00 +0100 Subject: php-pecl-swoole: 2.7.12 --- REFLECTION | 4 ++-- php-pecl-swoole.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 69b3696..a83e091 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #147 swoole version 1.7.11 ] { +Extension [ extension #148 swoole version 1.7.12 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -48,7 +48,7 @@ Extension [ extension #147 swoole version 1.7.11 ] { Constant [ integer SWOOLE_SSL ] { 512 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.11 } + Constant [ string SWOOLE_VERSION ] { 1.7.12 } 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 873c2b0..0df8111 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -2,7 +2,7 @@ # # Copyright (c) 2013-2015 Remi Collet # License: CC-BY-SA -# http://creativecommons.org/licenses/by-sa/3.0/ +# http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # @@ -23,8 +23,8 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.7.11 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.7.12 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -240,6 +240,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 12 2015 Remi Collet - 1.7.12-1 +- Update to 1.7.12 + * Tue Mar 10 2015 Remi Collet - 1.7.11-2 - rebuild with new sources -- cgit