summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-30 15:18:30 +0200
committerRemi Collet <remi@php.net>2021-10-30 15:18:30 +0200
commit020d2c2235d3716778d7f8dc5c24d87675181f0d (patch)
tree2dd7532418f093db743b2fa5c4cf8609e013e418 /php-pecl-swoole4.spec
parent474ce85d6aea625aebcbcb102b5287b144db6af6 (diff)
update to 4.8.1
open https://github.com/swoole/swoole-src/pull/4457 add LICENSE file for thirdparty/nlohmann
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r--php-pecl-swoole4.spec10
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