diff options
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r-- | php-pecl-swoole4.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 13faaa0..bc46fe8 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-swoole4 # -# Copyright (c) 2013-2018 Remi Collet +# Copyright (c) 2013-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -35,7 +35,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.2.11 +Version: 4.2.12 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD @@ -191,7 +191,6 @@ extension=%{pecl_name}.so ; Configuration ;swoole.enable_coroutine = On -;swoole.aio_thread_num = 2 ;swoole.display_errors = On :swoole.use_shortname = On ;swoole.fast_serialize = Off @@ -218,6 +217,7 @@ peclbuild() { %if %{with_pgsql} --enable-coroutine-postgresql \ %endif + --enable-cares \ --enable-thread \ --enable-mysqlnd \ --with-libdir=%{_lib} \ @@ -342,6 +342,11 @@ cd ../ZTS %changelog +* Sun Jan 6 2019 Remi Collet <remi@remirepo.net> - 4.2.12-1 +- update to 4.2.12 +- use --enable-cares build option +- swoole.aio_thread_num configuration option removed + * Fri Dec 28 2018 Remi Collet <remi@remirepo.net> - 4.2.11-1 - update to 4.2.11 |