Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2020-03-19 19:42:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcoreaddons (Old)
 and      /work/SRC/openSUSE:Factory/.kcoreaddons.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcoreaddons"

Thu Mar 19 19:42:02 2020 rev:79 rq:785308 version:5.68.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2020-02-14 
16:32:57.127437862 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.3160/kcoreaddons.changes        
2020-03-19 19:43:52.431972340 +0100
@@ -1,0 +2,11 @@
+Sun Mar  8 09:17:40 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+  * Use ecm_qt_install_logging_categories over manual categories file
+  * add hint that QIcon can be used as a program logo
+
+-------------------------------------------------------------------

Old:
----
  kcoreaddons-5.67.0.tar.xz
  kcoreaddons-5.67.0.tar.xz.sig

New:
----
  kcoreaddons-5.68.0.tar.xz
  kcoreaddons-5.68.0.tar.xz.sig

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

Other differences:
------------------
++++++ kcoreaddons.spec ++++++
--- /var/tmp/diff_new_pack.b0fza5/_old  2020-03-19 19:43:53.295972842 +0100
+++ /var/tmp/diff_new_pack.b0fza5/_new  2020-03-19 19:43:53.295972842 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.67
+%define _tar_path 5.68
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           kcoreaddons
-Version:        5.67.0
+Version:        5.68.0
 Release:        0
 Summary:        Utilities for core application functionality and accessing the 
OS
 License:        LGPL-2.1-or-later


++++++ kcoreaddons-5.67.0.tar.xz -> kcoreaddons-5.68.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.67.0/.gitignore 
new/kcoreaddons-5.68.0/.gitignore
--- old/kcoreaddons-5.67.0/.gitignore   2020-02-02 13:45:47.000000000 +0100
+++ new/kcoreaddons-5.68.0/.gitignore   2020-03-07 10:38:10.000000000 +0100
@@ -19,3 +19,4 @@
 /build*/
 CMakeLists.txt.user*
 *.unc-backup*
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.67.0/CMakeLists.txt 
new/kcoreaddons-5.68.0/CMakeLists.txt
--- old/kcoreaddons-5.67.0/CMakeLists.txt       2020-02-02 13:45:47.000000000 
+0100
+++ new/kcoreaddons-5.68.0/CMakeLists.txt       2020-03-07 10:38:10.000000000 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.67.0  NO_MODULE)
+find_package(ECM 5.68.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -130,6 +130,4 @@
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h
         DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
-install(FILES kcoreaddons.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
-
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.67.0/kcoreaddons.categories 
new/kcoreaddons-5.68.0/kcoreaddons.categories
--- old/kcoreaddons-5.67.0/kcoreaddons.categories       2020-02-02 
13:45:47.000000000 +0100
+++ new/kcoreaddons-5.68.0/kcoreaddons.categories       1970-01-01 
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-kf5.kcoreaddons.kdirwatch KDirWatch (KCoreAddons) DEFAULT_SEVERITY [WARNING] 
IDENTIFIER [KDIRWATCH]
-kf5.kcoreaddons.kaboutdata KAboutData (KCoreAddons) IDENTIFIER [KABOUTDATA]
-kf5.kcoreaddons.desktopparser DesktopParser (KCoreAddons) DEFAULT_SEVERITY 
[WARNING] IDENTIFIER [DESKTOPPARSER]
-kf5.kcoreaddons.kdelibs4configmigrator Kdelibs4ConfigMigrator (KCoreAddons) 
DEFAULT_SEVERITY [WARNING] IDENTIFIER [MIGRATOR]
-org.kde.kcoreaddons kcoreaddons (kcoreaddons lib) IDENTIFIER 
[KCOREADDONS_DEBUG]
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.67.0/po/ast/kcoreaddons5_qt.po 
new/kcoreaddons-5.68.0/po/ast/kcoreaddons5_qt.po
--- old/kcoreaddons-5.67.0/po/ast/kcoreaddons5_qt.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/kcoreaddons-5.68.0/po/ast/kcoreaddons5_qt.po    2020-03-07 
10:38:10.000000000 +0100
@@ -0,0 +1,732 @@
+# enolp <[email protected]>, 2020.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"PO-Revision-Date: 2020-02-19 15:52+0100\n"
+"Last-Translator: enolp <[email protected]>\n"
+"Language-Team: Asturian <[email protected]>\n"
+"Language: ast\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Qt-Contexts: true\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 19.12.2\n"
+
+#: lib/kaboutdata.cpp:296
+msgctxt "KAboutLicense|"
+msgid ""
+"No licensing terms for this program have been specified.\n"
+"Please check the documentation or the source for any\n"
+"licensing terms.\n"
+msgstr ""
+"Nun s'especificó nengún términu de llicencia pa esti\n"
+"programa. Comprueba la documentación de la fonte pa\n"
+"cualesquier términu de llicencia, por favor.\n"
+
+#: lib/kaboutdata.cpp:306
+#, qt-format
+msgctxt "KAboutLicense|"
+msgid "This program is distributed under the terms of the %1."
+msgstr "Esti programa distribúise so los términos de la %1."
+
+#: lib/kaboutdata.cpp:352
+msgctxt "KAboutLicense|@item license (short name)"
+msgid "GPL v2"
+msgstr "GPL v2"
+
+#: lib/kaboutdata.cpp:353
+msgctxt "KAboutLicense|@item license"
+msgid "GNU General Public License Version 2"
+msgstr "Llicencia pública y xeneral de GNU versión 2"
+
+#: lib/kaboutdata.cpp:356
+msgctxt "KAboutLicense|@item license (short name)"
+msgid "LGPL v2"
+msgstr "LGPL v2"
+
+#: lib/kaboutdata.cpp:357
+msgctxt "KAboutLicense|@item license"
+msgid "GNU Lesser General Public License Version 2"
+msgstr "Llicencia pública, xeneral y amenorgada de GNU versión 2"
+
+#: lib/kaboutdata.cpp:360
+msgctxt "KAboutLicense|@item license (short name)"
+msgid "BSD License"
+msgstr "Llicencia BSD"
+
+#: lib/kaboutdata.cpp:361
+msgctxt "KAboutLicense|@item license"
+msgid "BSD License"
+msgstr "Llicencia BSD"
+
+#: lib/kaboutdata.cpp:364
+msgctxt "KAboutLicense|@item license (short name)"
+msgid "Artistic License"
+msgstr "Llicencia artística"
+
+#: lib/kaboutdata.cpp:365
+msgctxt "KAboutLicense|@item license"
+msgid "Artistic License"
+msgstr "Llicencia artística"
+
+#: lib/kaboutdata.cpp:368
+msgctxt "KAboutLicense|@item license (short name)"
+msgid "QPL v1.0"
+msgstr "QPL v1.0"
+
+#: lib/kaboutdata.cpp:369
+msgctxt "KAboutLicense|@item license"
+msgid "Q Public License"
+msgstr "Llicencia pública Q"
+
+#: lib/kaboutdata.cpp:372
+msgctxt "KAboutLicense|@item license (short name)"
+msgid "GPL v3"
+msgstr "GPL v3"
+
+#: lib/kaboutdata.cpp:373
+msgctxt "KAboutLicense|@item license"
+msgid "GNU General Public License Version 3"
+msgstr "Llicencia pública y xeneral de GNU versión 3"
+
+#: lib/kaboutdata.cpp:376
+msgctxt "KAboutLicense|@item license (short name)"
+msgid "LGPL v3"
+msgstr "LGPL v3"
+
+#: lib/kaboutdata.cpp:377
+msgctxt "KAboutLicense|@item license"
+msgid "GNU Lesser General Public License Version 3"
+msgstr "Llicencia pública, xeneral y amenorgada de GNU versión 3"
+
+#: lib/kaboutdata.cpp:380
+msgctxt "KAboutLicense|@item license (short name)"
+msgid "LGPL v2.1"
+msgstr "LGPL v2.1"
+
+#: lib/kaboutdata.cpp:381
+msgctxt "KAboutLicense|@item license"
+msgid "GNU Lesser General Public License Version 2.1"
+msgstr "Llicencia pública, xeneral y amenorgada de GNU versión 2.1"
+
+#: lib/kaboutdata.cpp:385
+msgctxt "KAboutLicense|@item license"
+msgid "Custom"
+msgstr "Llicencia personalizada"
+
+#: lib/kaboutdata.cpp:388
+msgctxt "KAboutLicense|@item license"
+msgid "Not specified"
+msgstr "Nun s'especificó"
+
+#: lib/kaboutdata.cpp:945
+msgctxt "KAboutData|replace this with information about your translation team"
+msgid ""
+"<p>KDE is translated into many languages thanks to the work of the "
+"translation teams all over the world.</p><p>For more information on KDE "
+"internationalization visit <a href=\"https://l10n.kde.org\";>https://l10n.kde.";
+"org</a></p>"
+msgstr ""
+"<p>KDE traduzse a munches llingües gracies al trabayu de los "
+"equiposmundiales de traducción.</p><p>Pa más información tocante a la "
+"internacionalización de KDE, visita <a href=\"https://l10n.kde.org\";>https://";
+"l10n.kde.org</a></p>"
+
+#: lib/kaboutdata.cpp:1176
+msgctxt "KAboutData CLI|"
+msgid "Show author information."
+msgstr "Amuesa la información de l'autoría."
+
+#: lib/kaboutdata.cpp:1177
+msgctxt "KAboutData CLI|"
+msgid "Show license information."
+msgstr "Amuesa la información de la llicencia."
+
+#: lib/kaboutdata.cpp:1179
+msgctxt "KAboutData CLI|"
+msgid "The base file name of the desktop entry for this application."
+msgstr ""
+"El nome del ficheru base de la entrada d'escritoriu pa esta aplicación."
+
+#: lib/kaboutdata.cpp:1180
+msgctxt "KAboutData CLI|"
+msgid "file name"
+msgstr "nome_de_ficheru"
+
+#: lib/kaboutdata.cpp:1189
+msgctxt "KAboutData CLI|"
+msgid "This application was written by somebody who wants to remain anonymous."
+msgstr "Esta aplicación programóla daquién que quier tar nel anonimatu."
+
+#: lib/kaboutdata.cpp:1191
+#, qt-format
+msgctxt "KAboutData CLI|"
+msgid "%1 was written by:"
+msgstr "%1 programólu:"
+
+#: lib/kaboutdata.cpp:1202
+msgctxt "KAboutData CLI|"
+msgid "Please use https://bugs.kde.org to report bugs."
+msgstr "Usa https://bugs.kde.org pa informar de fallos, por favor."
+
+#: lib/kaboutdata.cpp:1204
+#, qt-format
+msgctxt "KAboutData CLI|"
+msgid "Please report bugs to %1."
+msgstr "Informa de fallos a %1, por favor."
+
+#: lib/plugin/kpluginloader.cpp:121
+#, qt-format
+msgctxt "KPluginLoader|"
+msgid "The library %1 does not offer a KPluginFactory."
+msgstr "La biblioteca %1 nun ufre un KPluginFactory."
+
+#: lib/util/kformatprivate.cpp:116
+msgctxt "KFormat|SI prefix for 10^⁻24"
+msgid "y"
+msgstr "y"
+
+#: lib/util/kformatprivate.cpp:117
+msgctxt "KFormat|SI prefix for 10^⁻21"
+msgid "z"
+msgstr "z"
+
+#: lib/util/kformatprivate.cpp:118
+msgctxt "KFormat|SI prefix for 10^⁻18"
+msgid "a"
+msgstr "a"
+
+#: lib/util/kformatprivate.cpp:119
+msgctxt "KFormat|SI prefix for 10^⁻15"
+msgid "f"
+msgstr "f"
+
+#: lib/util/kformatprivate.cpp:120
+msgctxt "KFormat|SI prefix for 10^⁻12"
+msgid "p"
+msgstr "p"
+
+#: lib/util/kformatprivate.cpp:121
+msgctxt "KFormat|SI prefix for 10^⁻9"
+msgid "n"
+msgstr "n"
+
+#: lib/util/kformatprivate.cpp:122
+msgctxt "KFormat|SI prefix for 10^⁻6"
+msgid "µ"
+msgstr "µ"
+
+#: lib/util/kformatprivate.cpp:123
+msgctxt "KFormat|SI prefix for 10^⁻3"
+msgid "m"
+msgstr "m"
+
+#: lib/util/kformatprivate.cpp:125
+msgctxt "KFormat|SI prefix for 10^3"
+msgid "k"
+msgstr "k"
+
+#: lib/util/kformatprivate.cpp:125
+msgctxt "KFormat|IEC binary prefix for 2^10"
+msgid "Ki"
+msgstr "Ki"
+
+#: lib/util/kformatprivate.cpp:126
+msgctxt "KFormat|SI prefix for 10^6"
+msgid "M"
+msgstr "M"
+
+#: lib/util/kformatprivate.cpp:126
+msgctxt "KFormat|IEC binary prefix for 2^20"
+msgid "Mi"
+msgstr "Mi"
+
+#: lib/util/kformatprivate.cpp:127
+msgctxt "KFormat|SI prefix for 10^9"
+msgid "G"
+msgstr "G"
+
+#: lib/util/kformatprivate.cpp:127
+msgctxt "KFormat|IEC binary prefix for 2^30"
+msgid "Gi"
+msgstr "Gi"
+
+#: lib/util/kformatprivate.cpp:128
+msgctxt "KFormat|SI prefix for 10^12"
+msgid "T"
+msgstr "T"
+
+#: lib/util/kformatprivate.cpp:128
+msgctxt "KFormat|IEC binary prefix for 2^40"
+msgid "Ti"
+msgstr "Ti"
+
+#: lib/util/kformatprivate.cpp:129
+msgctxt "KFormat|SI prefix for 10^15"
+msgid "P"
+msgstr "P"
+
+#: lib/util/kformatprivate.cpp:129
+msgctxt "KFormat|IEC binary prefix for 2^50"
+msgid "Pi"
+msgstr "Pi"
+
+#: lib/util/kformatprivate.cpp:130
+msgctxt "KFormat|SI prefix for 10^18"
+msgid "E"
+msgstr "E"
+
+#: lib/util/kformatprivate.cpp:130
+msgctxt "KFormat|IEC binary prefix for 2^60"
+msgid "Ei"
+msgstr "Ei"
+
+#: lib/util/kformatprivate.cpp:131
+msgctxt "KFormat|SI prefix for 10^21"
+msgid "Z"
+msgstr "Z"
+
+#: lib/util/kformatprivate.cpp:131
+msgctxt "KFormat|IEC binary prefix for 2^70"
+msgid "Zi"
+msgstr "Zi"
+
+#: lib/util/kformatprivate.cpp:132
+msgctxt "KFormat|SI prefix for 10^24"
+msgid "Y"
+msgstr "Y"
+
+#: lib/util/kformatprivate.cpp:132
+msgctxt "KFormat|IEC binary prefix for 2^80"
+msgid "Yi"
+msgstr "Yi"
+
+#: lib/util/kformatprivate.cpp:140
+msgctxt "KFormat|Symbol of binary digit"
+msgid "bit"
+msgstr "bit"
+
+#: lib/util/kformatprivate.cpp:143
+msgctxt "KFormat|Symbol of byte"
+msgid "B"
+msgstr "B"
+
+#: lib/util/kformatprivate.cpp:146
+msgctxt "KFormat|Symbol of meter"
+msgid "m"
+msgstr "m"
+
+#: lib/util/kformatprivate.cpp:149
+msgctxt "KFormat|Symbol of hertz"
+msgid "Hz"
+msgstr "Hz"
+
+#. value without prefix, format "<val> <unit>"
+#: lib/util/kformatprivate.cpp:158
+#, qt-format
+msgctxt "KFormat|no Prefix"
+msgid "%1 %2"
+msgstr "%1 %2"
+
+#. value with prefix, format "<val> <prefix><unit>"
+#: lib/util/kformatprivate.cpp:177
+#, qt-format
+msgctxt "KFormat|MetricBinaryDialect"
+msgid "%1 %2%3"
+msgstr "%1 %2%3"
+
+#. MetricBinaryDialect size in bytes
+#: lib/util/kformatprivate.cpp:228
+#, qt-format
+msgctxt "KFormat|MetricBinaryDialect"
+msgid "%1 B"
+msgstr "%1 B"
+
+#. MetricBinaryDialect size in 1000 bytes
+#: lib/util/kformatprivate.cpp:231
+#, qt-format
+msgctxt "KFormat|MetricBinaryDialect"
+msgid "%1 kB"
+msgstr "%1 kB"
+
+#. MetricBinaryDialect size in 10^6 bytes
+#: lib/util/kformatprivate.cpp:234
+#, qt-format
+msgctxt "KFormat|MetricBinaryDialect"
+msgid "%1 MB"
+msgstr "%1 MB"
+
+#. MetricBinaryDialect size in 10^9 bytes
+#: lib/util/kformatprivate.cpp:237
+#, qt-format
+msgctxt "KFormat|MetricBinaryDialect"
+msgid "%1 GB"
+msgstr "%1 GB"
+
+#. MetricBinaryDialect size in 10^12 bytes
+#: lib/util/kformatprivate.cpp:240
+#, qt-format
+msgctxt "KFormat|MetricBinaryDialect"
+msgid "%1 TB"
+msgstr "%1 TB"
+
+#. MetricBinaryDialect size in 10^15 bytes
+#: lib/util/kformatprivate.cpp:243
+#, qt-format
+msgctxt "KFormat|MetricBinaryDialect"
+msgid "%1 PB"
+msgstr "%1 PB"
+
+#. MetricBinaryDialect size in 10^18 byte
+#: lib/util/kformatprivate.cpp:246
+#, qt-format
+msgctxt "KFormat|MetricBinaryDialect"
+msgid "%1 EB"
+msgstr "%1 EB"
+
+#. MetricBinaryDialect size in 10^21 bytes
+#: lib/util/kformatprivate.cpp:249
+#, qt-format
+msgctxt "KFormat|MetricBinaryDialect"
+msgid "%1 ZB"
+msgstr "%1 ZB"
+
+#. MetricBinaryDialect size in 10^24 bytes
+#: lib/util/kformatprivate.cpp:252
+#, qt-format
+msgctxt "KFormat|MetricBinaryDialect"
+msgid "%1 YB"
+msgstr "%1 YB"
+
+#. JEDECBinaryDialect memory size in bytes
+#: lib/util/kformatprivate.cpp:258
+#, qt-format
+msgctxt "KFormat|JEDECBinaryDialect"
+msgid "%1 B"
+msgstr "%1 B"
+
+#. JEDECBinaryDialect memory size in 1024 bytes
+#: lib/util/kformatprivate.cpp:261
+#, qt-format
+msgctxt "KFormat|JEDECBinaryDialect"
+msgid "%1 KB"
+msgstr "%1 KB"
+
+#. JEDECBinaryDialect memory size in 10^20 bytes
+#: lib/util/kformatprivate.cpp:264
+#, qt-format
+msgctxt "KFormat|JEDECBinaryDialect"
+msgid "%1 MB"
+msgstr "%1 MB"
+
+#. JEDECBinaryDialect memory size in 10^30 bytes
+#: lib/util/kformatprivate.cpp:267
+#, qt-format
+msgctxt "KFormat|JEDECBinaryDialect"
+msgid "%1 GB"
+msgstr "%1 GB"
+
+#. JEDECBinaryDialect memory size in 10^40 bytes
+#: lib/util/kformatprivate.cpp:270
+#, qt-format
+msgctxt "KFormat|JEDECBinaryDialect"
+msgid "%1 TB"
+msgstr "%1 TB"
+
+#. JEDECBinaryDialect memory size in 10^50 bytes
+#: lib/util/kformatprivate.cpp:273
+#, qt-format
+msgctxt "KFormat|JEDECBinaryDialect"
+msgid "%1 PB"
+msgstr "%1 PB"
+
+#. JEDECBinaryDialect memory size in 10^60 bytes
+#: lib/util/kformatprivate.cpp:276
+#, qt-format
+msgctxt "KFormat|JEDECBinaryDialect"
+msgid "%1 EB"
+msgstr "%1 EB"
+
+#. JEDECBinaryDialect memory size in 10^70 bytes
+#: lib/util/kformatprivate.cpp:279
+#, qt-format
+msgctxt "KFormat|JEDECBinaryDialect"
+msgid "%1 ZB"
+msgstr "%1 ZB"
+
+#. JEDECBinaryDialect memory size in 10^80 bytes
+#: lib/util/kformatprivate.cpp:282
+#, qt-format
+msgctxt "KFormat|JEDECBinaryDialect"
+msgid "%1 YB"
+msgstr "%1 YB"
+
+#. IECBinaryDialect size in bytes
+#: lib/util/kformatprivate.cpp:288
+#, qt-format
+msgctxt "KFormat|IECBinaryDialect"
+msgid "%1 B"
+msgstr "%1 B"
+
+#. IECBinaryDialect size in 1024 bytes
+#: lib/util/kformatprivate.cpp:291
+#, qt-format
+msgctxt "KFormat|IECBinaryDialect"
+msgid "%1 KiB"
+msgstr "%1 KiB"
+
+#. IECBinaryDialect size in 10^20 bytes
+#: lib/util/kformatprivate.cpp:294
+#, qt-format
+msgctxt "KFormat|IECBinaryDialect"
+msgid "%1 MiB"
+msgstr "%1 MiB"
+
+#. IECBinaryDialect size in 10^30 bytes
+#: lib/util/kformatprivate.cpp:297
+#, qt-format
+msgctxt "KFormat|IECBinaryDialect"
+msgid "%1 GiB"
+msgstr "%1 GiB"
+
+#. IECBinaryDialect size in 10^40 bytes
+#: lib/util/kformatprivate.cpp:300
+#, qt-format
+msgctxt "KFormat|IECBinaryDialect"
+msgid "%1 TiB"
+msgstr "%1 TiB"
+
+#. IECBinaryDialect size in 10^50 bytes
+#: lib/util/kformatprivate.cpp:303
+#, qt-format
+msgctxt "KFormat|IECBinaryDialect"
+msgid "%1 PiB"
+msgstr "%1 PiB"
+
+#. IECBinaryDialect size in 10^60 bytes
+#: lib/util/kformatprivate.cpp:306
+#, qt-format
+msgctxt "KFormat|IECBinaryDialect"
+msgid "%1 EiB"
+msgstr "%1 EiB"
+
+#. IECBinaryDialect size in 10^70 bytes
+#: lib/util/kformatprivate.cpp:309
+#, qt-format
+msgctxt "KFormat|IECBinaryDialect"
+msgid "%1 ZiB"
+msgstr "%1 ZiB"
+
+#. IECBinaryDialect size in 10^80 bytes
+#: lib/util/kformatprivate.cpp:312
+#, qt-format
+msgctxt "KFormat|IECBinaryDialect"
+msgid "%1 YiB"
+msgstr "%1 YiB"
+
+#. @item:intext Duration format minutes, seconds and milliseconds
+#: lib/util/kformatprivate.cpp:351
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1m%2.%3s"
+msgstr "%1m%2,%3s"
+
+#. @item:intext Duration format minutes and seconds
+#: lib/util/kformatprivate.cpp:356
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1m%2s"
+msgstr "%1m%2s"
+
+#. @item:intext Duration format hours and minutes
+#: lib/util/kformatprivate.cpp:360
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1h%2m"
+msgstr "%1h%2m"
+
+#. @item:intext Duration format hours, minutes, seconds, milliseconds
+#: lib/util/kformatprivate.cpp:364
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1h%2m%3.%4s"
+msgstr "%1h%2m%3,%4s"
+
+#. @item:intext Duration format hours, minutes, seconds
+#: lib/util/kformatprivate.cpp:370
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1h%2m%3s"
+msgstr "%1h%2m%3s"
+
+#. @item:intext Duration format minutes, seconds and milliseconds
+#: lib/util/kformatprivate.cpp:380
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1:%2.%3"
+msgstr "%1:%2,%3"
+
+#. @item:intext Duration format minutes and seconds
+#. ----------
+#. @item:intext Duration format hours and minutes
+#: lib/util/kformatprivate.cpp:385 lib/util/kformatprivate.cpp:389
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1:%2"
+msgstr "%1:%2"
+
+#. @item:intext Duration format hours, minutes, seconds, milliseconds
+#: lib/util/kformatprivate.cpp:393
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1:%2:%3.%4"
+msgstr "%1:%2:%3,%4"
+
+#. @item:intext Duration format hours, minutes, seconds
+#: lib/util/kformatprivate.cpp:399
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1:%2:%3"
+msgstr "%1:%2:%3"
+
+#. @item:intext %1 is a real number, e.g. 1.23 days
+#: lib/util/kformatprivate.cpp:414
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1 days"
+msgstr "%1 díes"
+
+#. @item:intext %1 is a real number, e.g. 1.23 hours
+#: lib/util/kformatprivate.cpp:417
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1 hours"
+msgstr "%1 hores"
+
+#. @item:intext %1 is a real number, e.g. 1.23 minutes
+#: lib/util/kformatprivate.cpp:420
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1 minutes"
+msgstr "%1 minutos"
+
+#. @item:intext %1 is a real number, e.g. 1.23 seconds
+#: lib/util/kformatprivate.cpp:423
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1 seconds"
+msgstr "%1 segundos"
+
+#. @item:intext %1 is a whole number
+#: lib/util/kformatprivate.cpp:428
+#, qt-format
+msgctxt "KFormat|"
+msgid "%n millisecond(s)"
+msgid_plural "%n millisecond(s)"
+msgstr[0] "%n milisegundu"
+msgstr[1] "%n milisegundos"
+
+#. @item:intext %n is a whole number
+#: lib/util/kformatprivate.cpp:446
+#, qt-format
+msgctxt "KFormat|"
+msgid "%n day(s)"
+msgid_plural "%n day(s)"
+msgstr[0] "%n día"
+msgstr[1] "%n díes"
+
+#. @item:intext %n is a whole number
+#: lib/util/kformatprivate.cpp:451
+#, qt-format
+msgctxt "KFormat|"
+msgid "%n hour(s)"
+msgid_plural "%n hour(s)"
+msgstr[0] "%n hora"
+msgstr[1] "%n hores"
+
+#. @item:intext %n is a whole number
+#: lib/util/kformatprivate.cpp:456
+#, qt-format
+msgctxt "KFormat|"
+msgid "%n minute(s)"
+msgid_plural "%n minute(s)"
+msgstr[0] "%n minutu"
+msgstr[1] "%n minutos"
+
+#. @item:intext %n is a whole number
+#: lib/util/kformatprivate.cpp:461
+#, qt-format
+msgctxt "KFormat|"
+msgid "%n second(s)"
+msgid_plural "%n second(s)"
+msgstr[0] "%n segundu"
+msgstr[1] "%n segundos"
+
+#. @item:intext days and hours. This uses the previous item:intext messages. 
If this does not fit the grammar of your language please contact the i18n team 
to solve the problem
+#. ----------
+#. @item:intext hours and minutes. This uses the previous item:intext 
messages. If this does not fit the grammar of your language please contact the 
i18n team to solve the problem
+#. ----------
+#. @item:intext minutes and seconds. This uses the previous item:intext 
messages. If this does not fit the grammar of your language please contact the 
i18n team to solve the problem
+#: lib/util/kformatprivate.cpp:486 lib/util/kformatprivate.cpp:492
+#: lib/util/kformatprivate.cpp:498
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1 and %2"
+msgstr "%1 y %2"
+
+#: lib/util/kformatprivate.cpp:509
+msgctxt ""
+"KFormat|used when a relative date string can't be generated because the date "
+"is invalid"
+msgid "Invalid date"
+msgstr "Data non válida"
+
+#: lib/util/kformatprivate.cpp:519
+msgctxt "KFormat|"
+msgid "In two days"
+msgstr "En dos díes"
+
+#: lib/util/kformatprivate.cpp:521
+msgctxt "KFormat|"
+msgid "Tomorrow"
+msgstr "Mañana"
+
+#: lib/util/kformatprivate.cpp:523
+msgctxt "KFormat|"
+msgid "Today"
+msgstr "Güei"
+
+#: lib/util/kformatprivate.cpp:525
+msgctxt "KFormat|"
+msgid "Yesterday"
+msgstr "Ayeri"
+
+#: lib/util/kformatprivate.cpp:527
+msgctxt "KFormat|"
+msgid "Two days ago"
+msgstr "Hai dos díes"
+
+#. relative datetime with %1 result of formatReleativeDate() and %2 the 
formatted time If this does not fit the grammar of your language please contact 
the i18n team to solve the problem
+#: lib/util/kformatprivate.cpp:541
+#, qt-format
+msgctxt "KFormat|"
+msgid "%1, %2"
+msgstr "%1, %2"
+
+#: lib/util/klistopenfilesjob_unix.cpp:49
+#, qt-format
+msgctxt "QObject|"
+msgid "Path %1 doesn't exist"
+msgstr "El camín %1 nun esiste"
+
+#: lib/util/klistopenfilesjob_unix.cpp:62
+#, qt-format
+msgctxt "QObject|"
+msgid "Failed to execute `lsof' error code %1"
+msgstr "Fallu al executar «lsof». Códigu de fallu %1"
+
+#: lib/util/klistopenfilesjob_win.cpp:38
+msgctxt "QObject|"
+msgid "KListOpenFilesJob is not supported on Windows"
+msgstr "KListOpenFilesJob nun se sofita en Windows"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.67.0/po/ml/kcoreaddons5_qt.po 
new/kcoreaddons-5.68.0/po/ml/kcoreaddons5_qt.po
--- old/kcoreaddons-5.67.0/po/ml/kcoreaddons5_qt.po     2020-02-02 
13:45:47.000000000 +0100
+++ new/kcoreaddons-5.68.0/po/ml/kcoreaddons5_qt.po     2020-03-07 
10:38:10.000000000 +0100
@@ -14,7 +14,7 @@
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
 "PO-Revision-Date: 2010-12-29 15:32+0530\n"
 "Last-Translator: \n"
-"Language-Team:  <[email protected]>\n"
+"Language-Team: SMC <smc.org.in>\n"
 "Language: ml\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.67.0/po/nn/kcoreaddons5_qt.po 
new/kcoreaddons-5.68.0/po/nn/kcoreaddons5_qt.po
--- old/kcoreaddons-5.67.0/po/nn/kcoreaddons5_qt.po     2020-02-02 
13:45:47.000000000 +0100
+++ new/kcoreaddons-5.68.0/po/nn/kcoreaddons5_qt.po     2020-03-07 
10:38:10.000000000 +0100
@@ -2,21 +2,21 @@
 #
 # Gaute Hvoslef Kvalnes <[email protected]>, 2003, 2004, 2005, 2006.
 # Håvard Korsvoll <[email protected]>, 2003, 2005.
-# Karl Ove Hufthammer <[email protected]>, 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019.
+# Karl Ove Hufthammer <[email protected]>, 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020.
 # Eirik U. Birkeland <[email protected]>, 2008, 2009, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-02-28 03:44+0000\n"
-"PO-Revision-Date: 2019-09-12 21:15+0200\n"
+"PO-Revision-Date: 2020-02-16 14:31+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.11.70\n"
+"X-Generator: Lokalize 19.12.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -703,7 +703,7 @@
 #: lib/util/kformatprivate.cpp:519
 msgctxt "KFormat|"
 msgid "In two days"
-msgstr ""
+msgstr "Om to dagar"
 
 #: lib/util/kformatprivate.cpp:521
 msgctxt "KFormat|"
@@ -723,7 +723,7 @@
 #: lib/util/kformatprivate.cpp:527
 msgctxt "KFormat|"
 msgid "Two days ago"
-msgstr ""
+msgstr "For to dagar sidan"
 
 #. relative datetime with %1 result of formatReleativeDate() and %2 the 
formatted time If this does not fit the grammar of your language please contact 
the i18n team to solve the problem
 #: lib/util/kformatprivate.cpp:541
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.67.0/src/lib/CMakeLists.txt 
new/kcoreaddons-5.68.0/src/lib/CMakeLists.txt
--- old/kcoreaddons-5.67.0/src/lib/CMakeLists.txt       2020-02-02 
13:45:47.000000000 +0100
+++ new/kcoreaddons-5.68.0/src/lib/CMakeLists.txt       2020-03-07 
10:38:10.000000000 +0100
@@ -128,10 +128,41 @@
     )
 endif()
 
+ecm_qt_export_logging_category(
+    IDENTIFIER KDIRWATCH
+    CATEGORY_NAME kf5.kcoreaddons.kdirwatch
+    DEFAULT_SEVERITY Warning
+    DESCRIPTION "KDirWatch (KCoreAddons)"
+    EXPORT KCOREADDONS
+)
+ecm_qt_export_logging_category(
+    IDENTIFIER KABOUTDATA
+    CATEGORY_NAME kf5.kcoreaddons.kaboutdata
+    DESCRIPTION "KAboutData (KCoreAddons)"
+    EXPORT KCOREADDONS
+)
+ecm_qt_export_logging_category(
+    IDENTIFIER DESKTOPPARSER
+    CATEGORY_NAME kf5.kcoreaddons.desktopparser
+    DEFAULT_SEVERITY Warning
+    DESCRIPTION "DesktopParser (KCoreAddons)"
+    EXPORT KCOREADDONS
+)
+ecm_qt_export_logging_category(
+    IDENTIFIER MIGRATOR
+    CATEGORY_NAME kf5.kcoreaddons.kdelibs4configmigrator
+    DEFAULT_SEVERITY Warning
+    DESCRIPTION "Kdelibs4ConfigMigrator (KCoreAddons)"
+    EXPORT KCOREADDONS
+)
+
 ecm_qt_declare_logging_category(libkcoreaddons_SRCS
-                                HEADER kcoreaddons_debug.h
-                                IDENTIFIER KCOREADDONS_DEBUG
-                                CATEGORY_NAME org.kde.kcoreaddons)
+    HEADER kcoreaddons_debug.h
+    IDENTIFIER KCOREADDONS_DEBUG
+    CATEGORY_NAME org.kde.kcoreaddons
+    DESCRIPTION "kcoreaddons (kcoreaddons lib)"
+    EXPORT KCOREADDONS
+)
 
 add_library(KF5CoreAddons ${libkcoreaddons_SRCS})
 add_library(KF5::CoreAddons ALIAS KF5CoreAddons)
@@ -330,3 +361,9 @@
 include(ECMGeneratePriFile)
 ecm_generate_pri_file(BASE_NAME KCoreAddons LIB_NAME KF5CoreAddons DEPS "core" 
FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR 
${KDE_INSTALL_INCLUDEDIR_KF5}/KCoreAddons)
 install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR})
+
+ecm_qt_install_logging_categories(
+    EXPORT KCOREADDONS
+    FILE kcoreaddons.categories
+    DESTINATION "${KDE_INSTALL_LOGGINGCATEGORIESDIR}"
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.67.0/src/lib/kaboutdata.h 
new/kcoreaddons-5.68.0/src/lib/kaboutdata.h
--- old/kcoreaddons-5.67.0/src/lib/kaboutdata.h 2020-02-02 13:45:47.000000000 
+0100
+++ new/kcoreaddons-5.68.0/src/lib/kaboutdata.h 2020-03-07 10:38:10.000000000 
+0100
@@ -750,8 +750,11 @@
      * Use this if you need to have an application logo
      * in AboutData other than the application icon.
      *
-     * Because KAboutData is a core class it cannot use QImage directly,
-     * so this is a QVariant that should contain a QImage.
+     * Because KAboutData is a core class it cannot use QImage/QPixmap/QIcon 
directly,
+     * so this is a QVariant that should contain a QImage/QPixmap/QIcon.
+     *
+     * QIcon should be preferred, to be able to properly handle HiDPI scaling.
+     * If a QIcon is provided, it will be used at a typical size of 48x48.
      *
      * @param image logo image.
      * @see programLogo()
@@ -964,8 +967,8 @@
     /**
      * Returns the program logo image.
      *
-     * Because KAboutData is a core class it cannot use QImage directly,
-     * so this is a QVariant containing a QImage.
+     * Because KAboutData is a core class it cannot use QImage/QPixmap/QIcon 
directly,
+     * so this is a QVariant containing a QImage/QPixmap/QIcon.
      *
      * @return the program logo data, or a null image if there is
      *         no custom application logo defined.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.67.0/src/mimetypes/kde5.xml 
new/kcoreaddons-5.68.0/src/mimetypes/kde5.xml
--- old/kcoreaddons-5.67.0/src/mimetypes/kde5.xml       2020-02-02 
13:45:47.000000000 +0100
+++ new/kcoreaddons-5.68.0/src/mimetypes/kde5.xml       2020-03-07 
10:38:10.000000000 +0100
@@ -3363,6 +3363,7 @@
     <comment xml:lang="fr">Options de configuration de KConfigXT</comment>
     <comment xml:lang="gl">Opcións de configuración de KConfigXT</comment>
     <comment xml:lang="hu">KConfigXT konfigurációs beállítások</comment>
+    <comment xml:lang="ia">KConfigXT Optiones de Configuration</comment>
     <comment xml:lang="id">Opsi Konfigurasi KConfigXT</comment>
     <comment xml:lang="it">Opzioni di configurazione KConfigXT</comment>
     <comment xml:lang="ko">KConfigXT 설정 옵션</comment>
@@ -3406,6 +3407,7 @@
     <comment xml:lang="fr">Options de génération de code de KConfigXT</comment>
     <comment xml:lang="gl">Opcións de xeración de código de KConfigXT</comment>
     <comment xml:lang="hu">KConfigXT kódgenerálási beállítások</comment>
+    <comment xml:lang="ia">KConfigXT Optiones de Generation de Codice</comment>
     <comment xml:lang="id">Opsi Penghasilan Kode KConfigXT</comment>
     <comment xml:lang="it">Opzioni di generazione codice KConfigXT</comment>
     <comment xml:lang="ko">KConfigXT 코드 생성 옵션</comment>
@@ -3445,6 +3447,7 @@
     <comment xml:lang="fr">Déclaration d'interface KXMLGUI</comment>
     <comment xml:lang="gl">Declaración de interface gráfica de 
KXMLGUI</comment>
     <comment xml:lang="hu">KXMLGUI UI deklaráció</comment>
+    <comment xml:lang="ia">KXMLGUI UI Declaration</comment>
     <comment xml:lang="id">Deklarasi KXMLGUI UI</comment>
     <comment xml:lang="it">Dichiarazione UI KXMLGUI</comment>
     <comment xml:lang="ko">KXMLGUI UI 선언</comment>
@@ -3489,6 +3492,7 @@
     <comment xml:lang="fr">Déclaration de KNotification</comment>
     <comment xml:lang="gl">Declaración de KNotification</comment>
     <comment xml:lang="hu">KNotification deklaráció</comment>
+    <comment xml:lang="ia">KNotification Declaration</comment>
     <comment xml:lang="id">Deklarasi KNotification</comment>
     <comment xml:lang="it">Dichiarazione KNotification</comment>
     <comment xml:lang="ko">KNotification 선언</comment>
@@ -3521,16 +3525,21 @@
     <comment xml:lang="es">Informe de KCrash</comment>
     <comment xml:lang="et">KCrashi aruanne</comment>
     <comment xml:lang="eu">KCrash txostena</comment>
+    <comment xml:lang="fr">Rapport de KCrash</comment>
+    <comment xml:lang="ia">KCrash Reporto</comment>
+    <comment xml:lang="id">Laporan KCrash</comment>
     <comment xml:lang="it">Rapporto di KCrash</comment>
     <comment xml:lang="ko">KCrash 보고서</comment>
     <comment xml:lang="lt">KCrash pranešimas</comment>
     <comment xml:lang="nl">Rapport van KCrash</comment>
+    <comment xml:lang="nn">KCrash-rapport</comment>
     <comment xml:lang="pt">Relatório do KCrash</comment>
     <comment xml:lang="pt_BR">Relatório do KCrash</comment>
     <comment xml:lang="ru">Отчёт об ошибке KCrash</comment>
     <comment xml:lang="sk">Hlásenie KCrash</comment>
     <comment xml:lang="sv">KCrash-rapport</comment>
     <comment xml:lang="uk">звіт KCrash</comment>
+    <comment xml:lang="zh_CN">KCrash 报告</comment>
     <comment xml:lang="zh_TW">KCrash 報告</comment>
     <generic-icon name="text-plain"/>
     <sub-class-of type="text/plain"/>


Reply via email to