Update to 3.14.0

This commit is contained in:
Kalev Lember 2014-09-22 23:53:22 +02:00
parent d3e585b48d
commit ab9a0a6873
4 changed files with 36 additions and 3 deletions

1
.gitignore vendored
View File

@ -55,3 +55,4 @@ gnome-system-monitor-2.28.1.tar.bz2
/gnome-system-monitor-3.13.90.tar.xz
/gnome-system-monitor-3.13.91.tar.xz
/gnome-system-monitor-3.13.92.tar.xz
/gnome-system-monitor-3.14.0.tar.xz

View File

@ -0,0 +1,26 @@
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

@ -8,13 +8,15 @@
Summary: Process and resource monitor
Name: gnome-system-monitor
Version: 3.13.92
Version: 3.14.0
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.13/%{name}-%{version}.tar.xz
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
BuildRequires: libgtop2-devel >= %{libgtop2_version}
BuildRequires: libwnck3-devel >= %{libwnck_version}
@ -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 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
- Update to 3.14.0
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
- Update to 3.13.92

View File

@ -1 +1 @@
7e60aa64bf880362822e21c850f5e368 gnome-system-monitor-3.13.92.tar.xz
2aceb169b1446361f31be9283cedea43 gnome-system-monitor-3.14.0.tar.xz