diff options
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r-- | php-pecl-swoole4.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 45e1cd9..e6e5b69 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -28,7 +28,7 @@ %bcond_with brotli %endif -%global upstream_version 4.8.0 +%global upstream_version 4.8.1 #global upstream_prever RC2 @@ -38,7 +38,8 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD -License: ASL 2.0 and BSD +# nlohmann/json is MIT +License: ASL 2.0 and BSD and MIT URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -329,6 +330,11 @@ cd ../ZTS %changelog +* Sat Oct 30 2021 Remi Collet <remi@remirepo.net> - 4.8.1-1 +- update to 4.8.1 +- open https://github.com/swoole/swoole-src/pull/4457 + add LICENSE file for thirdparty/nlohmann + * Fri Oct 15 2021 Remi Collet <remi@remirepo.net> - 4.8.0-1 - update to 4.8.0 |