Hello community, here is the log from the commit of package kinfocenter5 for openSUSE:Factory checked in at 2016-08-29 15:26:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kinfocenter5 (Old) and /work/SRC/openSUSE:Factory/.kinfocenter5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kinfocenter5" Changes: -------- --- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes 2016-08-12 15:39:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kinfocenter5.new/kinfocenter5.changes 2016-08-29 15:26:24.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: ---- kinfocenter-5.7.3.tar.xz New: ---- kinfocenter-5.7.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kinfocenter5.spec ++++++ --- /var/tmp/diff_new_pack.2xgfDy/_old 2016-08-29 15:26:25.000000000 +0200 +++ /var/tmp/diff_new_pack.2xgfDy/_new 2016-08-29 15:26:25.000000000 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: kinfocenter5 -Version: 5.7.3 +Version: 5.7.4 Release: 0 Summary: Utility that provides information about a computer system License: GPL-2.0+ ++++++ kinfocenter-5.7.3.tar.xz -> kinfocenter-5.7.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.7.3/CMakeLists.txt new/kinfocenter-5.7.4/CMakeLists.txt --- old/kinfocenter-5.7.3/CMakeLists.txt 2016-08-02 11:37:22.000000000 +0200 +++ new/kinfocenter-5.7.4/CMakeLists.txt 2016-08-23 14:42:31.000000000 +0200 @@ -1,5 +1,5 @@ project(kinfocenter) -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/kinfocenter-5.7.3/Categories/kinfocentercategory.desktop new/kinfocenter-5.7.4/Categories/kinfocentercategory.desktop --- old/kinfocenter-5.7.3/Categories/kinfocentercategory.desktop 2016-08-02 11:36:44.000000000 +0200 +++ new/kinfocenter-5.7.4/Categories/kinfocentercategory.desktop 2016-08-23 14:41:29.000000000 +0200 @@ -41,7 +41,7 @@ Name[nl]=Categorie KInfoCenter Name[nn]=KInfoCenter-kategori Name[pa]=ਕੇ-ਜਾਣਕਾਰੀ ਸੈਂਟਰ ਕੈਟਾਗਰੀ -Name[pl]=Kategoria centrum informacyjnego +Name[pl]=Kategoria ośrodka informacji Name[pt]=Categoria do KInfoCenter Name[pt_BR]=Categoria do KInfoCenter Name[ro]=Categorie Centru de informații KDE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.7.3/doc/CMakeLists.txt new/kinfocenter-5.7.4/doc/CMakeLists.txt --- old/kinfocenter-5.7.3/doc/CMakeLists.txt 2016-08-02 11:37:22.000000000 +0200 +++ new/kinfocenter-5.7.4/doc/CMakeLists.txt 2016-08-23 14:42:31.000000000 +0200 @@ -1,10 +1,10 @@ add_subdirectory(en) +add_subdirectory(ca) add_subdirectory(de) add_subdirectory(it) -add_subdirectory(sv) add_subdirectory(nl) add_subdirectory(pt_BR) -add_subdirectory(uk) add_subdirectory(sr) add_subdirectory(sr@latin) -add_subdirectory(ca) +add_subdirectory(sv) +add_subdirectory(uk) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.7.3/doc/de/index.docbook new/kinfocenter-5.7.4/doc/de/index.docbook --- old/kinfocenter-5.7.3/doc/de/index.docbook 2016-08-02 11:37:17.000000000 +0200 +++ new/kinfocenter-5.7.4/doc/de/index.docbook 2016-08-23 14:42:24.000000000 +0200 @@ -388,7 +388,7 @@ >Geräteinformationen</title> <para ->Diese Modul zeigt alle in Ihrem PC vorhandenen Geräte an. Es gibt in diesem Modul drei Bereiche, einen Gerätebetrachter, einen Bereich zur anzeige der Informationen und eine Statusleiste.</para> +>Dieses Modul zeigt alle in Ihrem PC vorhandenen Geräte an. Es gibt in diesem Modul drei Bereiche, einen Gerätebetrachter, einen Bereich zur Anzeige der Informationen und eine Statusleiste.</para> <sect2 id="devlist"> <title >Gerätebetrachter</title> @@ -528,11 +528,11 @@ >Die weiteren Einträge hängen von der Art des ausgewählten Gerätes ab. Diese >Einträge haben selbsterklärende Beschriftungen. Die angezeigten Informationen >können mit der Maus markiert und kopiert werden.</para> <note> <para ->Die <quote +>Die Einträge <quote >Maximalgeschwindigkeit</quote > und <quote >Unterstützte Instruktions-Sätze</quote -> Einträge für Prozessoren werden normalerweise nicht über Solid ermittelt.</para> +> für Prozessoren werden normalerweise nicht über Solid ermittelt.</para> </note> <note> <para diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.7.3/org.kde.kinfocenter.desktop new/kinfocenter-5.7.4/org.kde.kinfocenter.desktop --- old/kinfocenter-5.7.3/org.kde.kinfocenter.desktop 2016-08-02 11:36:44.000000000 +0200 +++ new/kinfocenter-5.7.4/org.kde.kinfocenter.desktop 2016-08-23 14:41:29.000000000 +0200 @@ -22,7 +22,7 @@ Name[it]=Centro delle informazioni Name[nl]=Informatiecentrum Name[nn]=Infosenter -Name[pl]=Centrum informacyjne +Name[pl]=Ośrodek informacji Name[pt]=Centro de Informações Name[pt_BR]=Centro de Informações Name[ru]=Информация о системе @@ -100,7 +100,7 @@ GenericName[nn]=KDEs informasjonssenter GenericName[or]=ସୂଚନା କେନ୍ଦ୍ର GenericName[pa]=ਜਾਣਕਾਰੀ ਸੈਂਟਰ -GenericName[pl]=Centrum informacyjne +GenericName[pl]=Ośrodek informacji GenericName[pt]=Centro de Informações GenericName[pt_BR]=Centro de Informações GenericName[ro]=Centru de informații diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.7.3/po/en_GB/kcm-about-distro.po new/kinfocenter-5.7.4/po/en_GB/kcm-about-distro.po --- old/kinfocenter-5.7.3/po/en_GB/kcm-about-distro.po 2016-08-02 11:36:50.000000000 +0200 +++ new/kinfocenter-5.7.4/po/en_GB/kcm-about-distro.po 2016-08-23 14:41:40.000000000 +0200 @@ -7,15 +7,15 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-07-28 11:38+0000\n" -"PO-Revision-Date: 2016-03-06 11:42+0000\n" +"PO-Revision-Date: 2016-08-05 13:10+0000\n" "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n" -"Language-Team: British English <kde-l10n-en...@kde.org>\n" +"Language-Team: English <kde-l10n-en...@kde.org>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -71,7 +71,7 @@ #. i18n: ectx: property (text), widget (QLabel, variantLabel) #: Module.ui:42 msgid "{variantLabel}" -msgstr "" +msgstr "{variantLabel}" #. i18n: ectx: property (text), widget (QLabel, plasma) #: Module.ui:77 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.7.3/po/en_GB/kcm_energyinfo.po new/kinfocenter-5.7.4/po/en_GB/kcm_energyinfo.po --- old/kinfocenter-5.7.3/po/en_GB/kcm_energyinfo.po 2016-08-02 11:36:50.000000000 +0200 +++ new/kinfocenter-5.7.4/po/en_GB/kcm_energyinfo.po 2016-08-23 14:41:40.000000000 +0200 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# , 2015. +# Steve Allewell <steve.allew...@gmail.com>, 2016. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-06-17 11:44+0000\n" -"PO-Revision-Date: 2015-04-26 16:10+0100\n" -"Last-Translator: \n" -"Language-Team: British English <kde-l10n-en...@kde.org>\n" +"PO-Revision-Date: 2016-08-05 13:10+0000\n" +"Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n" +"Language-Team: English <kde-l10n-en...@kde.org>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -50,16 +50,11 @@ msgstr "Energy" #: package/contents/ui/main.qml:62 -#, fuzzy -#| msgid "Energy Consumption" msgctxt "current power draw from the battery in W" msgid "Consumption" -msgstr "Energy Consumption" +msgstr "Consumption" #: package/contents/ui/main.qml:62 -#, fuzzy -#| msgctxt "Shorthand for Watts" -#| msgid "W" msgctxt "Watt" msgid "W" msgstr "W" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.7.3/po/pl/kinfocenter.po new/kinfocenter-5.7.4/po/pl/kinfocenter.po --- old/kinfocenter-5.7.3/po/pl/kinfocenter.po 2016-08-02 11:37:02.000000000 +0200 +++ new/kinfocenter-5.7.4/po/pl/kinfocenter.po 2016-08-23 14:42:00.000000000 +0200 @@ -1,5 +1,5 @@ # translation of kinfocenter.po to -# Version: $Revision: 1462113 $ +# Version: $Revision: 1467596 $ # translation of kcontrol.po to # translation of kcontrol.po to # translation of kcontrol.po to @@ -17,7 +17,7 @@ "Project-Id-Version: kinfocenter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-03-09 07:26+0000\n" -"PO-Revision-Date: 2016-03-12 06:56+0100\n" +"PO-Revision-Date: 2016-08-20 08:48+0100\n" "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n" "Language-Team: Polish <kde-i18n-...@kde.org>\n" "Language: pl\n" @@ -39,7 +39,7 @@ #: infocenter.cpp:52 msgctxt "Main window title" msgid "KInfocenter" -msgstr "Centrum informacji KDE" +msgstr "Ośrodek informacji KDE" #: infocenter.cpp:128 msgctxt "Information about current module located in about menu" @@ -78,7 +78,7 @@ #: main.cpp:38 msgid "Info Center" -msgstr "Centrum informacyjne" +msgstr "Ośrodek informacji" #: main.cpp:46 msgid "Copyright 2009-2016 KDE" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.7.3/po/ru/kcm_energyinfo.po new/kinfocenter-5.7.4/po/ru/kcm_energyinfo.po --- old/kinfocenter-5.7.3/po/ru/kcm_energyinfo.po 2016-08-02 11:37:03.000000000 +0200 +++ new/kinfocenter-5.7.4/po/ru/kcm_energyinfo.po 2016-08-23 14:42:02.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Alexander Potashev <aspotas...@gmail.com>, 2015. +# Alexander Potashev <aspotas...@gmail.com>, 2015, 2016. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-06-17 11:44+0000\n" -"PO-Revision-Date: 2015-04-16 01:14+0300\n" +"PO-Revision-Date: 2016-08-13 21:28+0300\n" "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n" "Language-Team: Russian <kde-russ...@lists.kde.ru>\n" "Language: ru\n" @@ -51,19 +51,14 @@ msgstr "Заряд" #: package/contents/ui/main.qml:62 -#, fuzzy -#| msgid "Energy Consumption" msgctxt "current power draw from the battery in W" msgid "Consumption" msgstr "Энергопотребление" #: package/contents/ui/main.qml:62 -#, fuzzy -#| msgctxt "Shorthand for Watts" -#| msgid "W" msgctxt "Watt" msgid "W" -msgstr " Вт" +msgstr "Вт" #: package/contents/ui/main.qml:63 msgid "Voltage"