From 8509c0aab1fce4e53a120004283761ff391693b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E7=B4=AB=E8=96=87?= Date: Fri, 16 Dec 2022 08:28:43 +0000 Subject: [PATCH] update libvarlink.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 丁紫薇 --- libvarlink.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libvarlink.spec b/libvarlink.spec index fcd5f60..d9789ae 100644 --- a/libvarlink.spec +++ b/libvarlink.spec @@ -2,9 +2,9 @@ Name: libvarlink Version: 23 -Release: 1 +Release: 2 Summary: Varlink C Library -License: ASL 2.0 and BSD-3-Clause +License: Apache-2.0 and BSD-3-Clause URL: https://github.com/varlink/libvarlink Source0: https://github.com/varlink/%{name}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: meson @@ -59,6 +59,9 @@ export LC_CTYPE=C.utf8 %{_libdir}/pkgconfig/libvarlink.pc %changelog +* Fri Dec 16 2022 dingdingaaaaa - 23-2 +- License compliance rectification + * Wed Jun 08 2022 fushanqing - 23-1 - update to 23 -- Gitee