Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-thunderbolt for 
openSUSE:Factory checked in at 2022-06-13 13:02:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-thunderbolt (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-thunderbolt.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-thunderbolt"

Mon Jun 13 13:02:45 2022 rev:51 rq:981932 version:5.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-thunderbolt/plasma5-thunderbolt.changes  
2022-05-05 23:06:06.709536209 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-thunderbolt.new.1548/plasma5-thunderbolt.changes
        2022-06-13 13:03:13.973175873 +0200
@@ -1,0 +2,20 @@
+Thu Jun  9 11:15:04 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.25.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.25.0
+- No code changes since 5.24.90
+
+-------------------------------------------------------------------
+Thu May 19 19:46:05 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.24.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.24.90
+- Changes since 5.24.5:
+  * Add CI qt6 support
+  * Make it compiles against qt6
+
+-------------------------------------------------------------------

Old:
----
  plasma-thunderbolt-5.24.5.tar.xz
  plasma-thunderbolt-5.24.5.tar.xz.sig

New:
----
  plasma-thunderbolt-5.25.0.tar.xz
  plasma-thunderbolt-5.25.0.tar.xz.sig

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

Other differences:
------------------
++++++ plasma5-thunderbolt.spec ++++++
--- /var/tmp/diff_new_pack.cWr8pR/_old  2022-06-13 13:03:14.673176850 +0200
+++ /var/tmp/diff_new_pack.cWr8pR/_new  2022-06-13 13:03:14.677176856 +0200
@@ -23,15 +23,15 @@
 %define qt5_version 5.10.0
 %bcond_without released
 Name:           plasma5-thunderbolt
-Version:        5.24.5
+Version:        5.25.0
 Release:        0
 Summary:        Plasma frontend for Thunderbolt 3 security levels
 License:        GPL-2.0-or-later
 Group:          Productivity/Security
 URL:            http://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/plasma-thunderbolt-%{version}.tar.xz
+Source:         plasma-thunderbolt-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/plasma-thunderbolt-%{version}.tar.xz.sig
+Source1:        plasma-thunderbolt-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}

++++++ plasma-thunderbolt-5.24.5.tar.xz -> plasma-thunderbolt-5.25.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/.gitlab-ci.yml 
new/plasma-thunderbolt-5.25.0/.gitlab-ci.yml
--- old/plasma-thunderbolt-5.24.5/.gitlab-ci.yml        2022-05-03 
12:37:37.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/.gitlab-ci.yml        2022-06-09 
11:17:33.000000000 +0200
@@ -4,3 +4,4 @@
 include:
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/CMakeLists.txt 
new/plasma-thunderbolt-5.25.0/CMakeLists.txt
--- old/plasma-thunderbolt-5.24.5/CMakeLists.txt        2022-05-03 
12:37:57.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/CMakeLists.txt        2022-06-09 
11:17:43.000000000 +0200
@@ -7,7 +7,7 @@
 #################################################
 # Dependencies
 set(QT_MIN_VERSION "5.15.0")
-set(KF5_VERSION "5.86")
+set(KF5_VERSION "5.90")
 set(KDE_COMPILERSETTINGS_LEVEL "5.82")
 
 find_package(ECM ${KF5_VERSION} REQUIRED)
@@ -30,11 +30,11 @@
 #################################################
 # Dependencies
 
-find_package(Qt5Core ${QT_VERSION} REQUIRED)
-find_package(Qt5Quick ${QT_VERSION} REQUIRED)
-find_package(Qt5DBus ${QT_VERSION} REQUIRED)
+find_package(Qt${QT_MAJOR_VERSION}Core ${QT_VERSION} REQUIRED)
+find_package(Qt${QT_MAJOR_VERSION}Quick ${QT_VERSION} REQUIRED)
+find_package(Qt${QT_MAJOR_VERSION}DBus ${QT_VERSION} REQUIRED)
 if (BUILD_TESTING)
-    find_package(Qt5Test ${QT_VERSION} REQUIRED)
+    find_package(Qt${QT_MAJOR_VERSION}Test ${QT_VERSION} REQUIRED)
 endif()
 
 find_package(KF5CoreAddons ${KF5_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/po/ca@valencia/kcm_bolt.po 
new/plasma-thunderbolt-5.25.0/po/ca@valencia/kcm_bolt.po
--- old/plasma-thunderbolt-5.24.5/po/ca@valencia/kcm_bolt.po    2022-05-03 
12:37:40.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/po/ca@valencia/kcm_bolt.po    2022-06-09 
11:17:34.000000000 +0200
@@ -75,7 +75,7 @@
 #: package/contents/ui/DeviceView.qml:77
 #, kde-format
 msgid "Authorized at:"
-msgstr "Autoritzat a:"
+msgstr "Autorisat a:"
 
 #: package/contents/ui/DeviceView.qml:82
 #, kde-format
@@ -105,12 +105,12 @@
 #: package/contents/ui/DeviceView.qml:101
 #, kde-format
 msgid "Authorizing..."
-msgstr "Autoritzaci??..."
+msgstr "Autorisaci??..."
 
 #: package/contents/ui/DeviceView.qml:101
 #, kde-format
 msgid "Authorize"
-msgstr "Autoritza"
+msgstr "Autorisa"
 
 #: package/contents/ui/DeviceView.qml:112
 #: package/contents/ui/DeviceView.qml:132
@@ -140,7 +140,7 @@
 "Hint: trusted device will be automatically authorized the next time it is "
 "connected to the computer."
 msgstr ""
-"Suggeriment: el dispositiu de confian??a s'autoritzar?? autom??ticament la "
+"Sugeriment: el dispositiu de confian??a s'autorisar?? autom??ticament la "
 "pr??xima vegada que es connecte a l'ordinador."
 
 #: package/contents/ui/DeviceView.qml:170
@@ -149,7 +149,7 @@
 "Hint: an untrusted device needs to be manually authorized each time it is "
 "connected to the computer."
 msgstr ""
-"Suggeriment: el dispositiu sense confian??a necessitar?? que s'autoritzi "
+"Sugeriment: el dispositiu sense confian??a necessitar?? que s'autorise "
 "manualment cada vegada que es connecte a l'ordinador."
 
 #: package/contents/ui/main.qml:18
@@ -185,11 +185,11 @@
 
 #: package/contents/ui/utils.js:23
 msgid "Authorization Error"
-msgstr "Error d'autoritzaci??"
+msgstr "S'ha produ??t un error d'autorisaci??"
 
 #: package/contents/ui/utils.js:25
 msgid "Authorizing"
-msgstr "Autoritzaci??"
+msgstr "Autorisaci??"
 
 #: package/contents/ui/utils.js:29
 msgid "Reduced Functionality"
@@ -197,7 +197,7 @@
 
 #: package/contents/ui/utils.js:31
 msgid "Connected & Authorized"
-msgstr "Connectat i autoritzat"
+msgstr "Connectat i autorisat"
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-thunderbolt-5.24.5/po/ca@valencia/kded_bolt.po 
new/plasma-thunderbolt-5.25.0/po/ca@valencia/kded_bolt.po
--- old/plasma-thunderbolt-5.24.5/po/ca@valencia/kded_bolt.po   2022-05-03 
12:37:40.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/po/ca@valencia/kded_bolt.po   2022-06-09 
11:17:34.000000000 +0200
@@ -31,8 +31,8 @@
 "Unauthorized Thunderbolt device <b>%1</b> was detected. Do you want to "
 "authorize it?"
 msgstr ""
-"S'ha detectat el dispositiu Thunderbolt <b>%1</b> no autoritzat. El voleu "
-"autoritzar?"
+"S'ha detectat el dispositiu Thunderbolt <b>%1</b> no autorisat. El voleu "
+"autorisar?"
 
 #: kded_bolt.cpp:70
 #, kde-format
@@ -42,27 +42,26 @@
 "%1 unauthorized Thunderbolt devices were detected. Do you want to authorize "
 "them?"
 msgstr[0] ""
-"S'ha detectat %1 dispositiu Thunderbolt no autoritzat. El voleu autoritzar?"
+"S'ha detectat %1 dispositiu Thunderbolt no autorisat. El voleu autorisar?"
 msgstr[1] ""
-"S'han detectat %1 dispositius Thunderbolt no autoritzats. Els voleu "
-"autoritzar?"
+"S'han detectat %1 dispositius Thunderbolt no autorisats. Els voleu autorisar?"
 
 #: kded_bolt.cpp:77
 #, kde-format
 msgid "Authorize Now"
-msgstr "Autoritza ara"
+msgstr "Autorisa ara"
 
 #: kded_bolt.cpp:77
 #, kde-format
 msgid "Authorize Permanently"
-msgstr "Autoritza permanentment"
+msgstr "Autorisa permanentment"
 
 #: kded_bolt.cpp:128
 #, kde-format
 msgid "Thunderbolt Device Authorization Error"
-msgstr "Error d'autoritzaci?? del dispositiu Thunderbolt"
+msgstr "S'ha produ??t un error d'autorisaci?? del dispositiu Thunderbolt"
 
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "No s'ha pogut autoritzar el dispositiu Thunderbolt <b>%1</b>: %2"
\ No newline at end of file
+msgstr "No s'ha pogut autorisar el dispositiu Thunderbolt <b>%1</b>: %2"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/po/tr/kcm_bolt.po 
new/plasma-thunderbolt-5.25.0/po/tr/kcm_bolt.po
--- old/plasma-thunderbolt-5.24.5/po/tr/kcm_bolt.po     1970-01-01 
01:00:00.000000000 +0100
+++ new/plasma-thunderbolt-5.25.0/po/tr/kcm_bolt.po     2022-06-09 
11:17:42.000000000 +0200
@@ -0,0 +1,198 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the plasma-thunderbolt 
package.
+#
+# Volkan Gezer <volkange...@gmail.com>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma-thunderbolt\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2021-05-04 00:21+0000\n"
+"PO-Revision-Date: 2022-02-27 13:36+0100\n"
+"Last-Translator: Volkan Gezer <volkange...@gmail.com>\n"
+"Language-Team: Turkish <kde-l10n...@kde.org>\n"
+"Language: tr\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 20.12.3\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Emir SARI"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "emir_s...@icloud.com"
+
+#: kcm_bolt.cpp:70
+#, kde-format
+msgid "Thunderbolt Device Management"
+msgstr "Thunderbolt Ayg??t Y??netimi"
+
+#: kcm_bolt.cpp:72
+#, kde-format
+msgid "System Settings module for managing Thunderbolt devices."
+msgstr "Thunderbolt ayg??tlar??n?? y??netmek i??in Sistem Ayarlar?? mod??l??."
+
+#: kcm_bolt.cpp:74
+#, kde-format
+msgid "Daniel Vr??til"
+msgstr "Daniel Vr??til"
+
+#: package/contents/ui/DeviceList.qml:27
+#, kde-format
+msgid "Enable Thunderbolt devices"
+msgstr "Thunderbolt ayg??tlar??n?? etkinle??tir"
+
+#: package/contents/ui/DeviceList.qml:61
+#, kde-format
+msgid "No Thunderbolt devices connected"
+msgstr "Ba??l?? Thunderbolt ayg??t?? yok"
+
+#: package/contents/ui/DeviceView.qml:64
+#, kde-format
+msgid "Vendor:"
+msgstr "??retici:"
+
+#: package/contents/ui/DeviceView.qml:68
+#, kde-format
+msgid "UID:"
+msgstr "UID:"
+
+#: package/contents/ui/DeviceView.qml:72
+#, kde-format
+msgid "Status:"
+msgstr "Durum:"
+
+#: package/contents/ui/DeviceView.qml:77
+#, kde-format
+msgid "Authorized at:"
+msgstr "Do??ruland??:"
+
+#: package/contents/ui/DeviceView.qml:82
+#, kde-format
+msgid "Connected at:"
+msgstr "Ba??l??:"
+
+#: package/contents/ui/DeviceView.qml:87
+#, kde-format
+msgid "Enrolled at:"
+msgstr "Kayd?? yaz??l??:"
+
+#: package/contents/ui/DeviceView.qml:91
+#, kde-format
+msgid "Yes"
+msgstr "Evet"
+
+#: package/contents/ui/DeviceView.qml:91
+#, kde-format
+msgid "No"
+msgstr "Hay??r"
+
+#: package/contents/ui/DeviceView.qml:92
+#, kde-format
+msgid "Trusted:"
+msgstr "G??venilir:"
+
+#: package/contents/ui/DeviceView.qml:101
+#, kde-format
+msgid "Authorizing..."
+msgstr "Kimlik do??rulan??yor..."
+
+#: package/contents/ui/DeviceView.qml:101
+#, kde-format
+msgid "Authorize"
+msgstr "Kimli??ini do??rula"
+
+#: package/contents/ui/DeviceView.qml:112
+#: package/contents/ui/DeviceView.qml:132
+#, kde-format
+msgid "Failed to enroll device <b>%1</b>: %2"
+msgstr "<b>%1</b> ayg??t?? kayd?? yaz??lamad??: %2"
+
+#: package/contents/ui/DeviceView.qml:119
+#, kde-format
+msgid "Trust this Device"
+msgstr "Bu Ayg??ta G??ven"
+
+#: package/contents/ui/DeviceView.qml:140
+#, kde-format
+msgid "Revoke Trust"
+msgstr "G??venme"
+
+#: package/contents/ui/DeviceView.qml:152
+#, kde-format
+msgid "Error changing device trust: <b>%1</b>: %2"
+msgstr "Ayg??t g??veni de??i??tirilirken hata: <b>%1</b>: %2"
+
+#: package/contents/ui/DeviceView.qml:169
+#, kde-format
+msgid ""
+"Hint: trusted device will be automatically authorized the next time it is "
+"connected to the computer."
+msgstr ""
+"??pucu: G??venilen ayg??t, bir sonraki bilgisayara ba??land??????nda 
do??rudan "
+"kullan??labilir olacakt??r."
+
+#: package/contents/ui/DeviceView.qml:170
+#, kde-format
+msgid ""
+"Hint: an untrusted device needs to be manually authorized each time it is "
+"connected to the computer."
+msgstr ""
+"??pucu: G??venilmeyen bir ayg??t, bilgisayara her ba??land??????nda yeniden 
kimlik "
+"do??rulama isteyecektir."
+
+#: package/contents/ui/main.qml:18
+#, kde-format
+msgid ""
+"This module allows you to manage Thunderbolt devices connected to your "
+"computer."
+msgstr ""
+"Bu mod??l, bilgisayar??n??za ba??l??n olar Thunderbolt ayg??tlar??n?? 
y??netmenize "
+"izin verir."
+
+#: package/contents/ui/main.qml:40
+#, kde-format
+msgid "Thunderbolt support has been disabled in BIOS"
+msgstr "Thunderbolt deste??i BIOS'ta devre d?????? b??rak??lm????"
+
+#: package/contents/ui/main.qml:45
+#, kde-format
+msgid "Thunderbolt subsystem is not available"
+msgstr "Thunderbolt alt sistemi kullan??labilir de??il"
+
+#: package/contents/ui/utils.js:16
+msgid "Disconnected"
+msgstr "Ba??lant?? kesildi"
+
+#: package/contents/ui/utils.js:18
+msgid "Connecting"
+msgstr "Ba??lan??yor"
+
+#: package/contents/ui/utils.js:20
+msgid "Connected"
+msgstr "Ba??l??"
+
+#: package/contents/ui/utils.js:23
+msgid "Authorization Error"
+msgstr "Kimlik Do??rulama Hatas??"
+
+#: package/contents/ui/utils.js:25
+msgid "Authorizing"
+msgstr "Kimlik Do??rulan??yor"
+
+#: package/contents/ui/utils.js:29
+msgid "Reduced Functionality"
+msgstr "Azalt??lm???? ????levsellik"
+
+#: package/contents/ui/utils.js:31
+msgid "Connected & Authorized"
+msgstr "Ba??l?? & Kimli??i Do??rulanm????"
+
+#: package/contents/ui/utils.js:38
+msgid "Trusted"
+msgstr "G??venilir"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/po/tr/kded_bolt.po 
new/plasma-thunderbolt-5.25.0/po/tr/kded_bolt.po
--- old/plasma-thunderbolt-5.24.5/po/tr/kded_bolt.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/plasma-thunderbolt-5.25.0/po/tr/kded_bolt.po    2022-06-09 
11:17:42.000000000 +0200
@@ -0,0 +1,66 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the plasma-thunderbolt 
package.
+#
+# Emir SARI <emir_s...@icloud.com>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma-thunderbolt\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2021-05-04 00:21+0000\n"
+"PO-Revision-Date: 2022-03-11 02:51+0300\n"
+"Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
+"Language-Team: Turkish <kde-l10n...@kde.org>\n"
+"Language: tr\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 21.12.3\n"
+
+#: kded_bolt.cpp:67
+#, kde-format
+msgid "New Thunderbolt Device Detected"
+msgstr "Yeni Thunderbolt Ayg??t?? Alg??land??"
+
+#: kded_bolt.cpp:68
+#, kde-format
+msgid ""
+"Unauthorized Thunderbolt device <b>%1</b> was detected. Do you want to "
+"authorize it?"
+msgstr ""
+"Kimli??i do??rulanmam???? Thunderbolt ayg??t?? <b>%1</b> alg??land??. 
Kimli??ini "
+"do??rulamak istiyor musunuz?"
+
+#: kded_bolt.cpp:70
+#, kde-format
+msgid ""
+"%1 unauthorized Thunderbolt device was detected. Do you want to authorize it?"
+msgid_plural ""
+"%1 unauthorized Thunderbolt devices were detected. Do you want to authorize "
+"them?"
+msgstr[0] ""
+"%1 do??rulanmam???? Thunderbolt ayg??t?? alg??land??. Kimli??ini do??rulamak 
istiyor "
+"musunuz?"
+msgstr[1] ""
+"%1 do??rulanmam???? Thunderbolt ayg??t?? alg??land??. Kimliklerini 
do??rulamak "
+"istiyor musunuz?"
+
+#: kded_bolt.cpp:77
+#, kde-format
+msgid "Authorize Now"
+msgstr "??imdi Kimlik Do??rula"
+
+#: kded_bolt.cpp:77
+#, kde-format
+msgid "Authorize Permanently"
+msgstr "Kal??c?? Olarak Kimlik Do??rula"
+
+#: kded_bolt.cpp:128
+#, kde-format
+msgid "Thunderbolt Device Authorization Error"
+msgstr "Thunderbolt Ayg??t Kimlik Do??rulama Hatas??"
+
+#: kded_bolt.cpp:129
+#, kde-format
+msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
+msgstr "Thunderbolt ayg??t?? <b>%1</b> kimli??i do??rulanamad??: %2"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/po/zh_CN/kcm_bolt.po 
new/plasma-thunderbolt-5.25.0/po/zh_CN/kcm_bolt.po
--- old/plasma-thunderbolt-5.24.5/po/zh_CN/kcm_bolt.po  2022-05-03 
12:37:56.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/po/zh_CN/kcm_bolt.po  2022-06-09 
11:17:43.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-04 00:21+0000\n"
-"PO-Revision-Date: 2022-04-26 15:33\n"
+"PO-Revision-Date: 2022-06-05 04:20\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/po/zh_CN/kded_bolt.po 
new/plasma-thunderbolt-5.25.0/po/zh_CN/kded_bolt.po
--- old/plasma-thunderbolt-5.24.5/po/zh_CN/kded_bolt.po 2022-05-03 
12:37:56.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/po/zh_CN/kded_bolt.po 2022-06-09 
11:17:43.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-04 00:21+0000\n"
-"PO-Revision-Date: 2022-04-26 15:33\n"
+"PO-Revision-Date: 2022-06-05 04:20\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/src/kcm/kcm_bolt.desktop 
new/plasma-thunderbolt-5.25.0/src/kcm/kcm_bolt.desktop
--- old/plasma-thunderbolt-5.24.5/src/kcm/kcm_bolt.desktop      2022-05-03 
12:37:37.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/src/kcm/kcm_bolt.desktop      2022-06-09 
11:17:33.000000000 +0200
@@ -36,6 +36,7 @@
 Name[sk]=Thunderbolt
 Name[sl]=Thunderbolt
 Name[sv]=Thunderbolt
+Name[tr]=Thunderbolt
 Name[uk]=Thunderbolt
 Name[x-test]=xxThunderboltxx
 Name[zh_CN]=????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/src/kcm/kcm_bolt.json 
new/plasma-thunderbolt-5.25.0/src/kcm/kcm_bolt.json
--- old/plasma-thunderbolt-5.24.5/src/kcm/kcm_bolt.json 2022-05-03 
12:37:37.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/src/kcm/kcm_bolt.json 2022-06-09 
11:17:33.000000000 +0200
@@ -21,12 +21,14 @@
         "Description[nn]": "Handsaming av Thunderbolt-einingar",
         "Description[pa]": "???????????????????????? ?????????????????? 
??????????????????",
         "Description[pl]": "Zarz??dzanie urz??dzeniem Thunderbolt",
+        "Description[pt]": "Gest??o de Dispositivos Thunderbolt",
         "Description[pt_BR]": "Gerenciamento de dispositivos Thunderbolt",
         "Description[ro]": "Gestiune dispozitive Thunderbolt",
         "Description[ru]": "???????????????????? ???????????????????????? 
Thunderbolt",
         "Description[sk]": "Spr??va zariadenia Thunderbolt",
         "Description[sl]": "Upravljanje naprav Thunderbolt",
         "Description[sv]": "Thunderbolt enhetshantering",
+        "Description[tr]": "Thunderbolt Ayg??t Y??netimi",
         "Description[uk]": "?????????????????? ???????????????????? 
Thunderbolt",
         "Description[x-test]": "xxThunderbolt Device Managementxx",
         "Description[zh_CN]": "????????????????????????",
@@ -63,6 +65,7 @@
         "Name[sk]": "Thunderbolt",
         "Name[sl]": "Thunderbolt",
         "Name[sv]": "Thunderbolt",
+        "Name[tr]": "Thunderbolt",
         "Name[uk]": "Thunderbolt",
         "Name[x-test]": "xxThunderboltxx",
         "Name[zh_CN]": "????????????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/src/kded/CMakeLists.txt 
new/plasma-thunderbolt-5.25.0/src/kded/CMakeLists.txt
--- old/plasma-thunderbolt-5.24.5/src/kded/CMakeLists.txt       2022-05-03 
12:37:37.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/src/kded/CMakeLists.txt       2022-06-09 
11:17:33.000000000 +0200
@@ -27,5 +27,5 @@
     kbolt
 )
 
-install(TARGETS kded_bolt DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/kded)
-install(FILES kded_bolt.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR})
+install(TARGETS kded_bolt DESTINATION 
${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/kded)
+install(FILES kded_bolt.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/src/kded/kded_bolt.desktop 
new/plasma-thunderbolt-5.25.0/src/kded/kded_bolt.desktop
--- old/plasma-thunderbolt-5.24.5/src/kded/kded_bolt.desktop    2022-05-03 
12:37:37.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/src/kded/kded_bolt.desktop    2022-06-09 
11:17:33.000000000 +0200
@@ -31,6 +31,7 @@
 Name[sk]=Monitor zariadenia Thunderbolt
 Name[sl]=Monitor naprav Thunderbolt
 Name[sv]=Thunderbolt enhets??vervakare
+Name[tr]=Thunderbolt Ayg??t ??zleyicisi
 Name[uk]=?????????????????????????? ???? ???????????????????? Thunderbolt
 Name[x-test]=xxThunderbolt Device Monitorxx
 Name[zh_CN]=???????????????????????????
@@ -67,6 +68,7 @@
 Comment[sk]=Monitor zariadenia Thunderbolt
 Comment[sl]=Monitor naprav Thunderbolt
 Comment[sv]=Thunderbolt enhets??vervakare
+Comment[tr]=Thunderbolt Ayg??t ??zleyicisi
 Comment[uk]=?????????????????????????? ???? ???????????????????? Thunderbolt
 Comment[x-test]=xxThunderbolt Device Monitorxx
 Comment[zh_CN]=???????????????????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-thunderbolt-5.24.5/src/kded/kded_bolt.notifyrc 
new/plasma-thunderbolt-5.25.0/src/kded/kded_bolt.notifyrc
--- old/plasma-thunderbolt-5.24.5/src/kded/kded_bolt.notifyrc   2022-05-03 
12:37:37.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/src/kded/kded_bolt.notifyrc   2022-06-09 
11:17:33.000000000 +0200
@@ -32,6 +32,7 @@
 Name[sk]=Monitor zariadenia Thunderbolt
 Name[sl]=Monitor naprav Thunderbolt
 Name[sv]=Thunderbolt enhets??vervakare
+Name[tr]=Thunderbolt Ayg??t ??zleyicisi
 Name[uk]=?????????????????????????? ???? ???????????????????? Thunderbolt
 Name[x-test]=xxThunderbolt Device Monitorxx
 Name[zh_CN]=???????????????????????????
@@ -68,6 +69,7 @@
 Comment[sk]=Monitor zariadenia Thunderbolt
 Comment[sl]=Monitor naprav Thunderbolt
 Comment[sv]=Thunderbolt enhets??vervakare
+Comment[tr]=Thunderbolt Ayg??t ??zleyicisi
 Comment[uk]=?????????????????????????? ???? ???????????????????? Thunderbolt
 Comment[x-test]=xxThunderbolt Device Monitorxx
 Comment[zh_CN]=???????????????????????????
@@ -106,6 +108,7 @@
 Name[sk]=Upozornenie
 Name[sl]=Opozorilo
 Name[sv]=Varning
+Name[tr]=Uyar??
 Name[uk]=????????????????????????
 Name[x-test]=xxWarningxx
 Name[zh_CN]=??????
@@ -114,7 +117,7 @@
 Comment[ar]=???????????????? ???????????????? ??????????????
 Comment[az]=X??b??rdarl??q bildiri??l??ri ??????n istifad?? olunur
 Comment[ca]=S'usa per a les notificacions d'av??s
-Comment[ca@valencia]=S'utilitza per a les notificacions d'av??s
+Comment[ca@valencia]=S'utilisa per a les notificacions d'av??s
 Comment[cs]=Pou??ito pro varov??n?? a upozorn??n??
 Comment[da]=Bruges til advarselsbekendtg??relser
 Comment[de]=Verwendet f??r Warnmeldungen
@@ -142,6 +145,7 @@
 Comment[sk]=Pou????va sa pre varovn?? upozornenia
 Comment[sl]=Uporablja se za opozorila
 Comment[sv]=Anv??nds f??r varningsunderr??ttelser
+Comment[tr]=Uyar?? bildirimleri i??in kullan??l??r
 Comment[uk]=???????????????????????????????? ?????? ??????????????????????
 Comment[x-test]=xxUsed for warning notificationsxx
 Comment[zh_CN]=????????????????????????
@@ -180,6 +184,7 @@
 Name[sk]=Chyba
 Name[sl]=Napaka
 Name[sv]=Fel
+Name[tr]=Hata
 Name[uk]=??????????????
 Name[x-test]=xxErrorxx
 Name[zh_CN]=??????
@@ -188,7 +193,7 @@
 Comment[ar]=???????????????? ???????????????? ??????????????
 Comment[az]=X??b??rdarl??q bildiri??l??ri ??????n istifad?? olunur
 Comment[ca]=S'usa per a les notificacions d'error
-Comment[ca@valencia]=S'utilitza per a les notificacions d'error
+Comment[ca@valencia]=S'utilisa per a les notificacions d'error
 Comment[cs]=Pou??ito pro upozorn??n?? na chyby
 Comment[da]=Bruges til bekendtg??relser om fejl
 Comment[de]=Verwendet f??r Fehlermeldungen
@@ -216,6 +221,7 @@
 Comment[sk]=Pou??it?? na notifik??ciu ch??b
 Comment[sl]=Uporablja se za opozorila o napakah
 Comment[sv]=Anv??nds f??r felunderr??ttelser
+Comment[tr]=Hata bildirimleri i??in kullan??l??r
 Comment[uk]=???????????????????????????????? ?????? ?????????????????? ?????? 
??????????????
 Comment[x-test]=xxUsed for error notificationsxx
 Comment[zh_CN]=????????????????????????
@@ -227,7 +233,7 @@
 Name[ar]=???????? ???????? ?????? ????????
 Name[az]=??caz??siz cihaz qo??ulub
 Name[ca]=S'ha endollat un dispositiu no autoritzat
-Name[ca@valencia]=S'ha connectat un dispositiu no autoritzat
+Name[ca@valencia]=S'ha connectat un dispositiu no autorisat
 Name[cs]=Zapojeno neopr??vn??n?? za????zen??
 Name[da]=Ikke godkendt enhed tilsluttet
 Name[de]=Es ist ein nicht autorisiertes Ger??t angeschlossen
@@ -255,6 +261,7 @@
 Name[sk]=Je pripojen?? neautorizovan?? zariadenie
 Name[sl]=Priklju??ena je neodobrena naprava
 Name[sv]=Enhet utan beh??righet ??r ansluten
+Name[tr]=Kimli??i do??rulanmam???? ayg??t tak??ld??
 Name[uk]=?? ????????'???????????? ??'???????????? 
?????????????????????????????? ????????????????
 Name[x-test]=xxUnauthorized device is plugged inxx
 Name[zh_CN]=???????????????????????????
@@ -263,7 +270,7 @@
 Comment[ar]=???????? ???????? ???????? ???????? ?????? ???????? 
????????????????
 Comment[az]=??caz??siz Thunderbolt cihaz?? komputer?? qo??ulub.
 Comment[ca]=S'ha endollat un dispositiu Thunderbolt no autoritzat a l'ordinador
-Comment[ca@valencia]=S'ha connectat un dispositiu Thunderbolt no autoritzat a 
l'ordinador
+Comment[ca@valencia]=S'ha connectat un dispositiu Thunderbolt no autorisat a 
l'ordinador
 Comment[cs]=Do po????ta??e bylo zapojeno neopr??vn??n?? za????zen?? Thunderbolt
 Comment[da]=En ikke godkendt Thunderbolt-enhed er blevet tilsluttet computeren
 Comment[de]=Es ist ein nicht autorisiertes Thunderbolt-Ger??t wurde an den 
Rechner angeschlossen
@@ -290,6 +297,7 @@
 Comment[sk]=Neautorizovan?? Thunderbolt zariadenie je pripojen?? k po????ta??u
 Comment[sl]=Na ra??unalnik je bila priklju??ena neodobrena naprava Thunderbolt
 Comment[sv]=En Thunderbolt-enhet utan beh??righet har anslutits till datorn
+Comment[tr]=Bilgisayara kimli??i do??rulanmam???? bir Thunderbolt ayg??t?? 
tak??ld??
 Comment[uk]=?? ????????'???????????? ??'???????????? 
?????????????????????????????? ???????????????? Thunderbolt
 Comment[x-test]=xxAn unauthorized Thunderbolt device has been plugged into the 
computerxx
 Comment[zh_CN]=????????????????????????????????????????????????????????????
@@ -302,7 +310,7 @@
 Name[ar]=?????? ?????????? ?????????? ????????????
 Name[az]=Cihaza icaz?? verilm??si zaman?? x??ta
 Name[ca]=Error durant l'autoritzaci?? del dispositiu
-Name[ca@valencia]=Error durant l'autoritzaci?? del dispositiu
+Name[ca@valencia]=Error durant l'autorisaci?? del dispositiu
 Name[cs]=Chyba p??i ud??len?? opr??vn??n??
 Name[da]=Fejl under godkendelse af enhed
 Name[de]=Fehler bei Ger??teautorisation
@@ -329,6 +337,7 @@
 Name[sk]=Chyba po??as autoriz??cie zariadenia
 Name[sl]=Napaka pri odobritvi naprave
 Name[sv]=Fel vid f??rs??k att ge enhet beh??righet
+Name[tr]=Ayg??t kimlik do??rulamas?? s??ras??nda hata
 Name[uk]=?????????????? ?????? ?????? ???????????? ???????????????????????? 
????????????????
 Name[x-test]=xxError during device authorizationxx
 Name[zh_CN]=?????????????????????
@@ -337,7 +346,7 @@
 Comment[ar]=?????? ?????? ?????????? ?????????? ???? ?????? ???????? ???????? 
????????
 Comment[az]=Thunderbolt cihaz??na icaz?? veril??rk??n v?? ya bloklanark??n 
x??ta ba?? verdi
 Comment[ca]=Hi ha hagut un error en autoritzar o blocar un dispositiu 
Thunderbolt
-Comment[ca@valencia]=Hi ha hagut un error en autoritzar o blocar un dispositiu 
Thunderbolt
+Comment[ca@valencia]=S'ha produ??t un error en autorisar o blocar un 
dispositiu Thunderbolt
 Comment[cs]=B??hem ud??len?? opr??vn??n?? nebo blokov??n?? za????zen?? 
Thunderbolt nastala chyba
 Comment[da]=Der opstod en fejl under godkendelse eller blokering af en 
Thunderbolt-enhed
 Comment[de]=Bei der Autorisierung oder beim Blockieren eines 
Thunderbolt-Ger??ts ist ein Fehler aufgetreten
@@ -364,6 +373,7 @@
 Comment[sk]=Nastala chyba po??as autoriz??cie alebo blokovanie Thunderbolt 
zariadenia
 Comment[sl]=Pri odobritvi ali blokiranju naprave Thunderbolt je pri??lo do 
napake
 Comment[sv]=Ett fel uppstod vid f??rs??k att blockera eller ge en 
Thunderbolt-enhet beh??righet
+Comment[tr]=Bir Thunderbolt ayg??t?? kimli??i do??rulan??rken veya 
engellenirken bir hata olu??tu
 Comment[uk]=?????? ?????? ???????????? ???????????????????????? ?????? 
?????????????????????? ???????????????? Thunderbolt ?????????????? 
??????????????
 Comment[x-test]=xxAn error occurred while authorizing or blocking a 
Thunderbolt devicexx
 Comment[zh_CN]=????????????????????????????????????????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/src/lib/CMakeLists.txt 
new/plasma-thunderbolt-5.25.0/src/lib/CMakeLists.txt
--- old/plasma-thunderbolt-5.24.5/src/lib/CMakeLists.txt        2022-05-03 
12:37:37.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/src/lib/CMakeLists.txt        2022-06-09 
11:17:33.000000000 +0200
@@ -25,8 +25,8 @@
 set_target_properties(kbolt PROPERTIES CXX_STANDARD 14)
 generate_export_header(kbolt)
 target_link_libraries(kbolt
-    Qt::Core
-    Qt::DBus
+    Qt${QT_MAJOR_VERSION}::Core
+    Qt${QT_MAJOR_VERSION}::DBus
     KF5::I18n
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/src/lib/devicemodel.cpp 
new/plasma-thunderbolt-5.25.0/src/lib/devicemodel.cpp
--- old/plasma-thunderbolt-5.24.5/src/lib/devicemodel.cpp       2022-05-03 
12:37:37.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/src/lib/devicemodel.cpp       2022-06-09 
11:17:33.000000000 +0200
@@ -6,7 +6,6 @@
 
 #include "devicemodel.h"
 #include "device.h"
-#include "manager.h"
 
 using namespace Bolt;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/src/lib/devicemodel.h 
new/plasma-thunderbolt-5.25.0/src/lib/devicemodel.h
--- old/plasma-thunderbolt-5.24.5/src/lib/devicemodel.h 2022-05-03 
12:37:37.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/src/lib/devicemodel.h 2022-06-09 
11:17:33.000000000 +0200
@@ -10,10 +10,9 @@
 #include <QAbstractListModel>
 
 #include "kbolt_export.h"
-
+#include "manager.h"
 namespace Bolt
 {
-class Manager;
 class Device;
 class KBOLT_EXPORT DeviceModel : public QAbstractListModel
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.24.5/src/lib/enum.cpp 
new/plasma-thunderbolt-5.25.0/src/lib/enum.cpp
--- old/plasma-thunderbolt-5.24.5/src/lib/enum.cpp      2022-05-03 
12:37:37.000000000 +0200
+++ new/plasma-thunderbolt-5.25.0/src/lib/enum.cpp      2022-06-09 
11:17:33.000000000 +0200
@@ -8,7 +8,11 @@
 #include "libkbolt_debug.h"
 
 #include <QStringList>
+#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
 #include <QStringRef>
+#else
+#include <QStringView>
+#endif
 #include <QVector>
 
 Bolt::Status Bolt::statusFromString(const QString &str)
@@ -58,7 +62,11 @@
 
 Bolt::AuthFlags Bolt::authFlagsFromString(const QString &str)
 {
+#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
     const auto splitRef = str.splitRef(QStringLiteral("|"));
+#else
+    const auto splitRef = str.split(QStringLiteral("|"));
+#endif
     Bolt::AuthFlags outFlags = Bolt::Auth::None;
     for (const auto &flag : splitRef) {
         const auto f = flag.trimmed();

Reply via email to