From d1467c2fc293955127e6ce9708d17c0ad4d389a7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Feb 2014 07:33:10 +0100 Subject: php-pecl-swoole: 1.6.11 --- php-pecl-swoole.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 46044c3..c913656 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -16,7 +16,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.6.10 +Version: 1.6.11 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -107,6 +107,8 @@ peclbuild() { %configure \ --with-swoole \ --enable-msgqueue \ + --enable-sockets \ + --enable-async-mysql \ --with-php-config=$1 make %{?_smp_mflags} @@ -196,6 +198,9 @@ rm -rf %{buildroot} %changelog +* Thu Feb 27 2014 Remi Collet - 1.6.11-1 +- Update to 1.6.11 + * Sun Jan 26 2014 Remi Collet - 1.6.10-1 - Update to 1.6.10 -- cgit