From 3174cd860f0de8261d78d47ac010126662b565dd Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 10 May 2022 20:59:56 +0800 Subject: [PATCH] License compliance rectification --- wavpack.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wavpack.spec b/wavpack.spec index 9e5845b..5246f67 100644 --- a/wavpack.spec +++ b/wavpack.spec @@ -1,8 +1,8 @@ Name: wavpack Version: 5.3.0 -Release: 2 +Release: 3 Summary: Hybrid Lossless Wavefile Compressor -License: BSD +License: BSD-3-Clause Url: http://www.wavpack.com/ Source: https://github.com/dbry/WavPack/releases/download/%{version}/%{name}-%{version}.tar.xz Patch0000: CVE-2020-35738.patch @@ -66,6 +66,9 @@ autoreconf -ivf %{_mandir}/man1/*.1* %changelog +* Tue May 10 2022 caodongxia - 5.3.0-3 +- License compliance rectification + * Thu Mar 4 2021 wangxiao - 5.3.0-2 - Fix CVE-2020-35738 -- Gitee