From e4fd68209f77d55b8b1c91128dca4537263649b3 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Wed, 18 May 2022 14:37:09 +0800 Subject: [PATCH] Improve the project according to the requirements of compliance improvement --- kylin-recorder.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kylin-recorder.spec b/kylin-recorder.spec index d0a3908..bd43032 100644 --- a/kylin-recorder.spec +++ b/kylin-recorder.spec @@ -1,9 +1,9 @@ %define debug_package %{nil} Name: kylin-recorder Version: 1.2.23 -Release: 2 +Release: 3 Summary: kylin-recorder -License: GPL-3.0 License +License: GPL-3.0-or-later URL: https://github.com/UbuntuKylin/kylin-recorder Source0: %{name}-%{version}.tar.gz patch0: 0001-modify-kylin-recorder-running-errors.patch @@ -68,6 +68,9 @@ popd %{_datadir}/kylin-recorder/translations/* %changelog +* Wed May 18 2022 tanyulong - 1.2.23-3 +- Improve the project according to the requirements of compliance improvement + * Tue Sep 14 2021 douyan - 1.2.23-2 - fix title bar issue -- Gitee