Update to 3.13.91
This commit is contained in:
parent
4d905f4cf9
commit
acb6e7865d
1
.gitignore
vendored
1
.gitignore
vendored
@ -53,3 +53,4 @@ gnome-system-monitor-2.28.1.tar.bz2
|
||||
/gnome-system-monitor-3.13.3.tar.xz
|
||||
/gnome-system-monitor-3.13.4.tar.xz
|
||||
/gnome-system-monitor-3.13.90.tar.xz
|
||||
/gnome-system-monitor-3.13.91.tar.xz
|
||||
|
25
0001-Fix-desktop-file-keywords-in-French-translation.patch
Normal file
25
0001-Fix-desktop-file-keywords-in-French-translation.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 4cb003e39df7ccef969492853fc1a280fa392790 Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <kalevlember@gmail.com>
|
||||
Date: Mon, 1 Sep 2014 22:20:35 +0200
|
||||
Subject: [PATCH] Fix desktop file keywords in French translation
|
||||
|
||||
---
|
||||
po/fr.po | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/po/fr.po b/po/fr.po
|
||||
index 7ae65cd..eaa1a4a 100644
|
||||
--- a/po/fr.po
|
||||
+++ b/po/fr.po
|
||||
@@ -42,7 +42,7 @@ msgid ""
|
||||
"Manager;"
|
||||
msgstr ""
|
||||
"Moniteur;Système;Processus;CPU;Mémoire;Réseau;Historique;Utilisation;"
|
||||
-"Performance;Tâche"
|
||||
+"Performance;Tâche;"
|
||||
|
||||
#: ../gnome-system-monitor-kde.desktop.in.in.h:1
|
||||
#: ../gnome-system-monitor.appdata.xml.in.h:1 ../src/application.cpp:324
|
||||
--
|
||||
2.1.0
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
Summary: Process and resource monitor
|
||||
Name: gnome-system-monitor
|
||||
Version: 3.13.90
|
||||
Version: 3.13.91
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -16,6 +16,8 @@ URL: http://www.gnome.org/
|
||||
#VCS: git:git://git.gnome.org/gnome-system-monitor
|
||||
Source: http://download.gnome.org/sources/gnome-system-monitor/3.13/%{name}-%{version}.tar.xz
|
||||
|
||||
Patch0: 0001-Fix-desktop-file-keywords-in-French-translation.patch
|
||||
|
||||
BuildRequires: libgtop2-devel >= %{libgtop2_version}
|
||||
BuildRequires: libwnck3-devel >= %{libwnck_version}
|
||||
BuildRequires: gtk3-devel
|
||||
@ -37,6 +39,7 @@ such as CPU and memory.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-systemd
|
||||
@ -71,6 +74,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%{_libexecdir}/gnome-system-monitor/gsm-*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
|
||||
- Update to 3.13.91
|
||||
|
||||
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
|
||||
- Update to 3.13.90
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user