diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-02-27 07:33:10 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-02-27 07:33:10 +0100 |
commit | d1467c2fc293955127e6ce9708d17c0ad4d389a7 (patch) | |
tree | 2fc414de38d35336e6d821426022c1009672b023 | |
parent | f9fdd58759a2e66407ada002eead128f797dafaa (diff) |
php-pecl-swoole: 1.6.11
-rw-r--r-- | php-pecl-swoole.spec | 7 |
1 files changed, 6 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.6.11-1 +- Update to 1.6.11 + * Sun Jan 26 2014 Remi Collet <remi@fedoraproject.org> - 1.6.10-1 - Update to 1.6.10 |