From 5f964e1d118cbea3194bc9753832d4fbf342b397 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 May 2017 18:08:35 +0200 Subject: v1.9.11 --- php-pecl-swoole.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-swoole.spec') diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index df50e9f..a23e565 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -32,7 +32,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.9.10 +Version: 1.9.11 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -179,7 +179,6 @@ extension=%{pecl_name}.so ;swoole.use_namespace = Off ;swoole.fast_serialize = Off ;swoole.unixsock_buffer_size = 8388608 -;swoole.modules = '' EOF @@ -308,6 +307,10 @@ cd ../ZTS %changelog +* Fri May 26 2017 Remi Collet - 1.9.11-1 +- Update to 1.9.11 +- open https://github.com/swoole/swoole-src/issues/1225 EL-6 i686 + * Thu May 4 2017 Remi Collet - 1.9.10-1 - Update to 1.9.10 -- cgit