From 9280babad222e730862977869167554901c036ec Mon Sep 17 00:00:00 2001 From: luoqing Date: Wed, 10 Aug 2022 11:15:08 +0800 Subject: [PATCH] Modify license and add yaml file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改license以符合规范 添加yaml文件 --- kiran-widgets-qt5.spec | 7 +++++-- kiran-widgets-qt5.yaml | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 kiran-widgets-qt5.yaml diff --git a/kiran-widgets-qt5.spec b/kiran-widgets-qt5.spec index 60e1933..a3304e4 100644 --- a/kiran-widgets-qt5.spec +++ b/kiran-widgets-qt5.spec @@ -1,10 +1,10 @@ Name: kiran-widgets-qt5 Version: 2.3.0 -Release: 1 +Release: 2 Summary: Encapsulated QT Widget Summary(zh_CN): 封装的Qt小部件 -License: Mulan PSL v2 +License: MulanPSL-2.0 Source0: %{name}-%{version}.tar.gz BuildRequires: cmake >= 3.5 @@ -76,6 +76,9 @@ make %{?_smp_mflags} rm -rf %{buildroot} %changelog +* Wed Aug 10 2022 luoqing - 2.3.0-2 +- KYOS-F: Modify license and add yaml file. + * Thu Jul 07 2022 liuxinhao - 2.3.0-1 - kYOS-F: Release kiranwidgets version 2.3, modify the control drawing, and support dark and light color themes diff --git a/kiran-widgets-qt5.yaml b/kiran-widgets-qt5.yaml new file mode 100644 index 0000000..eb9cf89 --- /dev/null +++ b/kiran-widgets-qt5.yaml @@ -0,0 +1,4 @@ +version_control: gitee +src_repo: https://gitee.com/openeuler/kiran-widgets-qt5.git +tag_prefix: "v" +seperator: "." -- Gitee