From 3932efab25a75d67dad77847ee12e16a7326a9ea18e00a9d36f8a101ecac7c57 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 31 Aug 2017 07:43:15 +0000 Subject: [PATCH 1/3] Accepting request 519393 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/519393 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=161 --- gnome-system-monitor-3.24.0.tar.xz | 3 --- gnome-system-monitor-3.25.91.tar.xz | 3 +++ gnome-system-monitor.changes | 31 +++++++++++++++++++++++++++++ gnome-system-monitor.spec | 10 ++++++++-- 4 files changed, 42 insertions(+), 5 deletions(-) delete mode 100644 gnome-system-monitor-3.24.0.tar.xz create mode 100644 gnome-system-monitor-3.25.91.tar.xz diff --git a/gnome-system-monitor-3.24.0.tar.xz b/gnome-system-monitor-3.24.0.tar.xz deleted file mode 100644 index 194b26b..0000000 --- a/gnome-system-monitor-3.24.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c32b45062411aaef06681e5e28fd2c24ea8b362168bae83992944ec8e02063f4 -size 930956 diff --git a/gnome-system-monitor-3.25.91.tar.xz b/gnome-system-monitor-3.25.91.tar.xz new file mode 100644 index 0000000..7351cc7 --- /dev/null +++ b/gnome-system-monitor-3.25.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6f14b257acd210a6963a5a8005748e47cc5d2d1bbfce774f17b10a938a40cb +size 927576 diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 00c0536..3e88af0 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Mon Aug 21 21:10:42 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.91: + + Updated translations. +- Conditionally apply translations-update-upstream BuildRequires + and macro for non-openSUSE only. + +------------------------------------------------------------------- +Wed Aug 9 12:29:35 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.90: + + Added option to monitor process disk usage. + + Fixed build failure (bgo#783993). + + Updated translations. + +------------------------------------------------------------------- +Tue Jun 20 11:47:10 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.25.3: + + Fixed several memory leaks. + + Updated translations. + +------------------------------------------------------------------- +Tue May 23 10:32:31 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.2: + + Bugs fixed: bgo#780574, bgo#780644, bgo#779812, bgo#776653, + bgo#781508, bgo#776430. + + Updated translations. + ------------------------------------------------------------------- Tue Mar 21 09:55:02 UTC 2017 - dimstar@opensuse.org diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index b5468e7..53204e8 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -17,20 +17,22 @@ Name: gnome-system-monitor -Version: 3.24.0 +Version: 3.25.91 Release: 0 Summary: A Simple Process Monitor License: GPL-2.0+ Group: System/GUI/GNOME Url: http://www.gnome.org -Source0: http://download.gnome.org/sources/gnome-system-monitor/3.24/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-system-monitor/3.25/%{name}-%{version}.tar.xz # PATCH-FEATURE-UPSTREAM gsm-bsc1020294-add-resources-scrollbar.patch bsc#1020294 bgo#778697 mgorse@suse.com -- add a scrollbar to the resources tab. Patch0: gsm-bsc1020294-add-resources-scrollbar.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: intltool BuildRequires: pkgconfig +%if !0%{?is_opensuse} BuildRequires: translation-update-upstream +%endif BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(dbus-glib-1) @@ -58,7 +60,9 @@ GNOME Desktop. %prep %setup -q %patch0 -p1 +%if !0%{?is_opensuse} translation-update-upstream +%endif %build %configure \ @@ -98,6 +102,8 @@ echo DocPath=gnome-system-monitor >> %{buildroot}/%{_datadir}/applications/gnome %dir %{_libexecdir}/%{name}/ %{_libexecdir}/%{name}/gsm-kill %{_libexecdir}/%{name}/gsm-renice +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/gsm.gresource %files lang -f %{name}.lang %defattr(-,root,root) From c8bfc2778b51979bcebf5527551c30f6b46cce135cb912f9ccdbff42ecdf02d7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 7 Sep 2017 08:35:38 +0000 Subject: [PATCH 2/3] Accepting request 521837 from GNOME:Next Update to 3.25.92 OBS-URL: https://build.opensuse.org/request/show/521837 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=162 --- gnome-system-monitor-3.25.91.tar.xz | 3 --- gnome-system-monitor-3.25.92.tar.xz | 3 +++ gnome-system-monitor.changes | 6 ++++++ gnome-system-monitor.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 gnome-system-monitor-3.25.91.tar.xz create mode 100644 gnome-system-monitor-3.25.92.tar.xz diff --git a/gnome-system-monitor-3.25.91.tar.xz b/gnome-system-monitor-3.25.91.tar.xz deleted file mode 100644 index 7351cc7..0000000 --- a/gnome-system-monitor-3.25.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a6f14b257acd210a6963a5a8005748e47cc5d2d1bbfce774f17b10a938a40cb -size 927576 diff --git a/gnome-system-monitor-3.25.92.tar.xz b/gnome-system-monitor-3.25.92.tar.xz new file mode 100644 index 0000000..4f1de6c --- /dev/null +++ b/gnome-system-monitor-3.25.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7d76d68c3472893883c3e19ef6dbd604f2afcddc75b8bab2a05821a783ec01 +size 940396 diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 3e88af0..7f84b63 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 6 23:12:33 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.25.92: + + Updated translations. + ------------------------------------------------------------------- Mon Aug 21 21:10:42 UTC 2017 - zaitor@opensuse.org diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 53204e8..6ea0a4d 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -17,13 +17,13 @@ Name: gnome-system-monitor -Version: 3.25.91 +Version: 3.25.92 Release: 0 Summary: A Simple Process Monitor License: GPL-2.0+ Group: System/GUI/GNOME Url: http://www.gnome.org -Source0: https://download.gnome.org/sources/gnome-system-monitor/3.25/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-system-monitor/3.25/%{name}-%{version}.tar.xz # PATCH-FEATURE-UPSTREAM gsm-bsc1020294-add-resources-scrollbar.patch bsc#1020294 bgo#778697 mgorse@suse.com -- add a scrollbar to the resources tab. Patch0: gsm-bsc1020294-add-resources-scrollbar.patch BuildRequires: fdupes From 28e4453fbf5f6a85a0d9f17ac45a630ccf934c41094c0a18dc5efd6238f1e655 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Sep 2017 06:59:23 +0000 Subject: [PATCH 3/3] Accepting request 523435 from GNOME:Next New stable rel OBS-URL: https://build.opensuse.org/request/show/523435 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=163 --- gnome-system-monitor-3.25.92.tar.xz | 3 --- gnome-system-monitor-3.26.0.tar.xz | 3 +++ gnome-system-monitor.changes | 7 +++++++ gnome-system-monitor.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 gnome-system-monitor-3.25.92.tar.xz create mode 100644 gnome-system-monitor-3.26.0.tar.xz diff --git a/gnome-system-monitor-3.25.92.tar.xz b/gnome-system-monitor-3.25.92.tar.xz deleted file mode 100644 index 4f1de6c..0000000 --- a/gnome-system-monitor-3.25.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f7d76d68c3472893883c3e19ef6dbd604f2afcddc75b8bab2a05821a783ec01 -size 940396 diff --git a/gnome-system-monitor-3.26.0.tar.xz b/gnome-system-monitor-3.26.0.tar.xz new file mode 100644 index 0000000..9e2c3c1 --- /dev/null +++ b/gnome-system-monitor-3.26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f848a8c2ca5e164cf09d3a205dd49e4e4bf4b60d43b0969c10443eb519d0e6b3 +size 941144 diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 7f84b63..e47c1ed 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 11 21:46:11 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.26.0: + + Wnck build error fixed. + + Updated translations. + ------------------------------------------------------------------- Wed Sep 6 23:12:33 UTC 2017 - dimstar@opensuse.org diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 6ea0a4d..0e3b1d5 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -17,13 +17,13 @@ Name: gnome-system-monitor -Version: 3.25.92 +Version: 3.26.0 Release: 0 Summary: A Simple Process Monitor License: GPL-2.0+ Group: System/GUI/GNOME Url: http://www.gnome.org -Source0: http://download.gnome.org/sources/gnome-system-monitor/3.25/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-system-monitor/3.26/%{name}-%{version}.tar.xz # PATCH-FEATURE-UPSTREAM gsm-bsc1020294-add-resources-scrollbar.patch bsc#1020294 bgo#778697 mgorse@suse.com -- add a scrollbar to the resources tab. Patch0: gsm-bsc1020294-add-resources-scrollbar.patch BuildRequires: fdupes