Update to 3.7.92

This commit is contained in:
Kalev Lember 2013-03-20 21:45:12 +01:00
parent fba0e1fdff
commit 2514d35a0e
4 changed files with 6 additions and 35 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1,28 +0,0 @@
From 05bb65268c8f37da220c72bd3e8fb4f3edd484b6 Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember@gmail.com>
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 <glibtop.h>
#include <glibtop/close.h>
+#ifdef HAVE_SYSTEMD
+#include <systemd/sd-daemon.h>
+#endif
+
#include "procman-app.h"
#include "interface.h"
#include "proctable.h"
--
1.8.1.4

View File

@ -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 <kalevlember@gmail.com> - 3.7.92-1
- Update to 3.7.92
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
- Update to 3.7.90

View File

@ -1 +1 @@
b3687be4ff51c08d5e981429d42a81a5 gnome-system-monitor-3.7.90.tar.xz
5696184eff30b46321f0699bc975d1d0 gnome-system-monitor-3.7.92.tar.xz