From 020d2c2235d3716778d7f8dc5c24d87675181f0d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 30 Oct 2021 15:18:30 +0200 Subject: update to 4.8.1 open https://github.com/swoole/swoole-src/pull/4457 add LICENSE file for thirdparty/nlohmann --- php-pecl-swoole4.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'php-pecl-swoole4.spec') 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 - 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 - 4.8.0-1 - update to 4.8.0 -- cgit