From 93288408823ef9a83162a5173edf91bf0b0feca3645453fbb14a9ae073780740 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Sep 2021 10:06:57 +0000 Subject: [PATCH 1/2] Accepting request 919947 from home:sbrabec:branches:tuu-goodbye - Remove obsolete translation-update-upstream support (jsc#SLE-21105). OBS-URL: https://build.opensuse.org/request/show/919947 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=200 --- gnome-system-monitor.changes | 6 ++++++ gnome-system-monitor.spec | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index fffa6c0..3b46494 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 16 01:43:25 UTC 2021 - Stanislav Brabec + +- Remove obsolete translation-update-upstream support + (jsc#SLE-21105). + ------------------------------------------------------------------- Fri Apr 30 16:15:40 UTC 2021 - Dominique Leuenberger diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index a6b2d3f..407faf8 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -30,7 +30,6 @@ BuildRequires: gcc-c++ BuildRequires: meson BuildRequires: pkgconfig BuildRequires: polkit-devel -BuildRequires: translation-update-upstream BuildRequires: yelp-tools BuildRequires: pkgconfig(gdk-x11-3.0) BuildRequires: pkgconfig(giomm-2.4) >= 2.46 @@ -54,7 +53,6 @@ processor time, memory, and disk space are being used. %prep %autosetup -p1 -translation-update-upstream po gnome-system-monitor %build %meson \ From a02fd25ce7cab436c4a5d6f1d0519fd3df95762f38c52c5019c3d3dcfdfadf15 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 27 Sep 2021 06:24:41 +0000 Subject: [PATCH 2/2] Accepting request 920950 from GNOME:Next Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/920950 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=201 --- gnome-system-monitor-40.1.tar.xz | 3 --- gnome-system-monitor-41.0.tar.xz | 3 +++ gnome-system-monitor.changes | 16 ++++++++++++++++ gnome-system-monitor.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 gnome-system-monitor-40.1.tar.xz create mode 100644 gnome-system-monitor-41.0.tar.xz diff --git a/gnome-system-monitor-40.1.tar.xz b/gnome-system-monitor-40.1.tar.xz deleted file mode 100644 index be23bac..0000000 --- a/gnome-system-monitor-40.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdb30f4367907aab86d7c2bb76a7b773ba850b765c9666a39f42abfe22691d1a -size 763720 diff --git a/gnome-system-monitor-41.0.tar.xz b/gnome-system-monitor-41.0.tar.xz new file mode 100644 index 0000000..86e0f32 --- /dev/null +++ b/gnome-system-monitor-41.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7fc44c61949b794b0289968ebbbcc0c15f8cfc3d9e45bfaa81ed45c12139e5f +size 774644 diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 3b46494..7959c28 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,9 +1,25 @@ +------------------------------------------------------------------- +Sun Sep 19 19:41:17 UTC 2021 - Michael Gorse + +- Update to version 41.0: + + Updated translations. + ------------------------------------------------------------------- Thu Sep 16 01:43:25 UTC 2021 - Stanislav Brabec - Remove obsolete translation-update-upstream support (jsc#SLE-21105). +------------------------------------------------------------------- +Sat Sep 4 19:43:41 UTC 2021 - Bjørn Lie + +- Update to version 41.rc: + + Removed leftover colors + + Y axis and CPU percentage labels marked as translatable + + Fix crash when changing the number of points + + meson checks for itstool + + Updated translations. + ------------------------------------------------------------------- Fri Apr 30 16:15:40 UTC 2021 - Dominique Leuenberger diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 407faf8..b911f5d 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -17,13 +17,13 @@ Name: gnome-system-monitor -Version: 40.1 +Version: 41.0 Release: 0 Summary: A process monitor for the GNOME desktop License: GPL-2.0-or-later Group: System/GUI/GNOME URL: https://wiki.gnome.org/Apps/SystemMonitor -Source0: https://download.gnome.org/sources/gnome-system-monitor/40/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-system-monitor/41/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gcc-c++