Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kcoreaddons for openSUSE:Factory 
checked in at 2024-04-15 20:11:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kcoreaddons (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kcoreaddons.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kcoreaddons"

Mon Apr 15 20:11:50 2024 rev:2 rq:1167177 version:6.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kcoreaddons/kf6-kcoreaddons.changes  
2024-03-11 15:25:35.472011338 +0100
+++ 
/work/SRC/openSUSE:Factory/.kf6-kcoreaddons.new.26366/kf6-kcoreaddons.changes   
    2024-04-15 20:14:40.764206513 +0200
@@ -1,0 +2,10 @@
+Fri Apr  5 12:52:30 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 6.1.0
+  * New feature release
+- Changes since 6.0.0:
+  * update version for new release
+  * Don't search for QtDBus on Windows/macOS/Android
+  * KformatPrivate: fix deprecation enum arithmetic with float
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kf6-kcoreaddons.spec ++++++
--- /var/tmp/diff_new_pack.tRIm5f/_old  2024-04-15 20:14:41.224223444 +0200
+++ /var/tmp/diff_new_pack.tRIm5f/_new  2024-04-15 20:14:41.228223591 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kf6-kcoreaddons
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 %define qt6_version 6.6.0
 
 %define rname kcoreaddons
-# Full KF6 version (e.g. 6.0.0)
+# Full KF6 version (e.g. 6.1.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 # Last major and minor KF6 version (e.g. 6.0)
 %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kf6-kcoreaddons
-Version:        6.0.0
+Version:        6.1.0
 Release:        0
 Summary:        Utilities for core application functionality and accessing the 
OS
 License:        LGPL-2.1-or-later


++++++ kcoreaddons-6.0.0.tar.xz -> kcoreaddons-6.1.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-6.0.0/CMakeLists.txt 
new/kcoreaddons-6.1.0/CMakeLists.txt
--- old/kcoreaddons-6.0.0/CMakeLists.txt        2024-02-21 12:24:14.000000000 
+0100
+++ new/kcoreaddons-6.1.0/CMakeLists.txt        2024-04-05 12:55:37.000000000 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.0.0") # handled by release scripts
+set(KF_VERSION "6.1.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 6.0.0 NO_MODULE)
+find_package(ECM 6.1.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)
 
@@ -85,7 +85,7 @@
     endif()
 endif()
 
-if(NOT WIN32) # never relevant there
+if (UNIX AND NOT APPLE AND NOT ANDROID) # never relevant there
     find_package(Qt6DBus ${QT_MIN_VERSION} CONFIG)
     set(HAVE_QTDBUS ${Qt6DBus_FOUND})
     add_feature_info(XDGPortalDragAndDrop HAVE_QTDBUS "Drag and Drop support 
via xdg-desktop-portal requies QtDBus")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-6.0.0/poqm/ast/kcoreaddons6_qt.po 
new/kcoreaddons-6.1.0/poqm/ast/kcoreaddons6_qt.po
--- old/kcoreaddons-6.0.0/poqm/ast/kcoreaddons6_qt.po   2024-02-21 
12:24:14.000000000 +0100
+++ new/kcoreaddons-6.1.0/poqm/ast/kcoreaddons6_qt.po   2024-04-05 
12:55:37.000000000 +0200
@@ -1,8 +1,8 @@
-# SPDX-FileCopyrightText: 2022, 2023 enolp <[email protected]>
+# SPDX-FileCopyrightText: 2022, 2023, 2024 enolp <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2023-12-15 14:11+0100\n"
+"PO-Revision-Date: 2024-03-15 01:17+0100\n"
 "Last-Translator: Enol P. <[email protected]>\n"
 "Language-Team: Assamese <[email protected]>\n"
 "Language: ast\n"
@@ -11,7 +11,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 23.08.4\n"
+"X-Generator: Lokalize 24.02.0\n"
 
 #: lib/io/kfilesystemtype.cpp:249
 msgctxt "KFileSystemType|"
@@ -735,7 +735,7 @@
 #, qt-format
 msgctxt "KFormat|"
 msgid "%1 and %2"
-msgstr "%1 ya %2"
+msgstr "%1 y %2"
 
 #: lib/util/kformatprivate.cpp:484
 msgctxt ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-6.0.0/poqm/sl/kcoreaddons6_qt.po 
new/kcoreaddons-6.1.0/poqm/sl/kcoreaddons6_qt.po
--- old/kcoreaddons-6.0.0/poqm/sl/kcoreaddons6_qt.po    2024-02-21 
12:24:15.000000000 +0100
+++ new/kcoreaddons-6.1.0/poqm/sl/kcoreaddons6_qt.po    2024-04-05 
12:55:37.000000000 +0200
@@ -8,7 +8,7 @@
 # Gregor Rakar <[email protected]>, 2002,2003.
 # Gregor Rakar <[email protected]>, 2003, 2004, 2005.
 # Andrej Vernekar <[email protected]>, 2005, 2007, 2008, 2009, 2010.
-# Jure Repinc <[email protected]>, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 
2012, 2013.
+# SPDX-FileCopyrightText: 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2024 Jure Repinc <[email protected]>
 # Andrej Vernekar <[email protected]>, 2008, 2011, 2012.
 # Andrej Mernik <[email protected]>, 2012, 2013, 2014, 2015, 2016, 2017, 2018.
 # Matjaž Jeran <[email protected]>, 2019, 2020, 2021, 2022.
@@ -17,8 +17,8 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2023-08-17 08:20+0200\n"
-"Last-Translator: Matjaž Jeran <[email protected]>\n"
+"PO-Revision-Date: 2024-03-13 17:15+0100\n"
+"Last-Translator: Jure Repinc <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
 "Language: sl\n"
 "MIME-Version: 1.0\n"
@@ -27,7 +27,7 @@
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n"
 "%100<=4 ? 2 : 3);\n"
 "Translator: Andrej Mernik <[email protected]>\n"
-"X-Generator: Poedit 3.3.2\n"
+"X-Generator: Lokalize 24.04.70\n"
 "X-Qt-Contexts: true\n"
 
 #: lib/io/kfilesystemtype.cpp:249
@@ -53,7 +53,7 @@
 #: lib/io/kfilesystemtype.cpp:257
 msgctxt "KFileSystemType|"
 msgid "Other"
-msgstr "Drugo"
+msgstr "Drugi"
 
 #: lib/io/kfilesystemtype.cpp:259
 msgctxt "KFileSystemType|"
@@ -73,7 +73,7 @@
 #: lib/io/kfilesystemtype.cpp:265
 msgctxt "KFileSystemType|"
 msgid "Unknown"
-msgstr "Neznano"
+msgstr "Neznani"
 
 #: lib/kaboutdata.cpp:264
 msgctxt "KAboutLicense|"
@@ -90,7 +90,7 @@
 #, qt-format
 msgctxt "KAboutLicense|"
 msgid "This program is distributed under the terms of the %1."
-msgstr "Ta program se razširja pod pogoji %1."
+msgstr "Ta program se razširja pod pogoji licence %1."
 
 #: lib/kaboutdata.cpp:320
 msgctxt "KAboutLicense|@item license (short name)"
@@ -100,7 +100,7 @@
 #: lib/kaboutdata.cpp:321
 msgctxt "KAboutLicense|@item license"
 msgid "GNU General Public License Version 2"
-msgstr "Splošno dovoljenje GNU različica 2"
+msgstr "Splošna licenca GNU različica 2"
 
 #: lib/kaboutdata.cpp:324
 msgctxt "KAboutLicense|@item license (short name)"
@@ -110,7 +110,7 @@
 #: lib/kaboutdata.cpp:325
 msgctxt "KAboutLicense|@item license"
 msgid "GNU Lesser General Public License Version 2"
-msgstr "Manj splošno dovoljenje GNU različica 2"
+msgstr "Šibkejša splošna licenca GNU različica 2"
 
 #: lib/kaboutdata.cpp:328
 msgctxt "KAboutLicense|@item license (short name)"
@@ -140,7 +140,7 @@
 #: lib/kaboutdata.cpp:337
 msgctxt "KAboutLicense|@item license"
 msgid "GNU General Public License Version 3"
-msgstr "Splošno dovoljenje GNU različica 3"
+msgstr "Splošna licenca GNU različica 3"
 
 #: lib/kaboutdata.cpp:340
 msgctxt "KAboutLicense|@item license (short name)"
@@ -150,7 +150,7 @@
 #: lib/kaboutdata.cpp:341
 msgctxt "KAboutLicense|@item license"
 msgid "GNU Lesser General Public License Version 3"
-msgstr "Manj splošno dovoljenje GNU različica 3"
+msgstr "Šibkejša splošna licenca GNU različica 3"
 
 #: lib/kaboutdata.cpp:344
 msgctxt "KAboutLicense|@item license (short name)"
@@ -160,7 +160,7 @@
 #: lib/kaboutdata.cpp:345
 msgctxt "KAboutLicense|@item license"
 msgid "GNU Lesser General Public License Version 2.1"
-msgstr "Manj splošno dovoljenje GNU različica 2.1"
+msgstr "Šibkejša splošna licenca GNU različica 2.1"
 
 #: lib/kaboutdata.cpp:348
 msgctxt "KAboutLicense|@item license (short name)"
@@ -190,13 +190,15 @@
 "internationalization visit <a href=\"https://l10n.kde.org\";>https://l10n.kde.";
 "org</a></p>"
 msgstr ""
-"<p>KDE je v slovenščino prevedla skupina za slovenjenje Linuxa pri Društvu 
"
-"uporabnikov Linuxa Slovenije - Lugos.</p><p>Več podrobnosti poiščite na "
-"straneh <a href=\"http://www.lugos.si/\";>www.lugos.si</a> in <a href="
-"\"https://l10n.kde.org/\";>l10n.kde.org</a>.</p><p>Napake v prevodih in "
-"predloge za izboljšave nam sporočite na dopisni seznam <a href=\"http://";
-"liste2.lugos.si/cgi-bin/mailman/listinfo/lugos-slo\">lugos-slo</a>. Na istem "
-"dopisnem seznamu se lahko tudi pridružite skupnosti prevajalcev KDE-ja.</p>"
+"<p>KDE-jeve programe je v slovenščino prevedla skupina za slovenjenje pri "
+"Društvu uporabnikov Linuxa Slovenije – Lugos.</p><p>Več podrobnosti 
poiščite "
+"na straneh <a href=\"http://www.lugos.si/\";>www.lugos.si</a> in <a href="
+"\"https://l10n.kde.org/team-infos.php?teamcode=sl\";>l10n.kde.org</a>.</"
+"p><p>Napake v prevodih in predloge za izboljšave nam sporočite na <a href="
+"\"https://discuss.kde.org/c/local-communities/kde-slovenia/33\";>KDE-jev "
+"forum Discuss</a> ali dopisni seznam <a href= \"http://liste2.lugos.si/cgi-";
+"bin/mailman/listinfo/lugos-slo\">lugos-slo</a>.</p><p>Na teh mestih se lahko "
+"tudi pridružite skupnosti prevajalcev KDE-ja.</p>"
 
 #: lib/kaboutdata.cpp:1152
 msgctxt "KAboutData CLI|"
@@ -232,13 +234,13 @@
 #: lib/kaboutdata.cpp:1179
 msgctxt "KAboutData CLI|"
 msgid "Please use https://bugs.kde.org to report bugs."
-msgstr "Za poročanje o hroščih uporabite https://bugs.kde.org.";
+msgstr "Za poročanje o napakah in željah uporabite https://bugs.kde.org.";
 
 #: lib/kaboutdata.cpp:1181
 #, qt-format
 msgctxt "KAboutData CLI|"
 msgid "Please report bugs to %1."
-msgstr "Za poročanje o hroščih uporabite %1."
+msgstr "Za poročanje o napakah in željah uporabite %1."
 
 #: lib/plugin/kpluginfactory.cpp:33
 #, qt-format
@@ -262,7 +264,7 @@
 #, qt-format
 msgctxt "KPluginFactory|"
 msgid "KPluginFactory could not create a %1 instance from %2"
-msgstr "KPluginFactory ni mogla ustvariti %1 pojavka iz %2"
+msgstr "KPluginFactory ni mogla ustvariti primerka %1 iz %2"
 
 #: lib/util/kformatprivate.cpp:102
 msgctxt "KFormat|SI prefix for 10^⁻24"
@@ -409,238 +411,238 @@
 #, qt-format
 msgctxt "KFormat|no Prefix"
 msgid "%1 %2"
-msgstr "%1 %2"
+msgstr "%1 %2"
 
 #. value with prefix, format "<val> <prefix><unit>"
 #: lib/util/kformatprivate.cpp:164
 #, qt-format
 msgctxt "KFormat|MetricBinaryDialect"
 msgid "%1 %2%3"
-msgstr "%1 %2%3"
+msgstr "%1 %2%3"
 
 #. MetricBinaryDialect size in bytes
 #: lib/util/kformatprivate.cpp:218
 #, qt-format
 msgctxt "KFormat|MetricBinaryDialect"
 msgid "%1 B"
-msgstr "%1 B"
+msgstr "%1 B"
 
 #. MetricBinaryDialect size in 1000 bytes
 #: lib/util/kformatprivate.cpp:221
 #, qt-format
 msgctxt "KFormat|MetricBinaryDialect"
 msgid "%1 kB"
-msgstr "%1 kB"
+msgstr "%1 kB"
 
 #. MetricBinaryDialect size in 10^6 bytes
 #: lib/util/kformatprivate.cpp:224
 #, qt-format
 msgctxt "KFormat|MetricBinaryDialect"
 msgid "%1 MB"
-msgstr "%1 MB"
+msgstr "%1 MB"
 
 #. MetricBinaryDialect size in 10^9 bytes
 #: lib/util/kformatprivate.cpp:227
 #, qt-format
 msgctxt "KFormat|MetricBinaryDialect"
 msgid "%1 GB"
-msgstr "%1 GB"
+msgstr "%1 GB"
 
 #. MetricBinaryDialect size in 10^12 bytes
 #: lib/util/kformatprivate.cpp:230
 #, qt-format
 msgctxt "KFormat|MetricBinaryDialect"
 msgid "%1 TB"
-msgstr "%1 TB"
+msgstr "%1 TB"
 
 #. MetricBinaryDialect size in 10^15 bytes
 #: lib/util/kformatprivate.cpp:233
 #, qt-format
 msgctxt "KFormat|MetricBinaryDialect"
 msgid "%1 PB"
-msgstr "%1 PB"
+msgstr "%1 PB"
 
 #. MetricBinaryDialect size in 10^18 byte
 #: lib/util/kformatprivate.cpp:236
 #, qt-format
 msgctxt "KFormat|MetricBinaryDialect"
 msgid "%1 EB"
-msgstr "%1 EB"
+msgstr "%1 EB"
 
 #. MetricBinaryDialect size in 10^21 bytes
 #: lib/util/kformatprivate.cpp:239
 #, qt-format
 msgctxt "KFormat|MetricBinaryDialect"
 msgid "%1 ZB"
-msgstr "%1 ZB"
+msgstr "%1 ZB"
 
 #. MetricBinaryDialect size in 10^24 bytes
 #: lib/util/kformatprivate.cpp:242
 #, qt-format
 msgctxt "KFormat|MetricBinaryDialect"
 msgid "%1 YB"
-msgstr "%1 YB"
+msgstr "%1 YB"
 
 #. JEDECBinaryDialect memory size in bytes
 #: lib/util/kformatprivate.cpp:248
 #, qt-format
 msgctxt "KFormat|JEDECBinaryDialect"
 msgid "%1 B"
-msgstr "%1 B"
+msgstr "%1 B"
 
 #. JEDECBinaryDialect memory size in 1024 bytes
 #: lib/util/kformatprivate.cpp:251
 #, qt-format
 msgctxt "KFormat|JEDECBinaryDialect"
 msgid "%1 KB"
-msgstr "%1 KB"
+msgstr "%1 KB"
 
 #. JEDECBinaryDialect memory size in 10^20 bytes
 #: lib/util/kformatprivate.cpp:254
 #, qt-format
 msgctxt "KFormat|JEDECBinaryDialect"
 msgid "%1 MB"
-msgstr "%1 MB"
+msgstr "%1 MB"
 
 #. JEDECBinaryDialect memory size in 10^30 bytes
 #: lib/util/kformatprivate.cpp:257
 #, qt-format
 msgctxt "KFormat|JEDECBinaryDialect"
 msgid "%1 GB"
-msgstr "%1 GB"
+msgstr "%1 GB"
 
 #. JEDECBinaryDialect memory size in 10^40 bytes
 #: lib/util/kformatprivate.cpp:260
 #, qt-format
 msgctxt "KFormat|JEDECBinaryDialect"
 msgid "%1 TB"
-msgstr "%1 TB"
+msgstr "%1 TB"
 
 #. JEDECBinaryDialect memory size in 10^50 bytes
 #: lib/util/kformatprivate.cpp:263
 #, qt-format
 msgctxt "KFormat|JEDECBinaryDialect"
 msgid "%1 PB"
-msgstr "%1 PB"
+msgstr "%1 PB"
 
 #. JEDECBinaryDialect memory size in 10^60 bytes
 #: lib/util/kformatprivate.cpp:266
 #, qt-format
 msgctxt "KFormat|JEDECBinaryDialect"
 msgid "%1 EB"
-msgstr "%1 EB"
+msgstr "%1 EB"
 
 #. JEDECBinaryDialect memory size in 10^70 bytes
 #: lib/util/kformatprivate.cpp:269
 #, qt-format
 msgctxt "KFormat|JEDECBinaryDialect"
 msgid "%1 ZB"
-msgstr "%1 ZB"
+msgstr "%1 ZB"
 
 #. JEDECBinaryDialect memory size in 10^80 bytes
 #: lib/util/kformatprivate.cpp:272
 #, qt-format
 msgctxt "KFormat|JEDECBinaryDialect"
 msgid "%1 YB"
-msgstr "%1 YB"
+msgstr "%1 YB"
 
 #. IECBinaryDialect size in bytes
 #: lib/util/kformatprivate.cpp:278
 #, qt-format
 msgctxt "KFormat|IECBinaryDialect"
 msgid "%1 B"
-msgstr "%1 B"
+msgstr "%1 B"
 
 #. IECBinaryDialect size in 1024 bytes
 #: lib/util/kformatprivate.cpp:281
 #, qt-format
 msgctxt "KFormat|IECBinaryDialect"
 msgid "%1 KiB"
-msgstr "%1 KiB"
+msgstr "%1 KiB"
 
 #. IECBinaryDialect size in 10^20 bytes
 #: lib/util/kformatprivate.cpp:284
 #, qt-format
 msgctxt "KFormat|IECBinaryDialect"
 msgid "%1 MiB"
-msgstr "%1 MiB"
+msgstr "%1 MiB"
 
 #. IECBinaryDialect size in 10^30 bytes
 #: lib/util/kformatprivate.cpp:287
 #, qt-format
 msgctxt "KFormat|IECBinaryDialect"
 msgid "%1 GiB"
-msgstr "%1 GiB"
+msgstr "%1 GiB"
 
 #. IECBinaryDialect size in 10^40 bytes
 #: lib/util/kformatprivate.cpp:290
 #, qt-format
 msgctxt "KFormat|IECBinaryDialect"
 msgid "%1 TiB"
-msgstr "%1 TiB"
+msgstr "%1 TiB"
 
 #. IECBinaryDialect size in 10^50 bytes
 #: lib/util/kformatprivate.cpp:293
 #, qt-format
 msgctxt "KFormat|IECBinaryDialect"
 msgid "%1 PiB"
-msgstr "%1 PiB"
+msgstr "%1 PiB"
 
 #. IECBinaryDialect size in 10^60 bytes
 #: lib/util/kformatprivate.cpp:296
 #, qt-format
 msgctxt "KFormat|IECBinaryDialect"
 msgid "%1 EiB"
-msgstr "%1 EiB"
+msgstr "%1 EiB"
 
 #. IECBinaryDialect size in 10^70 bytes
 #: lib/util/kformatprivate.cpp:299
 #, qt-format
 msgctxt "KFormat|IECBinaryDialect"
 msgid "%1 ZiB"
-msgstr "%1 ZiB"
+msgstr "%1 ZiB"
 
 #. IECBinaryDialect size in 10^80 bytes
 #: lib/util/kformatprivate.cpp:302
 #, qt-format
 msgctxt "KFormat|IECBinaryDialect"
 msgid "%1 YiB"
-msgstr "%1 YiB"
+msgstr "%1 YiB"
 
 #. @item:intext Duration format minutes, seconds and milliseconds
 #: lib/util/kformatprivate.cpp:339
 #, qt-format
 msgctxt "KFormat|"
 msgid "%1m%2.%3s"
-msgstr "%1 min %2.%3 s"
+msgstr "%1 m %2.%3 s"
 
 #. @item:intext Duration format minutes and seconds
 #: lib/util/kformatprivate.cpp:342
 #, qt-format
 msgctxt "KFormat|"
 msgid "%1m%2s"
-msgstr "%1 min %2 s"
+msgstr "%1 m %2 s"
 
 #. @item:intext Duration format hours and minutes
 #: lib/util/kformatprivate.cpp:345
 #, qt-format
 msgctxt "KFormat|"
 msgid "%1h%2m"
-msgstr "%1 u %2 min"
+msgstr "%1 u %2 m"
 
 #. @item:intext Duration format hours, minutes, seconds, milliseconds
 #: lib/util/kformatprivate.cpp:348
 #, qt-format
 msgctxt "KFormat|"
 msgid "%1h%2m%3.%4s"
-msgstr "%1 u %2 min %3.%4 s"
+msgstr "%1 u %2 m %3.%4 s"
 
 #. @item:intext Duration format hours, minutes, seconds
 #: lib/util/kformatprivate.cpp:355
 #, qt-format
 msgctxt "KFormat|"
 msgid "%1h%2m%3s"
-msgstr "%1 u %2 min %3 s"
+msgstr "%1 u %2 m %3 s"
 
 #. @item:intext Duration format minutes, seconds and milliseconds
 #: lib/util/kformatprivate.cpp:361
@@ -820,7 +822,7 @@
 #, qt-format
 msgctxt "KFormat|"
 msgid "%1 at %2"
-msgstr "%1 na %2"
+msgstr "%1 ob %2"
 
 #: lib/util/klistopenfilesjob_unix.cpp:39
 #, qt-format
@@ -831,13 +833,13 @@
 #: lib/util/klistopenfilesjob_unix.cpp:46
 msgctxt "QObject|"
 msgid "Could not find lsof executable in PATH:"
-msgstr "Ni bilo mogoče najti izvedljivega programa lsof na poti PATH:"
+msgstr "Ni bilo mogoče najti izvedljivega programa »lsof« na poti PATH:"
 
 #: lib/util/klistopenfilesjob_unix.cpp:55
 #, qt-format
 msgctxt "QObject|"
 msgid "Failed to execute `lsof'. Error code %1"
-msgstr "Ni bilo mogoče izvesti ukaza `lsof'. Koda napake %1"
+msgstr "Ni bilo mogoče izvesti ukaza »lsof«. Koda napake %1"
 
 #: lib/util/klistopenfilesjob_win.cpp:27
 msgctxt "QObject|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-6.0.0/poqm/zh_CN/kcoreaddons6_qt.po 
new/kcoreaddons-6.1.0/poqm/zh_CN/kcoreaddons6_qt.po
--- old/kcoreaddons-6.0.0/poqm/zh_CN/kcoreaddons6_qt.po 2024-02-21 
12:24:15.000000000 +0100
+++ new/kcoreaddons-6.1.0/poqm/zh_CN/kcoreaddons6_qt.po 2024-04-05 
12:55:37.000000000 +0200
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2024-02-05 11:37\n"
+"PO-Revision-Date: 2024-04-03 19:13\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-6.0.0/src/lib/util/kformatprivate.cpp 
new/kcoreaddons-6.1.0/src/lib/util/kformatprivate.cpp
--- old/kcoreaddons-6.0.0/src/lib/util/kformatprivate.cpp       2024-02-21 
12:24:15.000000000 +0100
+++ new/kcoreaddons-6.1.0/src/lib/util/kformatprivate.cpp       2024-04-05 
12:55:37.000000000 +0200
@@ -386,16 +386,16 @@
 {
     if (msecs >= MSecsInDay) {
         //: @item:intext %1 is a real number, e.g. 1.23 days
-        return tr("%1 days").arg(m_locale.toString(msecs / (MSecsInDay * 1.0), 
'f', decimalPlaces));
+        return tr("%1 days").arg(m_locale.toString(msecs / (+MSecsInDay * 
1.0), 'f', decimalPlaces));
     } else if (msecs >= MSecsInHour) {
         //: @item:intext %1 is a real number, e.g. 1.23 hours
-        return tr("%1 hours").arg(m_locale.toString(msecs / (MSecsInHour * 
1.0), 'f', decimalPlaces));
+        return tr("%1 hours").arg(m_locale.toString(msecs / (+MSecsInHour * 
1.0), 'f', decimalPlaces));
     } else if (msecs >= MSecsInMinute) {
         //: @item:intext %1 is a real number, e.g. 1.23 minutes
-        return tr("%1 minutes").arg(m_locale.toString(msecs / (MSecsInMinute * 
1.0), 'f', decimalPlaces));
+        return tr("%1 minutes").arg(m_locale.toString(msecs / (+MSecsInMinute 
* 1.0), 'f', decimalPlaces));
     } else if (msecs >= MSecsInSecond) {
         //: @item:intext %1 is a real number, e.g. 1.23 seconds
-        return tr("%1 seconds").arg(m_locale.toString(msecs / (MSecsInSecond * 
1.0), 'f', decimalPlaces));
+        return tr("%1 seconds").arg(m_locale.toString(msecs / (+MSecsInSecond 
* 1.0), 'f', decimalPlaces));
     }
     //: @item:intext %1 is a whole number
     //~ singular %n millisecond

Reply via email to