diff options
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-swoole.spec | 8 | 
2 files changed, 7 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #166 swoole version 1.8.3 ] { +Extension [ <persistent> extension #165 swoole version 1.8.4 ] {    - INI {      Entry [ swoole.aio_thread_num <ALL> ] @@ -64,7 +64,7 @@ Extension [ <persistent> extension #166 swoole version 1.8.3 ] {      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.3 } +    Constant [ string SWOOLE_VERSION ] { 1.8.4 }      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 3472e54..0cbe19b 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -12,10 +12,9 @@  %else  %global sub_prefix %{scl_prefix}  %endif +%scl_package        php-pecl-swoole  %endif -%{?scl:          %scl_package        php-pecl-swoole} -  %global with_zts   0%{!?_without_zts:%{?__ztsphp:1}}  %global pecl_name  swoole  %if "%{php_version}" < "5.6" @@ -35,7 +34,7 @@  Summary:        PHP's asynchronous concurrent distributed networking framework  Name:           %{?sub_prefix}php-pecl-%{pecl_name} -Version:        1.8.3 +Version:        1.8.4  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        BSD  Group:          Development/Languages @@ -278,6 +277,9 @@ rm -rf %{buildroot}  %changelog +* Wed Apr 13 2016 Remi Collet <remi@fedoraproject.org> - 1.8.4-1 +- Update to 1.8.4 (stable) +  * Mon Mar 21 2016 Remi Collet <remi@fedoraproject.org> - 1.8.3-1  - Update to 1.8.3 (stable)  | 
