diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-30 09:04:58 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-30 09:04:58 +0100 |
commit | c87845002ca53264bed9b4dc12e7dbde5995aa07 (patch) | |
tree | 457cc2c0ed5966ac3f58d72344a1c9761acf8188 | |
parent | 018bf6061ecf97b34c27406bc7aded5a3a4dd9c2 (diff) |
- update to 4.4.9 (broken for now)
- open https://github.com/swoole/swoole-src/issues/2925
undefined symbol: BrotliDecoderDecompress
-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 |