Update to 3.15.1

This commit is contained in:
Kalev Lember 2014-11-25 23:04:34 +01:00
parent edb3e061cd
commit 423704f5e9
5 changed files with 7 additions and 59 deletions

1
.gitignore vendored
View File

@ -57,3 +57,4 @@ gnome-system-monitor-2.28.1.tar.bz2
/gnome-system-monitor-3.13.92.tar.xz
/gnome-system-monitor-3.14.0.tar.xz
/gnome-system-monitor-3.14.1.tar.xz
/gnome-system-monitor-3.15.1.tar.xz

View File

@ -1,26 +0,0 @@
From 0e208f3fa6349df811114bd93e3827e17d726bc3 Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember@gmail.com>
Date: Mon, 22 Sep 2014 23:55:28 +0200
Subject: [PATCH] Fix Ukrainian translation for desktop file keywords
It's a string list and must be terminated with a semicolon.
---
po/uk.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/uk.po b/po/uk.po
index 2fff968..d80c969 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -39,7 +39,7 @@ msgid ""
"Manager;"
msgstr ""
"Монітор;Система;Процес;Процесор;Пам'ять;Мережа;Історія;Використання;Завдання"
-";Менеджер"
+";Менеджер;"
#: ../gnome-system-monitor-kde.desktop.in.in.h:1
#: ../gnome-system-monitor.appdata.xml.in.h:1 ../src/application.cpp:324
--
2.1.0

View File

@ -1,25 +0,0 @@
From 924da759b73138d5d06ac9eb4b6871f6397d1f33 Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember@gmail.com>
Date: Tue, 14 Oct 2014 09:38:01 +0200
Subject: [PATCH] Fix desktop file keywords translation syntax error
---
po/bn_IN.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 20a6422..9f4cd7b 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -42,7 +42,7 @@ msgid ""
"Manager;"
msgstr ""
"মনিটর;সিস্টেম;প্রক্রিয়া;CPU;মেমরি;নেটওয়ার্ক;ইতিহাস;ব্যবহার;পারফরমেন্স;কাজ;ম্"
-"যানেজার"
+"যানেজার;"
#: ../gnome-system-monitor-kde.desktop.in.in.h:1
#: ../gnome-system-monitor.appdata.xml.in.h:1 ../src/application.cpp:324
--
2.1.0

View File

@ -8,16 +8,13 @@
Summary: Process and resource monitor
Name: gnome-system-monitor
Version: 3.14.1
Version: 3.15.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.14/%{name}-%{version}.tar.xz
Patch0: 0001-Fix-Ukrainian-translation-for-desktop-file-keywords.patch
Patch1: 0001-Fix-desktop-file-keywords-translation-syntax-error.patch
Source: http://download.gnome.org/sources/gnome-system-monitor/3.15/%{name}-%{version}.tar.xz
BuildRequires: libgtop2-devel >= %{libgtop2_version}
BuildRequires: libwnck3-devel >= %{libwnck_version}
@ -40,8 +37,6 @@ such as CPU and memory.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
%configure --enable-systemd
@ -76,6 +71,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%{_libexecdir}/gnome-system-monitor/gsm-*
%changelog
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.1-1
- Update to 3.15.1
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
- Update to 3.14.1

View File

@ -1 +1 @@
1dde2e2a7d557b713e2f1fbff9ee0774 gnome-system-monitor-3.14.1.tar.xz
91278a6c8c260baaf74c63bbd88f1411 gnome-system-monitor-3.15.1.tar.xz