Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2022-12-12 17:37:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcoreaddons (Old)
 and      /work/SRC/openSUSE:Factory/.kcoreaddons.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcoreaddons"

Mon Dec 12 17:37:57 2022 rev:112 rq:1042110 version:5.101.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2022-11-15 
13:19:05.912337492 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.1835/kcoreaddons.changes        
2022-12-12 17:39:32.897134239 +0100
@@ -1,0 +2,12 @@
+Tue Dec  6 20:10:30 UTC 2022 - Christophe Marin <[email protected]>
+
+- Update to 5.101.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.101.0
+- Changes since 5.100.0:
+  * [KJobTrackerInterface] qRegisterMetatype KJob::Unit
+  * Remove unused variable
+  * Perform initialization in initialization list
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kcoreaddons.spec ++++++
--- /var/tmp/diff_new_pack.egmA4G/_old  2022-12-12 17:39:33.457137064 +0100
+++ /var/tmp/diff_new_pack.egmA4G/_new  2022-12-12 17:39:33.461137085 +0100
@@ -17,18 +17,17 @@
 
 
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.100
+%define _tar_path 5.101
 # 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 released
 Name:           kcoreaddons
-Version:        5.100.0
+Version:        5.101.0
 Release:        0
 Summary:        Utilities for core application functionality and accessing the 
OS
 License:        LGPL-2.1-or-later
-Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         %{name}-%{version}.tar.xz
 %if %{with released}
@@ -51,7 +50,6 @@
 
 %package -n %{lname}
 Summary:        Utilities for core application functionality and accessing the 
OS
-Group:          System/GUI/KDE
 %requires_ge    libQt5Core5
 Recommends:     %{name} = %{version}
 
@@ -63,7 +61,6 @@
 
 %package devel
 Summary:        Utilities for core application functionality and accessing the 
OS
-Group:          Development/Libraries/KDE
 Requires:       %{lname} = %{version}
 Requires:       %{name} = %{version}
 Requires:       extra-cmake-modules


++++++ kcoreaddons-5.100.0.tar.xz -> kcoreaddons-5.101.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/CMakeLists.txt 
new/kcoreaddons-5.101.0/CMakeLists.txt
--- old/kcoreaddons-5.100.0/CMakeLists.txt      2022-11-05 13:24:46.000000000 
+0100
+++ new/kcoreaddons-5.101.0/CMakeLists.txt      2022-12-03 10:44:06.000000000 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.100.0") # handled by release scripts
+set(KF_VERSION "5.101.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.100.0  NO_MODULE)
+find_package(ECM 5.101.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/autotests/kmacroexpandertest.cpp 
new/kcoreaddons-5.101.0/autotests/kmacroexpandertest.cpp
--- old/kcoreaddons-5.100.0/autotests/kmacroexpandertest.cpp    2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/autotests/kmacroexpandertest.cpp    2022-12-03 
10:44:06.000000000 +0100
@@ -231,8 +231,6 @@
 
 void KMacroExpanderTest::expandMacrosShellQuoteParens()
 {
-    QHash<QChar, QStringList> map;
-    QStringList list;
     QString s;
 
     s = "( echo \"just testing (parens)\" ) ) after";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/poqm/de/kcoreaddons5_qt.po 
new/kcoreaddons-5.101.0/poqm/de/kcoreaddons5_qt.po
--- old/kcoreaddons-5.100.0/poqm/de/kcoreaddons5_qt.po  2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/poqm/de/kcoreaddons5_qt.po  2022-12-03 
10:44:06.000000000 +0100
@@ -9,20 +9,21 @@
 # Johannes Obermayr <[email protected]>, 2010.
 # Panagiotis Papadopoulos <[email protected]>, 2010.
 # Rolf Eike Beer <[email protected]>, 2012.
+# Frank Steinmetzger <[email protected]>, 2022.
 msgid ""
 msgstr ""
 "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: 2022-07-23 22:47+0200\n"
-"Last-Translator: Frederik Schwarzer <[email protected]>\n"
+"PO-Revision-Date: 2022-11-10 20:27+0100\n"
+"Last-Translator: Frank Steinmetzger <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\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 22.07.70\n"
+"X-Generator: Lokalize 22.08.3\n"
 "X-Qt-Contexts: true\n"
 
 #: lib/io/kfilesystemtype.cpp:236
@@ -63,7 +64,7 @@
 #: lib/io/kfilesystemtype.cpp:250
 msgctxt "KFileSystemType|"
 msgid "FUSE"
-msgstr ""
+msgstr "FUSE"
 
 #: lib/io/kfilesystemtype.cpp:252
 msgctxt "KFileSystemType|"
@@ -821,9 +822,7 @@
 msgstr "Ausführbares Programm „lsof“ kann in PATH nicht gefunden werden:"
 
 #: lib/util/klistopenfilesjob_unix.cpp:55
-#, fuzzy, qt-format
-#| msgctxt "QObject|"
-#| msgid "Failed to execute `lsof' error code %1"
+#, qt-format
 msgctxt "QObject|"
 msgid "Failed to execute `lsof'. Error code %1"
 msgstr "Ausführung von „lsof“ ist fehlgeschlagen, Fehlercode %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/poqm/ia/kcoreaddons5_qt.po 
new/kcoreaddons-5.101.0/poqm/ia/kcoreaddons5_qt.po
--- old/kcoreaddons-5.100.0/poqm/ia/kcoreaddons5_qt.po  2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/poqm/ia/kcoreaddons5_qt.po  2022-12-03 
10:44:06.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2022-07-14 23:02+0200\n"
+"PO-Revision-Date: 2022-11-29 22:44+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 22.04.3\n"
+"X-Generator: Lokalize 22.11.80\n"
 "X-Qt-Contexts: true\n"
 
 #: lib/io/kfilesystemtype.cpp:236
@@ -56,7 +56,7 @@
 #: lib/io/kfilesystemtype.cpp:250
 msgctxt "KFileSystemType|"
 msgid "FUSE"
-msgstr ""
+msgstr "FUSE"
 
 #: lib/io/kfilesystemtype.cpp:252
 msgctxt "KFileSystemType|"
@@ -811,12 +811,10 @@
 msgstr "Il non pote trovar  executabile de isof in PATH:"
 
 #: lib/util/klistopenfilesjob_unix.cpp:55
-#, fuzzy, qt-format
-#| msgctxt "QObject|"
-#| msgid "Failed to execute `lsof' error code %1"
+#, qt-format
 msgctxt "QObject|"
 msgid "Failed to execute `lsof'. Error code %1"
-msgstr "Falleva exequer 'lsof' codice de error %1"
+msgstr "Falleva exequer 'lsof'. codice de error %1"
 
 #: lib/util/klistopenfilesjob_win.cpp:27
 msgctxt "QObject|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/poqm/is/kcoreaddons5_qt.po 
new/kcoreaddons-5.101.0/poqm/is/kcoreaddons5_qt.po
--- old/kcoreaddons-5.100.0/poqm/is/kcoreaddons5_qt.po  2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/poqm/is/kcoreaddons5_qt.po  2022-12-03 
10:44:06.000000000 +0100
@@ -12,7 +12,7 @@
 "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: 2022-10-14 13:41+0000\n"
+"PO-Revision-Date: 2022-11-11 18:35+0000\n"
 "Last-Translator: Sveinn í Felli <[email protected]>\n"
 "Language-Team: Icelandic\n"
 "Language: is\n"
@@ -815,9 +815,7 @@
 msgstr "Fann ekki lsof-keyrsluskrá í PATH:"
 
 #: lib/util/klistopenfilesjob_unix.cpp:55
-#, fuzzy, qt-format
-#| msgctxt "QObject|"
-#| msgid "Failed to execute `lsof' error code %1"
+#, qt-format
 msgctxt "QObject|"
 msgid "Failed to execute `lsof'. Error code %1"
 msgstr "Mistókst að keyra `lsof', villukóði %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/poqm/it/kcoreaddons5_qt.po 
new/kcoreaddons-5.101.0/poqm/it/kcoreaddons5_qt.po
--- old/kcoreaddons-5.100.0/poqm/it/kcoreaddons5_qt.po  2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/poqm/it/kcoreaddons5_qt.po  2022-12-03 
10:44:06.000000000 +0100
@@ -16,7 +16,7 @@
 "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: 2022-10-04 17:40+0200\n"
+"PO-Revision-Date: 2022-11-03 12:29+0100\n"
 "Last-Translator: Vincenzo Reale <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
 "Language: it\n"
@@ -24,7 +24,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 22.08.1\n"
+"X-Generator: Lokalize 22.08.2\n"
 "X-Qt-Contexts: true\n"
 
 #: lib/io/kfilesystemtype.cpp:236
@@ -820,12 +820,10 @@
 msgstr "Impossibile trovare l'eseguibile lsof in PATH:"
 
 #: lib/util/klistopenfilesjob_unix.cpp:55
-#, fuzzy, qt-format
-#| msgctxt "QObject|"
-#| msgid "Failed to execute `lsof' error code %1"
+#, qt-format
 msgctxt "QObject|"
 msgid "Failed to execute `lsof'. Error code %1"
-msgstr "Esecuzione di «lsof» non riuscita, codice di errore %1"
+msgstr "Impossibile eseguire «lsof». Codice di errore %1"
 
 #: lib/util/klistopenfilesjob_win.cpp:27
 msgctxt "QObject|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/poqm/nb/kcoreaddons5_qt.po 
new/kcoreaddons-5.101.0/poqm/nb/kcoreaddons5_qt.po
--- old/kcoreaddons-5.100.0/poqm/nb/kcoreaddons5_qt.po  2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/poqm/nb/kcoreaddons5_qt.po  2022-12-03 
10:44:06.000000000 +0100
@@ -815,7 +815,7 @@
 #: lib/util/klistopenfilesjob_unix.cpp:55
 #, qt-format
 msgctxt "QObject|"
-msgid "Failed to execute `lsof' error code %1"
+msgid "Failed to execute `lsof'. Error code %1"
 msgstr ""
 
 #: lib/util/klistopenfilesjob_win.cpp:27
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/poqm/pa/kcoreaddons5_qt.po 
new/kcoreaddons-5.101.0/poqm/pa/kcoreaddons5_qt.po
--- old/kcoreaddons-5.100.0/poqm/pa/kcoreaddons5_qt.po  2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/poqm/pa/kcoreaddons5_qt.po  2022-12-03 
10:44:06.000000000 +0100
@@ -14,14 +14,14 @@
 "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: 2022-07-09 10:07-0700\n"
+"PO-Revision-Date: 2022-11-19 05:09-0800\n"
 "Last-Translator: A S Alam <[email protected]>\n"
 "Language-Team: Punjabi <[email protected]>\n"
 "Language: pa\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 22.04.1\n"
+"X-Generator: Lokalize 22.08.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Qt-Contexts: true\n"
 
@@ -63,7 +63,7 @@
 #: lib/io/kfilesystemtype.cpp:250
 msgctxt "KFileSystemType|"
 msgid "FUSE"
-msgstr ""
+msgstr "FUSE"
 
 #: lib/io/kfilesystemtype.cpp:252
 msgctxt "KFileSystemType|"
@@ -246,23 +246,22 @@
 msgstr "%1 ਤੋਂ ਪਲੱਗਇਨ ਲੋਡ ਨਹੀਂ ਕੀਤੀ 
ਜਾ ਸਕੀ: %2"
 
 #: lib/plugin/kpluginfactory.cpp:61
-#, fuzzy, qt-format
-#| msgid "The library does not export a factory for creating components."
+#, qt-format
 msgctxt "KPluginFactory|"
 msgid "The library %1 does not offer a KPluginFactory."
-msgstr "ਲਾਇਬਰੇਰੀ ਨੇ ਭਾਗ ਬਣਾਉਣ ਲਈ 
ਇੱਕ ਫੈਕਟਰੀ ਨਿਰਯਾਤ ਨਹੀਂ ਕੀਤੀ 
ਹੈ"
+msgstr "ਲਾਇਬਰੇਰੀ %1 KPluginFactory ਨਹੀਂ 
ਦਿੰਦੀ ਹੈ।"
 
 #: lib/plugin/kpluginfactory.h:512
 #, qt-format
 msgctxt "KPluginFactory|"
 msgid "KPluginFactory could not create a %1 instance from %2"
-msgstr ""
+msgstr "KPluginFactory %2 ਤੋਂ %1 ਬਣਾ ਨਹੀਂ ਸਕੀ"
 
 #: lib/plugin/kpluginloader.cpp:109
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
-msgstr ""
+msgstr "ਲਾਇਬਰੇਰੀ %1 KPluginFactory ਨਹੀਂ 
ਦਿੰਦੀ ਹੈ।"
 
 #: lib/util/kformatprivate.cpp:100
 msgctxt "KFormat|SI prefix for 10^⁻24"
@@ -814,19 +813,15 @@
 msgstr "ਮਾਰਗ %1 ਮੌਜੂਦ ਨਹੀਂ ਹੈ"
 
 #: lib/util/klistopenfilesjob_unix.cpp:46
-#, fuzzy
-#| msgid "Could not find '%1' executable."
 msgctxt "QObject|"
 msgid "Could not find lsof executable in PATH:"
-msgstr "'%1' ਚੱਲਣਯੋਗ ਨਹੀ ਹੈ।"
+msgstr "PATH ਵਿੱਚ lsof ਚੱਲਣਯੋਗ ਲੱਭੀ ਨਹੀਂ 
ਜਾ ਸਕੀ:"
 
 #: lib/util/klistopenfilesjob_unix.cpp:55
-#, fuzzy, qt-format
-#| msgctxt "QObject|"
-#| msgid "Failed to execute `lsof' error code %1"
+#, qt-format
 msgctxt "QObject|"
 msgid "Failed to execute `lsof'. Error code %1"
-msgstr "`lsof' ਚਲਾਉਣ ਲਈ ਅਸਫ਼ਲ, ਗਲਤੀ ਕੋਡ 
%1"
+msgstr "`lsof' ਚਲਾਉਣ ਲਈ ਅਸਫ਼ਲ। ਗਲਤੀ 
ਕੋਡ %1"
 
 #: lib/util/klistopenfilesjob_win.cpp:27
 msgctxt "QObject|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/poqm/pl/kcoreaddons5_qt.po 
new/kcoreaddons-5.101.0/poqm/pl/kcoreaddons5_qt.po
--- old/kcoreaddons-5.100.0/poqm/pl/kcoreaddons5_qt.po  2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/poqm/pl/kcoreaddons5_qt.po  2022-12-03 
10:44:06.000000000 +0100
@@ -17,14 +17,14 @@
 "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: 2022-10-18 18:06+0200\n"
+"PO-Revision-Date: 2022-11-26 11:17+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 22.08.1\n"
+"X-Generator: Lokalize 22.08.2\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
 "X-Qt-Contexts: true\n"
@@ -832,9 +832,7 @@
 msgstr "Nie można znaleźć pliku wykonywalnego lsof w PATH:"
 
 #: lib/util/klistopenfilesjob_unix.cpp:55
-#, fuzzy, qt-format
-#| msgctxt "QObject|"
-#| msgid "Failed to execute `lsof' error code %1"
+#, qt-format
 msgctxt "QObject|"
 msgid "Failed to execute `lsof'. Error code %1"
 msgstr "Nie udało się wykonać `lsof'. Kod błędu %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/poqm/ru/kcoreaddons5_qt.po 
new/kcoreaddons-5.101.0/poqm/ru/kcoreaddons5_qt.po
--- old/kcoreaddons-5.100.0/poqm/ru/kcoreaddons5_qt.po  2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/poqm/ru/kcoreaddons5_qt.po  2022-12-03 
10:44:06.000000000 +0100
@@ -21,14 +21,14 @@
 "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: 2022-10-02 14:30+0300\n"
-"Last-Translator: Alexander Yavorsky <[email protected]>\n"
-"Language-Team: Russian <[email protected]>\n"
+"PO-Revision-Date: 2022-11-17 12:20+0300\n"
+"Last-Translator: Olesya Gerasimenko <[email protected]>\n"
+"Language-Team: Basealt Translation Team\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 21.08.3\n"
+"X-Generator: Lokalize 22.04.3\n"
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 "X-Environment: kde\n"
@@ -841,9 +841,7 @@
 "переменной PATH"
 
 #: lib/util/klistopenfilesjob_unix.cpp:55
-#, fuzzy, qt-format
-#| msgctxt "QObject|"
-#| msgid "Failed to execute `lsof' error code %1"
+#, qt-format
 msgctxt "QObject|"
 msgid "Failed to execute `lsof'. Error code %1"
 msgstr "Не удалось выполнить «lsof». Код ошибки: 
%1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/poqm/se/kcoreaddons5_qt.po 
new/kcoreaddons-5.101.0/poqm/se/kcoreaddons5_qt.po
--- old/kcoreaddons-5.100.0/poqm/se/kcoreaddons5_qt.po  2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/poqm/se/kcoreaddons5_qt.po  2022-12-03 
10:44:06.000000000 +0100
@@ -836,7 +836,7 @@
 #: lib/util/klistopenfilesjob_unix.cpp:55
 #, qt-format
 msgctxt "QObject|"
-msgid "Failed to execute `lsof' error code %1"
+msgid "Failed to execute `lsof'. Error code %1"
 msgstr ""
 
 #: lib/util/klistopenfilesjob_win.cpp:27
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/poqm/vi/kcoreaddons5_qt.po 
new/kcoreaddons-5.101.0/poqm/vi/kcoreaddons5_qt.po
--- old/kcoreaddons-5.100.0/poqm/vi/kcoreaddons5_qt.po  2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/poqm/vi/kcoreaddons5_qt.po  2022-12-03 
10:44:06.000000000 +0100
@@ -10,7 +10,7 @@
 "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: 2022-10-06 14:01+0200\n"
+"PO-Revision-Date: 2022-11-14 14:52+0100\n"
 "Last-Translator: Phu Hung Nguyen <[email protected]>\n"
 "Language-Team: Vietnamese <[email protected]>\n"
 "Language: vi\n"
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 22.04.1\n"
+"X-Generator: Lokalize 22.08.1\n"
 "X-Qt-Contexts: true\n"
 
 #: lib/io/kfilesystemtype.cpp:236
@@ -807,12 +807,10 @@
 msgstr "Không tìm được tệp thực thi lsof trong PATH:"
 
 #: lib/util/klistopenfilesjob_unix.cpp:55
-#, fuzzy, qt-format
-#| msgctxt "QObject|"
-#| msgid "Failed to execute `lsof' error code %1"
+#, qt-format
 msgctxt "QObject|"
 msgid "Failed to execute `lsof'. Error code %1"
-msgstr "Thực thi `lsof' thất bại, mã lỗi %1"
+msgstr "Thực thi `lsof' thất bại. Mã lỗi %1"
 
 #: lib/util/klistopenfilesjob_win.cpp:27
 msgctxt "QObject|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/poqm/zh_CN/kcoreaddons5_qt.po 
new/kcoreaddons-5.101.0/poqm/zh_CN/kcoreaddons5_qt.po
--- old/kcoreaddons-5.100.0/poqm/zh_CN/kcoreaddons5_qt.po       2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/poqm/zh_CN/kcoreaddons5_qt.po       2022-12-03 
10:44:06.000000000 +0100
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2022-10-30 07:47\n"
+"PO-Revision-Date: 2022-12-01 06:52\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
@@ -801,12 +801,10 @@
 msgstr "无法在 PATH 参数中找到 lsof 的可执行程序:"
 
 #: lib/util/klistopenfilesjob_unix.cpp:55
-#, fuzzy, qt-format
-#| msgctxt "QObject|"
-#| msgid "Failed to execute `lsof' error code %1"
+#, qt-format
 msgctxt "QObject|"
 msgid "Failed to execute `lsof'. Error code %1"
-msgstr "执行 lsof 失败,错误代码 %1"
+msgstr "执行 `lsof' 失败。错误代码 %1"
 
 #: lib/util/klistopenfilesjob_win.cpp:27
 msgctxt "QObject|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/src/lib/io/kdirwatch.cpp 
new/kcoreaddons-5.101.0/src/lib/io/kdirwatch.cpp
--- old/kcoreaddons-5.100.0/src/lib/io/kdirwatch.cpp    2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/src/lib/io/kdirwatch.cpp    2022-12-03 
10:44:06.000000000 +0100
@@ -1562,7 +1562,8 @@
             return true;
         }
         // fontconfig updates the cache on every KDE app start
-        // (inclusive kio_thumbnail slaves)
+        // as well as during kio_thumbnail worker execution
+        // TODO:; check which fontconfig version this file was deprecated and 
the check can be removed
         if (strncmp(filename, ".fonts.cache", 12) == 0) {
             return true;
         }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/src/lib/jobs/kjob.h 
new/kcoreaddons-5.101.0/src/lib/jobs/kjob.h
--- old/kcoreaddons-5.100.0/src/lib/jobs/kjob.h 2022-11-05 13:24:46.000000000 
+0100
+++ new/kcoreaddons-5.101.0/src/lib/jobs/kjob.h 2022-12-03 10:44:06.000000000 
+0100
@@ -345,12 +345,19 @@
     unsigned long percent() const;
 
     /**
-     * set the auto-delete property of the job. If @p autodelete is
-     * set to false the job will not delete itself once it is finished.
+     * Sets the auto-delete property of the job. If @p autodelete is
+     * set to @c false the job will not delete itself once it is finished.
      *
-     * The default for any KJob is to automatically delete itself.
+     * The default for any KJob is to automatically delete itself, which
+     * implies that the job was created on the heap (using <tt>new</tt>).
+     * If the job is created on the stack (which isn't the typical use-case
+     * for a job) then you must set auto-delete to @c false, otherwise you
+     * could get a crash when the job finishes and tries to delete itself.
      *
-     * @param autodelete set to false to disable automatic deletion
+     * @note If you set auto-delete to @c false then you need to kill the
+     * job manually, ideally by calling kill().
+     *
+     * @param autodelete set to @c false to disable automatic deletion
      * of the job.
      */
     void setAutoDelete(bool autodelete);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcoreaddons-5.100.0/src/lib/jobs/kjobtrackerinterface.cpp 
new/kcoreaddons-5.101.0/src/lib/jobs/kjobtrackerinterface.cpp
--- old/kcoreaddons-5.100.0/src/lib/jobs/kjobtrackerinterface.cpp       
2022-11-05 13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/src/lib/jobs/kjobtrackerinterface.cpp       
2022-12-03 10:44:06.000000000 +0100
@@ -25,6 +25,7 @@
     : QObject(parent)
     , d(new KJobTrackerInterfacePrivate(this))
 {
+    qRegisterMetaType<KJob::Unit>();
     qRegisterMetaType<QPair<QString, QString>>();
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcoreaddons-5.100.0/src/lib/util/kprocesslist_unix_procstat_p.h 
new/kcoreaddons-5.101.0/src/lib/util/kprocesslist_unix_procstat_p.h
--- old/kcoreaddons-5.100.0/src/lib/util/kprocesslist_unix_procstat_p.h 
2022-11-05 13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/src/lib/util/kprocesslist_unix_procstat_p.h 
2022-12-03 10:44:06.000000000 +0100
@@ -97,7 +97,6 @@
         {
             QStringList command_line;
             QString command;
-            char pathname[PATH_MAX];
             struct kinfo_proc *proc = &processes.procs[pos];
 
             // Don't use procstat_getpathname() because:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/src/lib/util/kuser_unix.cpp 
new/kcoreaddons-5.101.0/src/lib/util/kuser_unix.cpp
--- old/kcoreaddons-5.100.0/src/lib/util/kuser_unix.cpp 2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/src/lib/util/kuser_unix.cpp 2022-12-03 
10:44:06.000000000 +0100
@@ -432,8 +432,8 @@
 };
 
 KUserGroup::KUserGroup(KUser::UIDMode mode)
+    : d(new KUserGroupPrivate(KUser(mode).groupId().nativeId()))
 {
-    d = new KUserGroupPrivate(KUser(mode).groupId().nativeId());
 }
 
 KUserGroup::KUserGroup(K_GID _gid)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.100.0/src/mimetypes/kde5.xml 
new/kcoreaddons-5.101.0/src/mimetypes/kde5.xml
--- old/kcoreaddons-5.100.0/src/mimetypes/kde5.xml      2022-11-05 
13:24:46.000000000 +0100
+++ new/kcoreaddons-5.101.0/src/mimetypes/kde5.xml      2022-12-03 
10:44:06.000000000 +0100
@@ -1302,6 +1302,7 @@
     <comment xml:lang="my">အေဘီစီ 
ဂီတဆိုင်ရာမှတ်သားချက်များ 
ဖိုင်လ်</comment>
     <comment xml:lang="nl">abc-muzieknotatiebestand</comment>
     <comment xml:lang="nn">abc-musikknotasjonsfil</comment>
+    <comment xml:lang="pa">ਓਬੀਸੀ ਸੰਗੀਤ ਨਿਸ਼ਾਨ 
ਫਾਈਲ</comment>
     <comment xml:lang="pl">plik zapisu muzyki abc</comment>
     <comment xml:lang="pt">Ficheiro de notação musical do 'abc'</comment>
     <comment xml:lang="pt_BR">arquivo de notação musical do abc</comment>
@@ -2211,7 +2212,7 @@
     <comment 
xml:lang="my">ဝေါဟာရလေ့ကျင့်ရန်မှတ်တမ်းá€
…ာအုပ်</comment>
     <comment xml:lang="nl">document voor woordenschattrainer</comment>
     <comment xml:lang="nn">ordtreningsdokument</comment>
-    <comment xml:lang="pa">ਸ਼ਬਦਕੋਸ਼ ਟਰੇਨਰ 
ਡੌਕੂਮੈਂਟ</comment>
+    <comment xml:lang="pa">ਸ਼ਬਦਾਵਲੀ ਸਿਖਲਾਈ 
ਡੌਕੂਮੈਂਟ</comment>
     <comment xml:lang="pl">dokument do ćwiczenia słownictwa</comment>
     <comment xml:lang="pt">documento de treino de vocabulários</comment>
     <comment xml:lang="pt_BR">documento de treino de vocabulários</comment>
@@ -2417,6 +2418,7 @@
     <comment xml:lang="my">အမ်ဘရီလို 
ယူအမ်အယ်လ် ပုံစ
ံရေးဆွဲဖိုင်လ်</comment>
     <comment xml:lang="nl">Umbrello UML Modeller-bestand</comment>
     <comment xml:lang="nn">Umbrello UML Modeller-fil</comment>
+    <comment xml:lang="pa">ਉਮਬਰਿੱਲੋ UML ਮੋਡੇਲਰ 
ਫਾਈਲ</comment>
     <comment xml:lang="pl">Plik programu modelującego Umbrello UML</comment>
     <comment xml:lang="pt">Ficheiro de modelação em UML do Umbrello</comment>
     <comment xml:lang="pt_BR">Arquivo de modelador UML do Umbrello</comment>
@@ -2899,6 +2901,7 @@
     <comment xml:lang="my">ကေကွန်ဖစ်အိပ်စ်တီ 
ကုတ်ထုတ်လုပ်ရေး 
ရွေးချယ်မှုများ</comment>
     <comment xml:lang="nl">Codegeneratie-opties van KConfigXT</comment>
     <comment xml:lang="nn">KConfigXT-kodegeneringsval</comment>
+    <comment xml:lang="pa">KConfigXT ਕੋਡ ਨਿਰਮਾਣ 
ਚੋਣਾਂ</comment>
     <comment xml:lang="pl">Ustawienia do tworzenia kodu KConfigXT</comment>
     <comment xml:lang="pt">Opções de Geração de Código do 
KConfigXT</comment>
     <comment xml:lang="pt_BR">Opções de geração de código do 
KConfigXT</comment>
@@ -2951,6 +2954,7 @@
     <comment xml:lang="my">ကေအိပ်စ
်အမ်အယ်လ်ဂျီယူအိုင် ယူအိုင် 
ကြေညာချက်</comment>
     <comment xml:lang="nl">Declaratie van KXMLGUI UI</comment>
     <comment xml:lang="nn">KXMLGUI UI-deklarasjon</comment>
+    <comment xml:lang="pa">KXMLGUI UI ਐਲਾਨ</comment>
     <comment xml:lang="pl">Deklaracja KXMLGUI UI</comment>
     <comment xml:lang="pt">Declaração de UI do KXMLGUI</comment>
     <comment xml:lang="pt_BR">Declaração UI do KXMLGUI</comment>
@@ -3006,6 +3010,7 @@
     <comment 
xml:lang="my">ကေအကြောင်းကြားချက် 
ကြေညာချက်</comment>
     <comment xml:lang="nl">Declaratie van KNotification</comment>
     <comment xml:lang="nn">KNotification-deklarasjon</comment>
+    <comment xml:lang="pa">ਕੇ-ਨੋਟੀਫਿਕੇਸ਼ਨ 
ਐਲਾਨ</comment>
     <comment xml:lang="pl">Deklaracja KNotification</comment>
     <comment xml:lang="pt">Declaração do KNotification</comment>
     <comment xml:lang="pt_BR">Declaração do KNotification</comment>

Reply via email to