Update to 3.10.1

This commit is contained in:
Richard Hughes 2013-10-29 08:22:59 +00:00
parent 77f3560d50
commit 3ed168303b
4 changed files with 6 additions and 29 deletions

1
.gitignore vendored
View File

@ -38,3 +38,4 @@ gnome-system-monitor-2.28.1.tar.bz2
/gnome-system-monitor-3.9.90.tar.xz
/gnome-system-monitor-3.9.92.tar.xz
/gnome-system-monitor-3.10.0.tar.xz
/gnome-system-monitor-3.10.1.tar.xz

View File

@ -1,25 +0,0 @@
From 94e7964ef09d1344ee02b5a900ba1d6109e7ba91 Mon Sep 17 00:00:00 2001
From: Olav Vitters <olav@vitters.nl>
Date: Tue, 24 Sep 2013 19:49:57 +0200
Subject: [PATCH] fix typo in desktop keyword translation
---
po/et.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/et.po b/po/et.po
index e36ca13..8e1ecfd 100644
--- a/po/et.po
+++ b/po/et.po
@@ -33,7 +33,7 @@ msgid "View current processes and monitor system state"
msgstr "Süsteemi oleku ja protsesside jälgimine"
msgid "Monitor;System;Process;CPU;Memory;Network;History;Usage;"
-msgstr "Monitor;Süsteem;Protsess;Protsessor;CPU;Mälu;Võrk;Ajalugu;Kasutus"
+msgstr "Monitor;Süsteem;Protsess;Protsessor;CPU;Mälu;Võrk;Ajalugu;Kasutus;"
msgid "GNOME System Monitor"
msgstr "GNOME süsteemijälgija"
--
1.8.3.1

View File

@ -8,14 +8,13 @@
Summary: Process and resource monitor
Name: gnome-system-monitor
Version: 3.10.0
Version: 3.10.1
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://www.gnome.org/
#VCS: git:git://git.gnome.org/gnome-system-monitor
Source: http://download.gnome.org/sources/gnome-system-monitor/3.10/%{name}-%{version}.tar.xz
Patch1: 0001-fix-typo-in-desktop-keyword-translation.patch
BuildRequires: libgtop2-devel >= %{libgtop2_version}
BuildRequires: libwnck3-devel >= %{libwnck_version}
@ -39,7 +38,6 @@ such as CPU and memory.
%prep
%setup -q
%patch1 -p1 -b .typo
%build
%configure --enable-systemd
@ -74,6 +72,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%{_libexecdir}/gnome-system-monitor/gsm-*
%changelog
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
- Update to 3.10.1
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 3.10.0-1
- Update to 3.10.0

View File

@ -1 +1 @@
9ced87a97687c420ea1a82029bf54cbb gnome-system-monitor-3.10.0.tar.xz
671fa715590c23e9998f5cd6b8334f01 gnome-system-monitor-3.10.1.tar.xz