summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-30 10:01:30 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-30 10:01:30 +0200
commite6cf34c8f0bd2ec717c92b220095cf824c503302 (patch)
treefecad5b38079a1af0d12391114905a5dea18809d /php-pecl-swoole.spec
parenta606cf0f326b95b72af30d7a3d15ef294a2d1923 (diff)
php-pecl-swoole: 1.7.2 (stable)
Diffstat (limited to 'php-pecl-swoole.spec')
-rw-r--r--php-pecl-swoole.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec
index 9aea230..7be3a42 100644
--- a/php-pecl-swoole.spec
+++ b/php-pecl-swoole.spec
@@ -23,7 +23,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.7.1
+Version: 1.7.2
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: BSD
Group: Development/Languages
@@ -108,6 +108,12 @@ cp -pr NTS ZTS
cat << 'EOF' | tee %{ini_name}
; Enable %{summary} extension module
extension=%{pecl_name}.so
+
+; Configuration
+;swoole.task_worker_num = 0
+;swoole.task_ipc_mode = 0
+;swoole.task_auto_start = 0
+;swoole.message_queue_key =0
EOF
@@ -211,6 +217,9 @@ rm -rf %{buildroot}
%changelog
+* Fri May 30 2014 Remi Collet <remi@fedoraproject.org> - 1.7.2-1
+- Update to 1.7.2 (stable)
+
* Wed Apr 30 2014 Remi Collet <remi@fedoraproject.org> - 1.7.1-1
- Update to 1.7.1 (stable)