commit
5417f2a3c6
26
0008-Update-changelog.patch
Normal file
26
0008-Update-changelog.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From ec6c908b1cfb96295f5308c6fff3256da8a6316b Mon Sep 17 00:00:00 2001
|
||||
From: pei-jiankang <peijiankang@kylinos.cn>
|
||||
Date: Wed, 22 Dec 2021 11:56:32 +0800
|
||||
Subject: [PATCH] Update changelog
|
||||
|
||||
---
|
||||
debian/changelog | 6 ++++++
|
||||
1 file changed, 6 insertions(+)
|
||||
|
||||
diff --git a/debian/changelog b/debian/changelog
|
||||
index ea4cfe7..2aaf046 100755
|
||||
--- a/debian/changelog
|
||||
+++ b/debian/changelog
|
||||
@@ -1,3 +1,9 @@
|
||||
+ukui-system-monitor (1.0.3-1) unstable; urgency=medium
|
||||
+
|
||||
+ * New upstream release: fix the segmentation fault.
|
||||
+
|
||||
+ -- handsome_feng <jianfengli@ubuntukylin.com> Fri, 27 Nov 2020 11:53:38
|
||||
+
|
||||
ukui-system-monitor (1.0.2-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
--
|
||||
2.30.0
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
Name: ukui-system-monitor
|
||||
Version: 1.0.1
|
||||
Release: 11
|
||||
Release: 12
|
||||
Summary: A simple system monitor written in QT
|
||||
License: GPL-3+ GPL-2+
|
||||
URL: http://www.ukui.org
|
||||
@ -42,6 +42,7 @@ patch6: 0005-Remove-LICENSE-which-is-same-with-COPYING.patch
|
||||
patch7: 0006-Update-modification-record-in-changelog.patch
|
||||
patch8: fix-the-bug-about-process-filesystem.patch
|
||||
patch9: 0007-Fix-the-segmentfault-without-org.ukui.style.patch
|
||||
patch10: 0008-Update-changelog.patch
|
||||
%description
|
||||
A simple system monitor written in QT
|
||||
|
||||
@ -57,6 +58,7 @@ A simple system monitor written in QT
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
|
||||
%build
|
||||
export PATH=%{_qt5_bindir}:$PATH
|
||||
@ -87,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/glib-2.0/schemas/org.ukui.system-monitor.menu.gschema.xml
|
||||
|
||||
%changelog
|
||||
* Wed Dec 22 2021 pei-jiankang <peijiankang@kylimos.cn> - 1.0.1-12
|
||||
- Update changelog
|
||||
|
||||
* Tue Dec 21 2021 pei-jiankang <peijiankang@kylimos.cn> - 1.0.1-11
|
||||
- Fix the segmentfault without org.ukui.style
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user