From aeb92a1770c11d48119963fc88bedf527283aab0 Mon Sep 17 00:00:00 2001 From: pei-jiankang Date: Wed, 22 Dec 2021 11:58:52 +0800 Subject: [PATCH] Update changelog --- 0008-Update-changelog.patch | 26 ++++++++++++++++++++++++++ ukui-system-monitor.spec | 7 ++++++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 0008-Update-changelog.patch diff --git a/0008-Update-changelog.patch b/0008-Update-changelog.patch new file mode 100644 index 0000000..d4f07f3 --- /dev/null +++ b/0008-Update-changelog.patch @@ -0,0 +1,26 @@ +From ec6c908b1cfb96295f5308c6fff3256da8a6316b Mon Sep 17 00:00:00 2001 +From: pei-jiankang +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 Fri, 27 Nov 2020 11:53:38 ++ + ukui-system-monitor (1.0.2-1) unstable; urgency=medium + + * New upstream release. +-- +2.30.0 + diff --git a/ukui-system-monitor.spec b/ukui-system-monitor.spec index b85527e..9a53f28 100644 --- a/ukui-system-monitor.spec +++ b/ukui-system-monitor.spec @@ -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 - 1.0.1-12 +- Update changelog + * Tue Dec 21 2021 pei-jiankang - 1.0.1-11 - Fix the segmentfault without org.ukui.style