summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-01 07:24:30 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-01 07:24:30 +0100
commitfff1074e385196c42e6b3e2e80189453ec7efa7a (patch)
treee70260c3a68cb49900a33a13a8bc34ec1daef63b /php-pecl-swoole.spec
parenta7c3cdafd49b3241fd26eed95750fa681f6adb38 (diff)
php-pecl-swoole: 1.7.21
Diffstat (limited to 'php-pecl-swoole.spec')
-rw-r--r--php-pecl-swoole.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec
index a0ab87c..c6bf5c2 100644
--- a/php-pecl-swoole.spec
+++ b/php-pecl-swoole.spec
@@ -19,7 +19,7 @@
%{!?__pecl: %global __pecl %{_bindir}/pecl}
%{!?__php: %global __php %{_bindir}/php}
-%global with_zts 0%{?__ztsphp:1}
+%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global pecl_name swoole
%if "%{php_version}" < "5.6"
# After sockets
@@ -31,7 +31,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.7.20
+Version: 1.7.21
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
@@ -253,6 +253,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Dec 01 2015 Remi Collet <remi@fedoraproject.org> - 1.7.21-1
+- Update to 1.7.21
+
* Wed Oct 21 2015 Remi Collet <remi@fedoraproject.org> - 1.7.20-1
- Update to 1.7.20