From 8b9dea12f10e1437835b59c0b76332833ce5451c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 6 Jan 2019 08:24:32 +0100 Subject: update to 4.2.12 use --enable-cares build option swoole.aio_thread_num configuration option removed --- php-pecl-swoole4.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'php-pecl-swoole4.spec') 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 - 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 - 4.2.11-1 - update to 4.2.11 -- cgit