From acb6e7865d37ca5271d6197f73e8c83768036f85 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 1 Sep 2014 22:16:24 +0200 Subject: [PATCH] Update to 3.13.91 --- .gitignore | 1 + ...-file-keywords-in-French-translation.patch | 25 +++++++++++++++++++ gnome-system-monitor.spec | 8 +++++- sources | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 0001-Fix-desktop-file-keywords-in-French-translation.patch diff --git a/.gitignore b/.gitignore index e548d28..1b5a9b7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/0001-Fix-desktop-file-keywords-in-French-translation.patch b/0001-Fix-desktop-file-keywords-in-French-translation.patch new file mode 100644 index 0000000..04cfa85 --- /dev/null +++ b/0001-Fix-desktop-file-keywords-in-French-translation.patch @@ -0,0 +1,25 @@ +From 4cb003e39df7ccef969492853fc1a280fa392790 Mon Sep 17 00:00:00 2001 +From: Kalev Lember +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 + diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index b8b515b..e5df1a9 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -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 - 3.13.91-1 +- Update to 3.13.91 + * Tue Aug 19 2014 Kalev Lember - 3.13.90-1 - Update to 3.13.90 diff --git a/sources b/sources index 578fc76..d932d0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -684e56d61732b3dcfcade58e570bc201 gnome-system-monitor-3.13.90.tar.xz +8511e6cabff05c9f4373f2f801a7d186 gnome-system-monitor-3.13.91.tar.xz