summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r--php-pecl-swoole4.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec
index 55b81d1..8e84760 100644
--- a/php-pecl-swoole4.spec
+++ b/php-pecl-swoole4.spec
@@ -35,7 +35,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}4
-Version: 4.3.1
+Version: 4.3.2
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
# Extension is ASL 2.0
# Hiredis is BSD
@@ -161,6 +161,7 @@ mv %{pecl_name}-%{version} NTS
# Don't install/register tests, install examples as doc
sed \
-e '/Makefile/s/role="doc"/role="src"/' \
+ -e '/samples/s/role="doc"/role="src"/' \
%{?_licensedir: -e '/LICENSE/s/role="doc"/role="src"/' } \
%{?_licensedir: -e '/COPYING/s/role="doc"/role="src"/' } \
-i package.xml
@@ -212,6 +213,7 @@ peclbuild() {
--enable-coroutine-postgresql \
%endif
--enable-mysqlnd \
+ --enable-scheduler-tick \
--with-libdir=%{_lib} \
--with-php-config=$1
@@ -335,6 +337,9 @@ cd ../ZTS
%changelog
+* Mon Apr 15 2019 Remi Collet <remi@remirepo.net> - 4.3.2-1
+- update to 4.3.2
+
* Wed Mar 13 2019 Remi Collet <remi@remirepo.net> - 4.3.1-1
- update to 4.3.1