From 5d5eca2e26dbbf734a75489dcf45bbdc3903e569 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Tue, 10 May 2022 17:20:55 +0800 Subject: [PATCH] License compliance rectification --- celt051.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/celt051.spec b/celt051.spec index f942e9e..64baf61 100644 --- a/celt051.spec +++ b/celt051.spec @@ -1,8 +1,8 @@ Name: celt051 Version: 0.5.1.3 -Release: 19 +Release: 20 Summary: An audio codec for use in low-delay speech and audio communication -License: BSD +License: BSD-3-Clause URL: http://www.celt-codec.org Source0: http://downloads.us.xiph.org/releases/celt/celt-%{version}.tar.gz @@ -52,6 +52,9 @@ libraries and header files for developing applications that use celt051. %{_libdir}/{libcelt051.so,*.a} %changelog +* Tue May 10 2022 Ge Wang - 0.5.1.3-20 +- license compliance rectification + * Tue Jun 29 2021 zhouwenpei - 0.5.1.3-19 - add buildrequire gcc -- Gitee