Hello community,

here is the log from the commit of package ksysguard5 for openSUSE:Factory 
checked in at 2016-08-29 15:27:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksysguard5 (Old)
 and      /work/SRC/openSUSE:Factory/.ksysguard5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksysguard5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksysguard5/ksysguard5.changes    2016-08-12 
15:39:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ksysguard5.new/ksysguard5.changes       
2016-08-29 15:27:29.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Aug 26 20:36:41 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.7.4
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.4.php
+
+-------------------------------------------------------------------

Old:
----
  ksysguard-5.7.3.tar.xz

New:
----
  ksysguard-5.7.4.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ksysguard5.spec ++++++
--- /var/tmp/diff_new_pack.5BOPy6/_old  2016-08-29 15:27:30.000000000 +0200
+++ /var/tmp/diff_new_pack.5BOPy6/_new  2016-08-29 15:27:30.000000000 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           ksysguard5
-Version:        5.7.3
+Version:        5.7.4
 Release:        0
 Summary:        KDE System Guard daemon
 License:        GPL-2.0

++++++ ksysguard-5.7.3.tar.xz -> ksysguard-5.7.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.7.3/CMakeLists.txt 
new/ksysguard-5.7.4/CMakeLists.txt
--- old/ksysguard-5.7.3/CMakeLists.txt  2016-08-02 11:39:39.000000000 +0200
+++ new/ksysguard-5.7.4/CMakeLists.txt  2016-08-23 14:45:46.000000000 +0200
@@ -1,5 +1,5 @@
 project(ksysguard)
-set(PROJECT_VERSION "5.7.3")
+set(PROJECT_VERSION "5.7.4")
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.7.3/doc/CMakeLists.txt 
new/ksysguard-5.7.4/doc/CMakeLists.txt
--- old/ksysguard-5.7.3/doc/CMakeLists.txt      2016-08-02 11:39:39.000000000 
+0200
+++ new/ksysguard-5.7.4/doc/CMakeLists.txt      2016-08-23 14:45:46.000000000 
+0200
@@ -1,9 +1,9 @@
 add_subdirectory(en)
+add_subdirectory(ca)
 add_subdirectory(de)
+add_subdirectory(et)
 add_subdirectory(it)
-add_subdirectory(sv)
 add_subdirectory(nl)
 add_subdirectory(pt_BR)
+add_subdirectory(sv)
 add_subdirectory(uk)
-add_subdirectory(ca)
-add_subdirectory(et)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.7.3/gui/org.kde.ksysguard.desktop 
new/ksysguard-5.7.4/gui/org.kde.ksysguard.desktop
--- old/ksysguard-5.7.3/gui/org.kde.ksysguard.desktop   2016-08-02 
11:39:20.000000000 +0200
+++ new/ksysguard-5.7.4/gui/org.kde.ksysguard.desktop   2016-08-23 
14:45:25.000000000 +0200
@@ -184,6 +184,7 @@
 Comment[pl]=Monitoruje uruchomione procesy i wydajność systemu
 Comment[pt]=Vigiar os processos em execução e a performance do sistema
 Comment[pt_BR]=Monitora os processos em execução e o desempenho do sistema
+Comment[ru]=Наблюдение за процессами и производительностью системы
 Comment[sk]=Monitoruje spustené procesy a výkon systému
 Comment[sl]=Nadzirajte tekoča opravila in zmogljivost sistema
 Comment[sr]=Надгледајте процесе у раду и перформансе система
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.7.3/po/cs/ksysguard.po 
new/ksysguard-5.7.4/po/cs/ksysguard.po
--- old/ksysguard-5.7.3/po/cs/ksysguard.po      2016-08-02 11:39:22.000000000 
+0200
+++ new/ksysguard-5.7.4/po/cs/ksysguard.po      2016-08-23 14:45:27.000000000 
+0200
@@ -874,11 +874,13 @@
 msgid "Bac&kground color:"
 msgstr "Barva poza&dí:"
 
-#: SensorDisplayLib/SensorDisplay.cpp:116 SensorDisplayLib/SensorLogger.cpp:597
+#: SensorDisplayLib/SensorDisplay.cpp:116
+#: SensorDisplayLib/SensorLogger.cpp:597
 msgid "&Properties"
 msgstr "&Vlastnosti"
 
-#: SensorDisplayLib/SensorDisplay.cpp:121 SensorDisplayLib/SensorLogger.cpp:602
+#: SensorDisplayLib/SensorDisplay.cpp:121
+#: SensorDisplayLib/SensorLogger.cpp:602
 msgid "&Remove Display"
 msgstr "Odst&ranit displej"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.7.3/po/el/ksysguard.po 
new/ksysguard-5.7.4/po/el/ksysguard.po
--- old/ksysguard-5.7.3/po/el/ksysguard.po      2016-08-02 11:39:23.000000000 
+0200
+++ new/ksysguard-5.7.4/po/el/ksysguard.po      2016-08-23 14:45:27.000000000 
+0200
@@ -11,19 +11,20 @@
 # Antonis Geralis <capoio...@gmail.com>, 2011, 2012, 2014.
 # Dimitrios Glentadakis <dgl...@gmail.com>, 2012.
 # Stelios <ssta...@gmail.com>, 2012.
+# Dimitris Kardarakos <dimk...@gmail.com>, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: ksysguard\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-04-20 07:44+0000\n"
-"PO-Revision-Date: 2014-02-08 23:10+0200\n"
-"Last-Translator: Antonis Geralis <capoio...@gmail.com>\n"
+"PO-Revision-Date: 2016-08-04 13:06+0200\n"
+"Last-Translator: Dimitris Kardarakos <dimk...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
 "Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 msgctxt "NAME OF TRANSLATORS"
@@ -198,10 +199,8 @@
 msgstr "Swap: %1 / %2œSwap: %1œ%1"
 
 #: ksysguard.cpp:538
-#, fuzzy
-#| msgid "(c) 1996-2008 The KDE System Monitor Developers"
 msgid "(c) 1996-2016 The KDE System Monitor Developers"
-msgstr "(c) 1996-2008 Οι προγραμματιστές της Εποπτείας Συστήματος"
+msgstr "(c) 1996-2016 Οι προγραμματιστές του επόπτη συστήματος του KDE"
 
 #: ksysguard.cpp:540
 msgid "John Tapsell"
@@ -864,10 +863,8 @@
 
 #. i18n: ectx: property (text), widget (QLabel, m_lblLowerLimit)
 #: SensorDisplayLib/MultiMeterSettingsWidget.ui:86
-#, fuzzy
-#| msgid "Lower limit:"
 msgid "&Lower limit:"
-msgstr "Ελάχιστο όριο:"
+msgstr "Ε&λάχιστο όριο:"
 
 #. i18n: ectx: property (text), widget (QCheckBox, m_upperLimitActive)
 #: SensorDisplayLib/MultiMeterSettingsWidget.ui:119
@@ -882,24 +879,18 @@
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
 #: SensorDisplayLib/MultiMeterSettingsWidget.ui:175
-#, fuzzy
-#| msgid "Normal digit color:"
 msgid "Nor&mal digit color:"
-msgstr "Κανονικό χρώμα ψηφίου:"
+msgstr "Χρώμα κανονι&κού ψηφίου:"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel2_2)
 #: SensorDisplayLib/MultiMeterSettingsWidget.ui:205
-#, fuzzy
-#| msgid "Alarm digit color:"
 msgid "Alarm di&git color:"
-msgstr "Χρώμα ψηφίου συναγερμού:"
+msgstr "Χρώμα &ψηφίου συναγερμού:"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel3_2)
 #: SensorDisplayLib/MultiMeterSettingsWidget.ui:235
-#, fuzzy
-#| msgid "Background color:"
 msgid "Bac&kground color:"
-msgstr "Χρώμα φόντου:"
+msgstr "Χρώμα &φόντου:"
 
 #: SensorDisplayLib/SensorDisplay.cpp:116
 #: SensorDisplayLib/SensorLogger.cpp:597
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.7.3/po/ja/ksysguard.po 
new/ksysguard-5.7.4/po/ja/ksysguard.po
--- old/ksysguard-5.7.3/po/ja/ksysguard.po      2016-08-02 11:39:25.000000000 
+0200
+++ new/ksysguard-5.7.4/po/ja/ksysguard.po      2016-08-23 14:45:30.000000000 
+0200
@@ -896,11 +896,13 @@
 msgid "Bac&kground color:"
 msgstr "背景色:"
 
-#: SensorDisplayLib/SensorDisplay.cpp:116 SensorDisplayLib/SensorLogger.cpp:597
+#: SensorDisplayLib/SensorDisplay.cpp:116
+#: SensorDisplayLib/SensorLogger.cpp:597
 msgid "&Properties"
 msgstr "プロパティ(&P)"
 
-#: SensorDisplayLib/SensorDisplay.cpp:121 SensorDisplayLib/SensorLogger.cpp:602
+#: SensorDisplayLib/SensorDisplay.cpp:121
+#: SensorDisplayLib/SensorLogger.cpp:602
 msgid "&Remove Display"
 msgstr "センサー表示を削除(&R)"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.7.3/po/ru/ksysguard.po 
new/ksysguard-5.7.4/po/ru/ksysguard.po
--- old/ksysguard-5.7.3/po/ru/ksysguard.po      2016-08-02 11:39:29.000000000 
+0200
+++ new/ksysguard-5.7.4/po/ru/ksysguard.po      2016-08-23 14:45:33.000000000 
+0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: ksysguard\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-04-20 07:44+0000\n"
-"PO-Revision-Date: 2016-03-27 20:29+0300\n"
+"PO-Revision-Date: 2016-08-20 15:23+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
 "Language: ru\n"
@@ -197,10 +197,8 @@
 msgstr "Подкачка: %1 / %2œПодкачка: %1œ%1"
 
 #: ksysguard.cpp:538
-#, fuzzy
-#| msgid "(c) 1996-2008 The KDE System Monitor Developers"
 msgid "(c) 1996-2016 The KDE System Monitor Developers"
-msgstr "© Разработчики KSysGuard, 1996-2008"
+msgstr "© Разработчики KSysGuard, 1996-2016"
 
 #: ksysguard.cpp:540
 msgid "John Tapsell"
@@ -860,10 +858,8 @@
 
 #. i18n: ectx: property (text), widget (QLabel, m_lblLowerLimit)
 #: SensorDisplayLib/MultiMeterSettingsWidget.ui:86
-#, fuzzy
-#| msgid "Lower limit:"
 msgid "&Lower limit:"
-msgstr "Нижний предел:"
+msgstr "&Нижний предел:"
 
 #. i18n: ectx: property (text), widget (QCheckBox, m_upperLimitActive)
 #: SensorDisplayLib/MultiMeterSettingsWidget.ui:119
@@ -878,24 +874,18 @@
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
 #: SensorDisplayLib/MultiMeterSettingsWidget.ui:175
-#, fuzzy
-#| msgid "Normal digit color:"
 msgid "Nor&mal digit color:"
-msgstr "Обычный цвет цифр:"
+msgstr "Об&ычный цвет цифр:"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel2_2)
 #: SensorDisplayLib/MultiMeterSettingsWidget.ui:205
-#, fuzzy
-#| msgid "Alarm digit color:"
 msgid "Alarm di&git color:"
-msgstr "Тревожный цвет цифр:"
+msgstr "Т&ревожный цвет цифр:"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel3_2)
 #: SensorDisplayLib/MultiMeterSettingsWidget.ui:235
-#, fuzzy
-#| msgid "Background color:"
 msgid "Bac&kground color:"
-msgstr "Цвет фона:"
+msgstr "Цвет &фона:"
 
 #: SensorDisplayLib/SensorDisplay.cpp:116
 #: SensorDisplayLib/SensorLogger.cpp:597


Reply via email to