summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-30 19:27:41 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-30 19:27:41 +0100
commit6359a75d64e72d12e5eba70ddb73146394a1ff9f (patch)
tree97d6d061daea274f3db6f3285ba74256caf07d65
parent3bfcdf7eb66106c87576faf0701542e1c817e50a (diff)
php-pecl-swoole: 2.0.5 (wip, still broken)
-rw-r--r--php-pecl-swoole-dev.spec15
1 files changed, 7 insertions, 8 deletions
diff --git a/php-pecl-swoole-dev.spec b/php-pecl-swoole-dev.spec
index 80b01a8..f5b487a 100644
--- a/php-pecl-swoole-dev.spec
+++ b/php-pecl-swoole-dev.spec
@@ -11,7 +11,7 @@
%scl_package php-pecl-swoole
%endif
-%global with_zts 0
+%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global pecl_name swoole
%if "%{php_version}" < "5.6"
# After sockets
@@ -30,14 +30,14 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 2.0.4
+Version: 2.0.5
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-BuildRequires: %{?scl_prefix}php-devel >= 5.3.10
+BuildRequires: %{?scl_prefix}php-devel >= 5.5
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: %{?scl_prefix}php-sockets
BuildRequires: %{?scl_prefix}php-mysqli
@@ -163,13 +163,8 @@ peclbuild() {
%configure \
--with-swoole \
--enable-openssl \
- --with-openssl \
--enable-sockets \
-%if "%{php_version}" > "5.5"
--enable-coroutine \
-%else
- --disable-coroutine \
-%endif
%if %{with_nghttpd2}
--enable-http2 \
%endif
@@ -270,6 +265,10 @@ cd ../ZTS
%changelog
+* Fri Dec 30 2016 Remi Collet <remi@fedoraproject.org> - 2.0.5-1
+- Update to 2.0.5 (beta)
+- raise dependency on PHP 5.5
+
* Fri Dec 30 2016 Remi Collet <remi@fedoraproject.org> - 2.0.4-1
- Update to 2.0.4 (beta)
- open https://github.com/swoole/swoole-src/issues/987 - Options