Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2018-03-09 10:33:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old)
 and      /work/SRC/openSUSE:Factory/.systemsettings5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemsettings5"

Fri Mar  9 10:33:28 2018 rev:63 rq:584072 version:5.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2018-02-28 19:59:31.062941703 +0100
+++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes     
2018-03-09 10:33:30.590952595 +0100
@@ -1,0 +2,10 @@
+Tue Mar  6 16:08:08 CET 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.3.php
+- Changes since 5.12.2:
+  * Add explicit includes to fix build with Qt 5.11
+
+-------------------------------------------------------------------

Old:
----
  systemsettings-5.12.2.tar.xz

New:
----
  systemsettings-5.12.3.tar.xz

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

Other differences:
------------------
++++++ systemsettings5.spec ++++++
--- /var/tmp/diff_new_pack.wwXUp1/_old  2018-03-09 10:33:31.158932148 +0100
+++ /var/tmp/diff_new_pack.wwXUp1/_new  2018-03-09 10:33:31.162932004 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:           systemsettings5
-Version:        5.12.2
+Version:        5.12.3
 Release:        0
 Summary:        KDE's control center
 License:        GPL-2.0+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org/
-Source:         systemsettings-%{version}.tar.xz
+Source:         
http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System 
Administration category, needed at least for YaST KCM
 Patch0:         install_administration_category.diff
 # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to 
Configure Desktop, in order to cause less confusion for KDE4 users

++++++ systemsettings-5.12.2.tar.xz -> systemsettings-5.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.12.2/CMakeLists.txt 
new/systemsettings-5.12.3/CMakeLists.txt
--- old/systemsettings-5.12.2/CMakeLists.txt    2018-02-20 16:47:48.000000000 
+0100
+++ new/systemsettings-5.12.3/CMakeLists.txt    2018-03-06 14:07:24.000000000 
+0100
@@ -1,6 +1,6 @@
 project(systemsettings)
 
-set(PROJECT_VERSION "5.12.2")
+set(PROJECT_VERSION "5.12.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.9.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.12.2/app/SettingsBase.h 
new/systemsettings-5.12.3/app/SettingsBase.h
--- old/systemsettings-5.12.2/app/SettingsBase.h        2018-02-20 
16:47:04.000000000 +0100
+++ new/systemsettings-5.12.3/app/SettingsBase.h        2018-03-06 
14:06:35.000000000 +0100
@@ -27,6 +27,7 @@
 
 #include <QMap>
 #include <QStackedWidget>
+#include <QButtonGroup>
 
 #include <KService>
 #include <KLineEdit>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.12.2/categories/old/settings-display.desktop 
new/systemsettings-5.12.3/categories/old/settings-display.desktop
--- old/systemsettings-5.12.2/categories/old/settings-display.desktop   
2018-02-20 16:47:04.000000000 +0100
+++ new/systemsettings-5.12.3/categories/old/settings-display.desktop   
2018-03-06 14:06:35.000000000 +0100
@@ -28,7 +28,7 @@
 Name[hr]=Zaslon i monitor
 Name[hu]=Kijelző és monitor
 Name[ia]=Monstrator e Monitor
-Name[id]=Tampilan dan Monitor
+Name[id]=Tampilan dan Pemantau
 Name[is]=Skjáir og birting
 Name[it]=Schermo e video
 Name[ja]=ディスプレイとモニタ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.12.2/categories/settings-hardware-display.desktop 
new/systemsettings-5.12.3/categories/settings-hardware-display.desktop
--- old/systemsettings-5.12.2/categories/settings-hardware-display.desktop      
2018-02-20 16:47:04.000000000 +0100
+++ new/systemsettings-5.12.3/categories/settings-hardware-display.desktop      
2018-03-06 14:06:35.000000000 +0100
@@ -29,7 +29,7 @@
 Name[hr]=Zaslon i monitor
 Name[hu]=Kijelző és monitor
 Name[ia]=Monstrator e Monitor
-Name[id]=Tampilan dan Monitor
+Name[id]=Tampilan dan Pemantau
 Name[is]=Skjáir og birting
 Name[it]=Schermo e video
 Name[ja]=ディスプレイとモニタ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.12.2/po/de/systemsettings.po 
new/systemsettings-5.12.3/po/de/systemsettings.po
--- old/systemsettings-5.12.2/po/de/systemsettings.po   2018-02-20 
16:47:19.000000000 +0100
+++ new/systemsettings-5.12.3/po/de/systemsettings.po   2018-03-06 
14:06:52.000000000 +0100
@@ -1,5 +1,5 @@
 # Thomas Reitelbach <t...@erdfunkstelle.de>, 2007, 2008, 2009.
-# Burkhard Lück <lu...@hube-lueck.de>, 2009, 2015, 2017.
+# Burkhard Lück <lu...@hube-lueck.de>, 2009, 2015, 2017, 2018.
 # Johannes Obermayr <johannesoberm...@gmx.de>, 2009.
 # Frederik Schwarzer <schwar...@kde.org>, 2009, 2010, 2011.
 msgid ""
@@ -7,7 +7,7 @@
 "Project-Id-Version: systemsettings\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-02-07 06:08+0100\n"
-"PO-Revision-Date: 2017-12-06 15:33+0100\n"
+"PO-Revision-Date: 2018-03-04 20:35+0100\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
 "Language: de\n"
@@ -325,7 +325,7 @@
 #: sidebar/SidebarMode.cpp:501
 #, kde-format
 msgid "Most Used"
-msgstr ""
+msgstr "Am meisten Verwendet"
 
 #: sidebar/ToolTips/tooltipmanager.cpp:194
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.12.2/po/fi/systemsettings.po 
new/systemsettings-5.12.3/po/fi/systemsettings.po
--- old/systemsettings-5.12.2/po/fi/systemsettings.po   2018-02-20 
16:47:21.000000000 +0100
+++ new/systemsettings-5.12.3/po/fi/systemsettings.po   2018-03-06 
14:06:54.000000000 +0100
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the kdenetwork package.
 # Mikko Piippo <pii...@cc.helsinki.fi>, 2007.
 # Teemu Rytilahti <teemu.rytila...@d5k.net>, 2008.
-# Tommi Nieminen <transla...@legisign.org>, 2009, 2017.
+# Tommi Nieminen <transla...@legisign.org>, 2009, 2017, 2018.
 # Jorma Karvonen <karvonen.jo...@gmail.com>, 2009.
 # Lasse Liehu <lasse.li...@gmail.com>, 2010, 2011, 2014, 2015, 2018.
 #
@@ -14,8 +14,8 @@
 "Project-Id-Version: systemsettings\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-02-07 06:08+0100\n"
-"PO-Revision-Date: 2018-02-10 01:41+0900\n"
-"Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
+"PO-Revision-Date: 2018-03-01 15:34+0200\n"
+"Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
@@ -126,7 +126,7 @@
 #, kde-format
 msgctxt "General config for System Settings"
 msgid "General"
-msgstr "Yleisasetukset"
+msgstr "Perusasetukset"
 
 #: app/SettingsBase.cpp:275
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.12.2/po/nb/systemsettings.po 
new/systemsettings-5.12.3/po/nb/systemsettings.po
--- old/systemsettings-5.12.2/po/nb/systemsettings.po   2018-02-20 
16:47:27.000000000 +0100
+++ new/systemsettings-5.12.3/po/nb/systemsettings.po   2018-03-06 
14:07:02.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: systemsettings\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-08-05 03:26+0200\n"
+"POT-Creation-Date: 2018-02-07 06:08+0100\n"
 "PO-Revision-Date: 2009-08-16 18:36+0200\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
@@ -43,50 +43,51 @@
 msgid "Show detailed tooltips"
 msgstr "Vis detaljerte verktøytips"
 
-#: app/main.cpp:37 app/SettingsBase.cpp:55 classic/CategoryList.cpp:40
+#: app/main.cpp:42 app/SettingsBase.cpp:55 classic/CategoryList.cpp:40
+#: sidebar/package/contents/ui/introPage.qml:54
 #, kde-format
 msgid "System Settings"
 msgstr "Systeminnstillinger"
 
-#: app/main.cpp:37
+#: app/main.cpp:42
 #, kde-format
 msgid "Central configuration center by KDE."
 msgstr ""
 
-#: app/main.cpp:37 classic/ClassicMode.cpp:71 icons/IconMode.cpp:61
+#: app/main.cpp:42 classic/ClassicMode.cpp:71 icons/IconMode.cpp:61
 #, kde-format
 msgid "(c) 2009, Ben Cooksley"
 msgstr "© 2009 Ben Cooksley"
 
-#: app/main.cpp:38 classic/ClassicMode.cpp:72 icons/IconMode.cpp:62
-#: sidebar/SidebarMode.cpp:247
+#: app/main.cpp:43 classic/ClassicMode.cpp:72 icons/IconMode.cpp:62
+#: sidebar/SidebarMode.cpp:263
 #, kde-format
 msgid "Ben Cooksley"
 msgstr "Ben Cooksley"
 
-#: app/main.cpp:38
+#: app/main.cpp:43
 #, kde-format
 msgid "Maintainer"
 msgstr "Vedlikeholder"
 
-#: app/main.cpp:39 classic/ClassicMode.cpp:73 icons/IconMode.cpp:63
-#: sidebar/SidebarMode.cpp:248
+#: app/main.cpp:44 classic/ClassicMode.cpp:73 icons/IconMode.cpp:63
+#: sidebar/SidebarMode.cpp:264
 #, kde-format
 msgid "Mathias Soeken"
 msgstr "Mathias Soeken"
 
-#: app/main.cpp:39 classic/ClassicMode.cpp:73 icons/IconMode.cpp:63
-#: sidebar/SidebarMode.cpp:248
+#: app/main.cpp:44 classic/ClassicMode.cpp:73 icons/IconMode.cpp:63
+#: sidebar/SidebarMode.cpp:264
 #, kde-format
 msgid "Developer"
 msgstr "Utvikler"
 
-#: app/main.cpp:40
+#: app/main.cpp:45
 #, kde-format
 msgid "Will Stephenson"
 msgstr "Will Stephenson"
 
-#: app/main.cpp:40
+#: app/main.cpp:45
 #, kde-format
 msgid "Internal module representation, internal module model"
 msgstr "Intern modulrepresentasjon, intern modulmodell"
@@ -200,8 +201,8 @@
 msgid "Provides a classic tree-based view of control modules."
 msgstr "Gir en klassisk tre-basert visning av styringsmoduler."
 
-#: classic/ClassicMode.cpp:72 icons/IconMode.cpp:62 sidebar/SidebarMode.cpp:246
-#: sidebar/SidebarMode.cpp:247
+#: classic/ClassicMode.cpp:72 icons/IconMode.cpp:62 sidebar/SidebarMode.cpp:262
+#: sidebar/SidebarMode.cpp:263
 #, kde-format
 msgid "Author"
 msgstr "Utvikler"
@@ -267,27 +268,63 @@
 msgid "Keyboard Shortcut: %1"
 msgstr "Tastatursnarvei: %1"
 
-#: sidebar/SidebarMode.cpp:243
+#: sidebar/package/contents/ui/CategoriesPage.qml:59
+#, kde-format
+msgid "Search..."
+msgstr "Søk …"
+
+#: sidebar/package/contents/ui/CategoriesPage.qml:103
+#, kde-format
+msgctxt "A search yelded no results"
+msgid "No items matching your search"
+msgstr ""
+
+#: sidebar/package/contents/ui/IntroIcon.qml:85
+#, kde-format
+msgid "Most used module number %1"
+msgstr ""
+
+#: sidebar/package/contents/ui/introPage.qml:73
+#, kde-format
+msgid "Frequently used:"
+msgstr ""
+
+#: sidebar/package/contents/ui/SubCategoryPage.qml:34
+#, kde-format
+msgid "Back"
+msgstr "Tilbake"
+
+#: sidebar/SidebarMode.cpp:259
 #, kde-format
 msgid "Sidebar View"
 msgstr ""
 
-#: sidebar/SidebarMode.cpp:244
+#: sidebar/SidebarMode.cpp:260
 #, kde-format
 msgid "Provides a categorized sidebar for control modules."
 msgstr ""
 
-#: sidebar/SidebarMode.cpp:245
+#: sidebar/SidebarMode.cpp:261
 #, kde-format
 msgid "(c) 2017, Marco Martin"
 msgstr ""
 
-#: sidebar/SidebarMode.cpp:246
+#: sidebar/SidebarMode.cpp:262
 #, kde-format
 msgid "Marco Martin"
 msgstr "Marco Martin"
 
-#: sidebar/ToolTips/tooltipmanager.cpp:186
+#: sidebar/SidebarMode.cpp:466
+#, kde-format
+msgid "Sidebar"
+msgstr ""
+
+#: sidebar/SidebarMode.cpp:501
+#, kde-format
+msgid "Most Used"
+msgstr ""
+
+#: sidebar/ToolTips/tooltipmanager.cpp:194
 #, kde-format
 msgid "<i>Contains 1 item</i>"
 msgid_plural "<i>Contains %1 items</i>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.12.2/po/zh_CN/systemsettings.po 
new/systemsettings-5.12.3/po/zh_CN/systemsettings.po
--- old/systemsettings-5.12.2/po/zh_CN/systemsettings.po        2018-02-20 
16:47:34.000000000 +0100
+++ new/systemsettings-5.12.3/po/zh_CN/systemsettings.po        2018-03-06 
14:07:11.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-02-07 06:08+0100\n"
-"PO-Revision-Date: 2018-02-19 19:14-0500\n"
+"PO-Revision-Date: 2018-03-05 17:19-0500\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to