From c87845002ca53264bed9b4dc12e7dbde5995aa07 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Oct 2019 09:04:58 +0100 Subject: - update to 4.4.9 (broken for now) - open https://github.com/swoole/swoole-src/issues/2925 undefined symbol: BrotliDecoderDecompress --- php-pecl-swoole4.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 33c918c..16898cf 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -30,7 +30,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.4.8 +Version: 4.4.9 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD @@ -332,6 +332,11 @@ cd ../ZTS %changelog +* Wed Oct 30 2019 Remi Collet - 4.4.9-1 +- update to 4.4.9 +- open https://github.com/swoole/swoole-src/issues/2925 + undefined symbol: BrotliDecoderDecompress + * Tue Oct 15 2019 Remi Collet - 4.4.8-1 - update to 4.4.8 -- cgit