Update to 3.19.3
This commit is contained in:
parent
11fa895586
commit
d854df3b3b
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,3 +71,4 @@ gnome-system-monitor-2.28.1.tar.bz2
|
||||
/gnome-system-monitor-3.18.0.tar.xz
|
||||
/gnome-system-monitor-3.18.0.1.tar.xz
|
||||
/gnome-system-monitor-3.18.2.tar.xz
|
||||
/gnome-system-monitor-3.19.3.tar.xz
|
||||
|
@ -1,35 +0,0 @@
|
||||
From 64220e1f0f83ea4c9947f7cf8ea07fc74b5311e6 Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <klember@redhat.com>
|
||||
Date: Tue, 10 Nov 2015 11:58:09 +0100
|
||||
Subject: [PATCH] Fix a syntax error in desktop file keywords Romanian
|
||||
translation
|
||||
|
||||
---
|
||||
po/ro.po | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/po/ro.po b/po/ro.po
|
||||
index 2e708f6..12a47a9 100644
|
||||
--- a/po/ro.po
|
||||
+++ b/po/ro.po
|
||||
@@ -41,7 +41,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Monitor;System;Process;CPU;Memory;Network;History;Usage;Performance;Task;"
|
||||
"Manager;Sistem;Proces;Memorie;Rețea;Istoric;Utilizare;Performanță;Sarcină;"
|
||||
-"Administrator"
|
||||
+"Administrator;"
|
||||
|
||||
#: ../gnome-system-monitor-kde.desktop.in.in.h:1
|
||||
#: ../gnome-system-monitor.appdata.xml.in.h:1 ../src/application.cpp:318
|
||||
@@ -52,7 +52,7 @@ msgstr "Monitor de sistem GNOME"
|
||||
msgid "Monitor;System;Process;CPU;Memory;Network;History;Usage;"
|
||||
msgstr ""
|
||||
"Monitor;System;Process;CPU;Memory;Network;History;Usage;Sistem;Proces;"
|
||||
-"Memorie;Rețea;Istoric;Utilizare"
|
||||
+"Memorie;Rețea;Istoric;Utilizare;"
|
||||
|
||||
#: ../gnome-system-monitor.appdata.xml.in.h:2
|
||||
msgid "View and manage system resources"
|
||||
--
|
||||
2.5.0
|
||||
|
@ -6,15 +6,13 @@
|
||||
|
||||
Summary: Process and resource monitor
|
||||
Name: gnome-system-monitor
|
||||
Version: 3.18.2
|
||||
Version: 3.19.3
|
||||
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/%{name}/3.18/%{name}-%{version}.tar.xz
|
||||
# Backported from upstream
|
||||
Patch0: 0001-Fix-a-syntax-error-in-desktop-file-keywords-Romanian.patch
|
||||
Source: http://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(libgtop-2.0) >= %{libgtop2_version}
|
||||
BuildRequires: pkgconfig(libwnck-3.0) >= %{libwnck_version}
|
||||
@ -37,7 +35,6 @@ such as CPU and memory.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-systemd --enable-wnck
|
||||
@ -65,6 +62,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-system-monit
|
||||
%{_libexecdir}/gnome-system-monitor/gsm-*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 14 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
|
||||
- Update to 3.19.3
|
||||
|
||||
* Tue Nov 10 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
|
||||
- Update to 3.18.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user