From 5faf2e2055b5abd004bafa074d1da3592b849462 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Tue, 2 Nov 2021 11:07:35 +0800 Subject: [PATCH] Fix the wrong maintainer and update changelog --- ...rong-maintainer-and-update-changelog.patch | 42 +++++++++++++++++++ ukui-system-monitor.spec | 7 +++- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 0002-Fix-the-wrong-maintainer-and-update-changelog.patch diff --git a/0002-Fix-the-wrong-maintainer-and-update-changelog.patch b/0002-Fix-the-wrong-maintainer-and-update-changelog.patch new file mode 100644 index 0000000..767e2e4 --- /dev/null +++ b/0002-Fix-the-wrong-maintainer-and-update-changelog.patch @@ -0,0 +1,42 @@ +From 580fc9f00e1a09070d2bcadf5b0bdae494f1899c Mon Sep 17 00:00:00 2001 +From: tanyulong +Date: Tue, 2 Nov 2021 11:04:39 +0800 +Subject: [PATCH] Fix the wrong maintainer and update changelog + +--- + debian/changelog | 8 ++++++++ + debian/control | 2 +- + 2 files changed, 9 insertions(+), 1 deletion(-) + +diff --git a/debian/changelog b/debian/changelog +index f29986e..537cb5e 100755 +--- a/debian/changelog ++++ b/debian/changelog +@@ -1,3 +1,11 @@ ++ukui-system-monitor (1.0.2-1) unstable; urgency=medium ++ ++ * New upstream release. ++ * d/control: Remove useless depends to allow migration. ++ ++ -- handsome_feng Thu, 26 Nov 2020 10:12:45 ++ ++ + ukui-system-monitor (1.0.0-1+1027) focal; urgency=medium + + * Daily build. +diff --git a/debian/control b/debian/control +index e79418e..4afd80c 100755 +--- a/debian/control ++++ b/debian/control +@@ -1,7 +1,7 @@ + Source: ukui-system-monitor + Section: x11 + Priority: optional +-Maintainer: Ubuntu Developers ++Maintainer: Kylin Team + Uploaders: handsome_feng + Build-Depends: debhelper-compat (= 12), + qtbase5-dev (>= 5.1), +-- +2.30.0 + diff --git a/ukui-system-monitor.spec b/ukui-system-monitor.spec index 673d725..f750326 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: 4 +Release: 5 Summary: A simple system monitor written in QT License: GPL-3+ GPL-2+ URL: http://www.ukui.org @@ -35,6 +35,7 @@ Requires: libpcap patch0: 0001-removes-transparency.patch patch1: hide_idle_rate.patch patch2: 0001-add-storage-check.patch +patch3: 0002-Fix-the-wrong-maintainer-and-update-changelog.patch %description A simple system monitor written in QT @@ -44,6 +45,7 @@ A simple system monitor written in QT %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build export PATH=%{_qt5_bindir}:$PATH @@ -74,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/glib-2.0/schemas/org.ukui.system-monitor.menu.gschema.xml %changelog +* Tue Nov 02 2021 tanyulong - 1.0.1-5 +- Fix the wrong maintainer and update changelog + * Thu Oct 28 2021 tanyulong - 1.0.1-4 - add storage check