From a475ab2b04fe6e95b9d8d36e732dda0e6807c6937415c47a90aaa24e238be974 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 3 Apr 2014 20:43:47 +0000 Subject: [PATCH] Accepting request 228657 from GNOME:Next Push GNOME:Next - GNOME 3.12.0 OBS-URL: https://build.opensuse.org/request/show/228657 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=113 --- gnome-system-monitor-3.10.2.tar.xz | 3 -- gnome-system-monitor-3.12.0.tar.xz | 3 ++ gnome-system-monitor.changes | 65 ++++++++++++++++++++++++++++++ gnome-system-monitor.spec | 11 +++-- 4 files changed, 73 insertions(+), 9 deletions(-) delete mode 100644 gnome-system-monitor-3.10.2.tar.xz create mode 100644 gnome-system-monitor-3.12.0.tar.xz diff --git a/gnome-system-monitor-3.10.2.tar.xz b/gnome-system-monitor-3.10.2.tar.xz deleted file mode 100644 index 09897e1..0000000 --- a/gnome-system-monitor-3.10.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd009e15672afe4ad3ebd7ed286cce79b9f76420fd39bc77a5826b29134b9db0 -size 1999248 diff --git a/gnome-system-monitor-3.12.0.tar.xz b/gnome-system-monitor-3.12.0.tar.xz new file mode 100644 index 0000000..282ea35 --- /dev/null +++ b/gnome-system-monitor-3.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f10547f297002a02f667c4b399242fa82ed1753e0b80ee7c2bbf7034fe3097 +size 793388 diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 23fa369..a9e5ef4 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,3 +1,68 @@ +------------------------------------------------------------------- +Tue Mar 25 12:53:15 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.12.0: + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 19 14:21:51 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.92: + + Bugs fixed: bgo#711381, bgo#724482. + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 17 21:42:34 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.11.90: + + New feature: Shiny new Mallard help. + + Processes list should be completely idle if window not mapped + (bgo#309839). + + Updated translations. +- Pass --enable-wnck and --enable-systemd, in order to ensure we + build with wnck and systemd support. +- Remove conditional check for obsolete versions of openSUSE and + stop passing --disable-scrollkeeper to configure, no longer + needed nor recognized. + +------------------------------------------------------------------- +Tue Feb 4 17:34:05 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.5: + + List of fixed bugs + - Code cleanups, minor optimizations. + - Fixed url and screenshots in appdata. + - Ask polkit password only once when killing multiple + processes. + - Updated FSF's address. + + Updated translations. + +------------------------------------------------------------------- +Tue Jan 14 08:25:04 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.4: + + load-graph.cpp: Draw the background explicitly (bgo#720560). + + Fix the size of the buttons in the headerbar (bgo#721706). + + Fix headerbar item positions (bgo#721734). + +------------------------------------------------------------------- +Mon Dec 16 22:14:22 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.11.3: + + Bugs fixed: bgo#719504, bgo#719589, bgo#720091, bgo#720105. + + Updated translations. + +------------------------------------------------------------------- +Wed Nov 20 16:30:39 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.11.2: + + bgo#712518: update intervals aren't loaded into prefs dialog. + + bgo#712360: procman_pkexec free result of g_strdup_printf. + + bgo#708657: Add desktop-file-validate to distcheck. + + bgo#711366: Keyboard focus is impractical during Process + searching. + + Updated translations. + ------------------------------------------------------------------- Mon Nov 11 22:49:35 UTC 2013 - dimstar@opensuse.org diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index b3e346f..cb5d2a8 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-system-monitor # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: gnome-system-monitor -Version: 3.10.2 +Version: 3.12.0 Release: 0 Url: http://www.gnome.org Summary: A Simple Process Monitor License: GPL-2.0+ Group: System/GUI/GNOME -Source0: http://download.gnome.org/sources/gnome-system-monitor/3.10/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-system-monitor/3.12/%{name}-%{version}.tar.xz BuildRequires: dbus-1-glib-devel BuildRequires: fdupes BuildRequires: gcc-c++ @@ -37,9 +37,7 @@ BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gtkmm-3.0) >= 3.3.18 -%if 0%{?suse_version} >= 1220 BuildRequires: pkgconfig(libsystemd-login) >= 44 -%endif BuildRequires: pkgconfig(libwnck-3.0) >= 2.91.0 Requires: gnome-icon-theme Requires: lsb-release @@ -58,7 +56,8 @@ translation-update-upstream %build %configure \ - --disable-scrollkeeper + --enable-wnck \ + --enable-systemd %__make %{?jobs:-j%jobs} V=1 %install