diff --git a/.gitignore b/.gitignore index 954b7f1..10da33f 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ gnome-system-monitor-2.28.1.tar.bz2 /gnome-system-monitor-3.7.4.tar.xz /gnome-system-monitor-3.7.5.tar.xz /gnome-system-monitor-3.7.90.tar.xz +/gnome-system-monitor-3.7.92.tar.xz diff --git a/gnome-system-monitor-3.7.90-fix-systemd-build.patch b/gnome-system-monitor-3.7.90-fix-systemd-build.patch deleted file mode 100644 index 202d1db..0000000 --- a/gnome-system-monitor-3.7.90-fix-systemd-build.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 05bb65268c8f37da220c72bd3e8fb4f3edd484b6 Mon Sep 17 00:00:00 2001 -From: Kalev Lember -Date: Wed, 20 Feb 2013 20:07:36 +0100 -Subject: [PATCH] Add missing include when built with systemd support - -https://bugzilla.gnome.org/show_bug.cgi?id=694314 ---- - src/procman-app.cpp | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/src/procman-app.cpp b/src/procman-app.cpp -index 2aa1de4..587ec1f 100644 ---- a/src/procman-app.cpp -+++ b/src/procman-app.cpp -@@ -4,6 +4,10 @@ - #include - #include - -+#ifdef HAVE_SYSTEMD -+#include -+#endif -+ - #include "procman-app.h" - #include "interface.h" - #include "proctable.h" --- -1.8.1.4 - diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index f8eae27..0c83d1c 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -9,7 +9,7 @@ Summary: Process and resource monitor Name: gnome-system-monitor -Version: 3.7.90 +Version: 3.7.92 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -17,10 +17,6 @@ URL: http://www.gnome.org/ #VCS: git:git://git.gnome.org/gnome-system-monitor Source: http://download.gnome.org/sources/gnome-system-monitor/3.7/%{name}-%{version}.tar.xz -# Fix the --enable-systemd build -# https://bugzilla.gnome.org/show_bug.cgi?id=694314 -Patch0: gnome-system-monitor-3.7.90-fix-systemd-build.patch - BuildRequires: libgtop2-devel >= %{libgtop2_version} BuildRequires: libwnck3-devel >= %{libwnck_version} BuildRequires: gtk3-devel @@ -44,7 +40,6 @@ such as CPU and memory. %prep %setup -q -%patch0 -p1 -b .systemd %build %configure --enable-systemd @@ -82,6 +77,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_libexecdir}/gnome-system-monitor/gsm-* %changelog +* Wed Mar 20 2013 Kalev Lember - 3.7.92-1 +- Update to 3.7.92 + * Tue Feb 19 2013 Richard Hughes - 3.7.90-1 - Update to 3.7.90 diff --git a/sources b/sources index 3c58e7a..4621f8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3687be4ff51c08d5e981429d42a81a5 gnome-system-monitor-3.7.90.tar.xz +5696184eff30b46321f0699bc975d1d0 gnome-system-monitor-3.7.92.tar.xz