Update to 3.14.0
This commit is contained in:
parent
d3e585b48d
commit
ab9a0a6873
1
.gitignore
vendored
1
.gitignore
vendored
@ -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.90.tar.xz
|
||||||
/gnome-system-monitor-3.13.91.tar.xz
|
/gnome-system-monitor-3.13.91.tar.xz
|
||||||
/gnome-system-monitor-3.13.92.tar.xz
|
/gnome-system-monitor-3.13.92.tar.xz
|
||||||
|
/gnome-system-monitor-3.14.0.tar.xz
|
||||||
|
@ -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
|
||||||
|
|
@ -8,13 +8,15 @@
|
|||||||
|
|
||||||
Summary: Process and resource monitor
|
Summary: Process and resource monitor
|
||||||
Name: gnome-system-monitor
|
Name: gnome-system-monitor
|
||||||
Version: 3.13.92
|
Version: 3.14.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
#VCS: git:git://git.gnome.org/gnome-system-monitor
|
#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: libgtop2-devel >= %{libgtop2_version}
|
||||||
BuildRequires: libwnck3-devel >= %{libwnck_version}
|
BuildRequires: libwnck3-devel >= %{libwnck_version}
|
||||||
@ -37,6 +39,7 @@ such as CPU and memory.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-systemd
|
%configure --enable-systemd
|
||||||
@ -71,6 +74,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||||||
%{_libexecdir}/gnome-system-monitor/gsm-*
|
%{_libexecdir}/gnome-system-monitor/gsm-*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
|
||||||
- Update to 3.13.92
|
- Update to 3.13.92
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user