summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-15 13:06:34 +0200
committerRemi Collet <remi@remirepo.net>2019-04-15 13:06:34 +0200
commitef0d3d197cdb4429c13b383cbb83ab79518e8c66 (patch)
tree31f0a00566798d7c2db9ca5d649430177655a133 /php-pecl-swoole4.spec
parente9445cc305a148fa92cca9c4b46ea52876e1d9f1 (diff)
v4.3.2
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