summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-28 07:30:05 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-28 07:30:05 +0200
commite3aea2dc42987bfcc6b46f7a920a543f41adbe3a (patch)
tree2c17a6a3969f22b40cf99548af180f287d1e294a /php-pecl-swoole.spec
parent024e21759831a37f8f79236cae8bd0306b4b1db1 (diff)
php-pecl-swoole: 1.8.8
Diffstat (limited to 'php-pecl-swoole.spec')
-rw-r--r--php-pecl-swoole.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec
index f7cd859..503f91a 100644
--- a/php-pecl-swoole.spec
+++ b/php-pecl-swoole.spec
@@ -26,7 +26,8 @@
%endif
%if 0%{?fedora} >= 22 || 0%{?rhel} >= 6
-%global with_nghttpd2 1
+# See https://github.com/swoole/swoole-src/issues/787
+%global with_nghttpd2 0
%else
%global with_nghttpd2 0
%endif
@@ -34,7 +35,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.8.7
+Version: 1.8.8
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
@@ -269,6 +270,11 @@ cd ../ZTS
%changelog
+* Thu Jul 28 2016 Remi Collet <remi@fedoraproject.org> - 1.8.8-1
+- Update to 1.8.8
+- drop --enable-http2 build option (broken)
+ open https://github.com/swoole/swoole-src/issues/787
+
* Fri Jul 01 2016 Remi Collet <remi@fedoraproject.org> - 1.8.7-1
- Update to 1.8.7