diff --git a/.gitignore b/.gitignore index 663e925..cc010a7 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ gnome-system-monitor-2.28.1.tar.bz2 /gnome-system-monitor-3.15.3.tar.xz /gnome-system-monitor-3.15.4.tar.xz /gnome-system-monitor-3.15.91.tar.xz +/gnome-system-monitor-3.15.92.tar.xz diff --git a/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch b/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch new file mode 100644 index 0000000..088076c --- /dev/null +++ b/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch @@ -0,0 +1,26 @@ +From 6f913c4d091f8ea666acee3ab41830026829bbe7 Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Wed, 18 Mar 2015 11:22:44 +0100 +Subject: [PATCH] Fix a syntax error in desktop file keywords Bosnian + translation + +--- + po/bs.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/po/bs.po b/po/bs.po +index 9783bff..239ef42 100644 +--- a/po/bs.po ++++ b/po/bs.po +@@ -32,7 +32,7 @@ msgid "" + "Manager;" + msgstr "" + "Monitor;System;Process;CPU;Memory;Network;History;Usage;Performance;Task;" +-"Manager;Sistem;Proces;Procesor;Memorija;Istorijat;Upotreba" ++"Manager;Sistem;Proces;Procesor;Memorija;Istorijat;Upotreba;" + + #: ../gnome-system-monitor-kde.desktop.in.in.h:1 + #: ../gnome-system-monitor.appdata.xml.in.h:1 ../src/application.cpp:324 +-- +2.3.2 + diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 4882f6b..1caefc7 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -8,13 +8,14 @@ Summary: Process and resource monitor Name: gnome-system-monitor -Version: 3.15.91 +Version: 3.15.92 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.15/%{name}-%{version}.tar.xz +Patch0: 0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch BuildRequires: libgtop2-devel >= %{libgtop2_version} BuildRequires: libwnck3-devel >= %{libwnck_version} @@ -37,6 +38,7 @@ such as CPU and memory. %prep %setup -q +%patch0 -p1 %build %configure --enable-systemd @@ -72,6 +74,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_libexecdir}/gnome-system-monitor/gsm-* %changelog +* Tue Mar 17 2015 Kalev Lember - 3.15.92-1 +- Update to 3.15.92 + * Mon Mar 02 2015 Kalev Lember - 3.15.91-1 - Update to 3.15.91 - Use the %%license macro for the COPYING file diff --git a/sources b/sources index 8aaad62..de62107 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -196bdfd552392d00e2f5c07acace3d28 gnome-system-monitor-3.15.91.tar.xz +2cb88829d0fdb37a72cd4542228f8ff8 gnome-system-monitor-3.15.92.tar.xz