Update to 3.10.1
This commit is contained in:
parent
77f3560d50
commit
3ed168303b
1
.gitignore
vendored
1
.gitignore
vendored
@ -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.90.tar.xz
|
||||||
/gnome-system-monitor-3.9.92.tar.xz
|
/gnome-system-monitor-3.9.92.tar.xz
|
||||||
/gnome-system-monitor-3.10.0.tar.xz
|
/gnome-system-monitor-3.10.0.tar.xz
|
||||||
|
/gnome-system-monitor-3.10.1.tar.xz
|
||||||
|
@ -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
|
|
||||||
|
|
@ -8,14 +8,13 @@
|
|||||||
|
|
||||||
Summary: Process and resource monitor
|
Summary: Process and resource monitor
|
||||||
Name: gnome-system-monitor
|
Name: gnome-system-monitor
|
||||||
Version: 3.10.0
|
Version: 3.10.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
#VCS: git:git://git.gnome.org/gnome-system-monitor
|
#VCS: git:git://git.gnome.org/gnome-system-monitor
|
||||||
Source: http://download.gnome.org/sources/gnome-system-monitor/3.10/%{name}-%{version}.tar.xz
|
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: libgtop2-devel >= %{libgtop2_version}
|
||||||
BuildRequires: libwnck3-devel >= %{libwnck_version}
|
BuildRequires: libwnck3-devel >= %{libwnck_version}
|
||||||
@ -39,7 +38,6 @@ such as CPU and memory.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .typo
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-systemd
|
%configure --enable-systemd
|
||||||
@ -74,6 +72,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||||||
%{_libexecdir}/gnome-system-monitor/gsm-*
|
%{_libexecdir}/gnome-system-monitor/gsm-*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 3.10.0-1
|
||||||
- Update to 3.10.0
|
- Update to 3.10.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user