From ef0d3d197cdb4429c13b383cbb83ab79518e8c66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Apr 2019 13:06:34 +0200 Subject: v4.3.2 --- php-pecl-swoole4.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php-pecl-swoole4.spec') 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 - 4.3.2-1 +- update to 4.3.2 + * Wed Mar 13 2019 Remi Collet - 4.3.1-1 - update to 4.3.1 -- cgit