diff options
| -rw-r--r-- | php-pecl-swoole4.spec | 7 | 
1 files changed, 6 insertions, 1 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 4.4.8-1  - update to 4.4.8  | 
