!15 Update modification record

From: @tanyulong2021
Reviewed-by: @dou33
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2021-12-08 01:37:42 +00:00 committed by Gitee
commit e82595b8a6
2 changed files with 39 additions and 1 deletions

View File

@ -0,0 +1,33 @@
From 1a7245fcea5b08f5d1c84afdaf7b71ff84d050f2 Mon Sep 17 00:00:00 2001
From: tanyulong <tanyulong@kylinos.cn>
Date: Tue, 7 Dec 2021 20:56:01 +0800
Subject: [PATCH] Update modification record in changelog
---
debian/changelog | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 537cb5e..0d07172 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+ukui-system-monitor (2.0.2-10) v101; urgency=medium
+
+ * 优化功能1、进程列表信息增加锁保护2、进程列表的icon对象放到ui线程中处理
+ * 修复bug修复关于界面邮箱链接不可点击问题
+
+ -- Yang Min <yangmin@kylinos.cn> Sat, 06 Mar 2021 16:48:06 +0800
+
+ukui-system-monitor (2.0.2-9) v101; urgency=medium
+
+ * 优化功能:优化进程列表显示
+ * 修复bug1、修复搜索输入框偶现不显示内容问题2、修复触摸屏无法触摸点击问题
+
+ -- Yang Min <kylin@kylinos.cn> Tue, 02 Mar 2021 16:57:00 +0800
ukui-system-monitor (1.0.2-1) unstable; urgency=medium
* New upstream release.
--
2.30.0

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: ukui-system-monitor
Version: 1.0.1
Release: 8
Release: 9
Summary: A simple system monitor written in QT
License: GPL-3+ GPL-2+
URL: http://www.ukui.org
@ -39,6 +39,7 @@ patch3: 0002-Fix-the-wrong-maintainer-and-update-changelog.patch
patch4: 0003-Add-libglib2.0-bin-to-Depends.patch
patch5: 0004-Update-README.md.patch
patch6: 0005-Remove-LICENSE-which-is-same-with-COPYING.patch
patch7: 0006-Update-modification-record-in-changelog.patch
%description
A simple system monitor written in QT
@ -52,6 +53,7 @@ A simple system monitor written in QT
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%build
export PATH=%{_qt5_bindir}:$PATH
@ -82,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/glib-2.0/schemas/org.ukui.system-monitor.menu.gschema.xml
%changelog
* Tue Dec 07 2021 tanyulong <tanyulong@kylimos.cn> - 1.0.1-9
- Update modification record in changelog
* Tue Nov 09 2021 tanyulong <tanyulong@kylimos.cn> - 1.0.1-8
- Remove LICENSE which is same with COPYING