Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma6-thunderbolt for 
openSUSE:Factory checked in at 2025-10-22 12:13:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma6-thunderbolt (Old)
 and      /work/SRC/openSUSE:Factory/.plasma6-thunderbolt.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma6-thunderbolt"

Wed Oct 22 12:13:38 2025 rev:31 rq:1312791 version:6.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma6-thunderbolt/plasma6-thunderbolt.changes  
2025-09-11 14:42:28.559752468 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma6-thunderbolt.new.18484/plasma6-thunderbolt.changes
       2025-10-22 12:16:54.753058651 +0200
@@ -1,0 +2,26 @@
+Thu Oct 16 18:13:15 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.5.0:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.5.0
+- No code changes since 6.4.91
+
+-------------------------------------------------------------------
+Thu Oct  2 14:46:50 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.4.91:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.4.91
+- No code changes since 6.4.90
+
+-------------------------------------------------------------------
+Tue Sep 23 06:39:40 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.4.90:
+  * New feature release
+  * For more details see https://kde.org/announcements/plasma/6/6.4.90
+- Changes since 6.4.5:
+  * Add QML linting
+  * Bump kf ecm_set_disabled_deprecation_versions. Make sure that it compiles 
fine without kf 6.16 deprecated methods
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ plasma6-thunderbolt.spec ++++++
--- /var/tmp/diff_new_pack.G5ZIsb/_old  2025-10-22 12:16:55.601094373 +0200
+++ /var/tmp/diff_new_pack.G5ZIsb/_new  2025-10-22 12:16:55.601094373 +0200
@@ -16,21 +16,21 @@
 #
 
 
-%define kf6_version 6.14.0
-%define qt6_version 6.8.0
+%define kf6_version 6.18.0
+%define qt6_version 6.9.0
 
 %define rname plasma-thunderbolt
 
 %bcond_without released
 Name:           plasma6-thunderbolt
-Version:        6.4.5
+Version:        6.5.0
 Release:        0
 Summary:        Plasma frontend for Thunderbolt 3 security levels
 License:        GPL-2.0-or-later
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
+Source:         %{rname}-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
+Source1:        %{rname}-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}

++++++ plasma-thunderbolt-6.4.5.tar.xz -> plasma-thunderbolt-6.5.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-6.4.5/.gitlab-ci.yml 
new/plasma-thunderbolt-6.5.0/.gitlab-ci.yml
--- old/plasma-thunderbolt-6.4.5/.gitlab-ci.yml 2025-09-09 10:28:53.000000000 
+0200
+++ new/plasma-thunderbolt-6.5.0/.gitlab-ci.yml 2025-10-16 11:09:41.000000000 
+0200
@@ -8,4 +8,5 @@
       - /gitlab-templates/freebsd-qt6.yml
       - /gitlab-templates/xml-lint.yml
       - /gitlab-templates/yaml-lint.yml
+      - /gitlab-templates/qml-lint.yml
       - /gitlab-templates/linux-qt6-next.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-6.4.5/CMakeLists.txt 
new/plasma-thunderbolt-6.5.0/CMakeLists.txt
--- old/plasma-thunderbolt-6.4.5/CMakeLists.txt 2025-09-09 10:28:53.000000000 
+0200
+++ new/plasma-thunderbolt-6.5.0/CMakeLists.txt 2025-10-16 11:09:41.000000000 
+0200
@@ -6,7 +6,7 @@
 
 #################################################
 # Dependencies
-set(QT_MIN_VERSION "6.8.0")
+set(QT_MIN_VERSION "6.9.0")
 set(KF6_VERSION "5.240.0")
 set(KDE_COMPILERSETTINGS_LEVEL "5.82")
 
@@ -51,8 +51,8 @@
                        TYPE RUNTIME)
 
 #################################################
-ecm_set_disabled_deprecation_versions(QT 6.8.1
-    KF 6.9.0
+ecm_set_disabled_deprecation_versions(QT 6.9.0
+    KF 6.16.0
 )
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-6.4.5/po/de/kcm_bolt.po 
new/plasma-thunderbolt-6.5.0/po/de/kcm_bolt.po
--- old/plasma-thunderbolt-6.4.5/po/de/kcm_bolt.po      2025-09-09 
10:28:53.000000000 +0200
+++ new/plasma-thunderbolt-6.5.0/po/de/kcm_bolt.po      2025-10-16 
11:09:41.000000000 +0200
@@ -1,9 +1,8 @@
 # Copyright (C) 2024 This file is copyright:
 # This file is distributed under the same license as the plasma-thunderbolt 
package.
-# Frederik Schwarzer <[email protected]>, 2019.
-# Burkhard Lück <[email protected]>, 2019, 2020, 2021.
+# SPDX-FileCopyrightText: 2019 Frederik Schwarzer <[email protected]>
+# SPDX-FileCopyrightText: 2019, 2020, 2021 Burkhard Lück <[email protected]>
 # SPDX-FileCopyrightText: 2024 Johannes Obermayr <[email protected]>
-#
 msgid ""
 msgstr ""
 "Project-Id-Version: kcm_bolt\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-6.4.5/po/de/kded_bolt.po 
new/plasma-thunderbolt-6.5.0/po/de/kded_bolt.po
--- old/plasma-thunderbolt-6.4.5/po/de/kded_bolt.po     2025-09-09 
10:28:53.000000000 +0200
+++ new/plasma-thunderbolt-6.5.0/po/de/kded_bolt.po     2025-10-16 
11:09:41.000000000 +0200
@@ -1,8 +1,7 @@
-# Copyright (C) YEAR This file is copyright:
+# Copyright (C) 2025 This file is copyright:
 # This file is distributed under the same license as the plasma-thunderbolt 
package.
-#
-# Frederik Schwarzer <[email protected]>, 2019.
-# Burkhard Lück <[email protected]>, 2019.
+# SPDX-FileCopyrightText: 2019 Frederik Schwarzer <[email protected]>
+# SPDX-FileCopyrightText: 2019 Burkhard Lück <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kded_bolt\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-6.4.5/po/es/kcm_bolt.po 
new/plasma-thunderbolt-6.5.0/po/es/kcm_bolt.po
--- old/plasma-thunderbolt-6.4.5/po/es/kcm_bolt.po      2025-09-09 
10:28:53.000000000 +0200
+++ new/plasma-thunderbolt-6.5.0/po/es/kcm_bolt.po      2025-10-16 
11:09:41.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kcm_bolt\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-08-15 00:41+0000\n"
-"PO-Revision-Date: 2025-06-04 19:26+0100\n"
+"PO-Revision-Date: 2025-06-04 19:27+0100\n"
 "Last-Translator: Eloy Cuadra <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
 "Language: es\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-6.4.5/po/es/kded_bolt.po 
new/plasma-thunderbolt-6.5.0/po/es/kded_bolt.po
--- old/plasma-thunderbolt-6.4.5/po/es/kded_bolt.po     2025-09-09 
10:28:53.000000000 +0200
+++ new/plasma-thunderbolt-6.5.0/po/es/kded_bolt.po     2025-10-16 
11:09:41.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kded_bolt\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-04 16:53+0000\n"
-"PO-Revision-Date: 2025-06-04 19:26+0100\n"
+"PO-Revision-Date: 2025-06-04 19:27+0100\n"
 "Last-Translator: Eloy Cuadra <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
 "Language: es\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-6.4.5/po/ja/kcm_bolt.po 
new/plasma-thunderbolt-6.5.0/po/ja/kcm_bolt.po
--- old/plasma-thunderbolt-6.4.5/po/ja/kcm_bolt.po      2025-09-09 
10:28:53.000000000 +0200
+++ new/plasma-thunderbolt-6.5.0/po/ja/kcm_bolt.po      2025-10-16 
11:09:41.000000000 +0200
@@ -1,12 +1,13 @@
 # SPDX-FileCopyrightText: 2024 Ryuichi Yamada <[email protected]>
+# SPDX-FileCopyrightText: 2025 Yuma Kakei <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-thunderbolt\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-08-15 00:41+0000\n"
-"PO-Revision-Date: 2024-02-26 02:47+0900\n"
-"Last-Translator: Ryuichi Yamada <[email protected]>\n"
-"Language-Team: ja\n"
+"PO-Revision-Date: 2025-09-23 20:57+0900\n"
+"Last-Translator: Yuma Kakei <[email protected]>\n"
+"Language-Team: Japanese <[email protected]>\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -14,7 +15,7 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
-"X-Generator: Lokalize 23.08.5\n"
+"X-Generator: Lokalize 25.08.0\n"
 
 #: ui/DeviceView.qml:56
 #, kde-format
@@ -62,10 +63,9 @@
 msgstr "信頼済み:"
 
 #: ui/DeviceView.qml:94
-#, fuzzy, kde-format
-#| msgid "Authorizing"
+#, kde-format
 msgid "Authorizing…"
-msgstr "承認中"
+msgstr "承認中…"
 
 #: ui/DeviceView.qml:94
 #, kde-format
@@ -113,7 +113,7 @@
 #: ui/main.qml:31
 #, kde-format
 msgid "Enabled"
-msgstr ""
+msgstr "有効"
 
 #: ui/main.qml:62
 #, kde-format
@@ -124,6 +124,8 @@
 #, kde-format
 msgid "Follow your system manufacturer's guide to enable Thunderbolt support"
 msgstr ""
+"Thunderbolt サポートを有効にするには、システム製造元のガイドに従ってくださ"
+"い。"
 
 #: ui/main.qml:69
 #, kde-format
@@ -131,22 +133,22 @@
 msgstr "接続された Thunderbolt デバイスはありません"
 
 #: ui/main.qml:70
-#, fuzzy, kde-format
-#| msgid "Enable Thunderbolt devices"
+#, kde-format
 msgid "Plug in a Thunderbolt device"
-msgstr "Thunderbolt デバイスを有効化"
+msgstr "Thunderbolt デバイスを接続"
 
 #: ui/main.qml:84
-#, fuzzy, kde-format
-#| msgid "Thunderbolt subsystem is not available"
+#, kde-format
 msgid "Thunderbolt subsystem is disabled or unavailable"
-msgstr "Thunderbolt サブシステムが利用できません"
+msgstr "Thunderbolt サブシステムが無効化されているか、利用できません"
 
 #: ui/main.qml:85
 #, kde-format
 msgid ""
 "If the device supports Thunderbolt, try plugging in a Thunderbolt device"
 msgstr ""
+"デバイスが Thunderbolt に対応している場合は、Thunderbolt デバイスを接続してみ"
+"てください。"
 
 #: ui/utils.js:18
 msgid "Disconnected"
@@ -179,9 +181,3 @@
 #: ui/utils.js:46
 msgid "Trusted"
 msgstr "信頼済み"
-
-#~ msgid "Enable Thunderbolt devices"
-#~ msgstr "Thunderbolt デバイスを有効化"
-
-#~ msgid "Authorizing..."
-#~ msgstr "承認中..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-6.4.5/po/ja/kded_bolt.po 
new/plasma-thunderbolt-6.5.0/po/ja/kded_bolt.po
--- old/plasma-thunderbolt-6.4.5/po/ja/kded_bolt.po     2025-09-09 
10:28:53.000000000 +0200
+++ new/plasma-thunderbolt-6.5.0/po/ja/kded_bolt.po     2025-10-16 
11:09:41.000000000 +0200
@@ -1,10 +1,11 @@
+# SPDX-FileCopyrightText: 2025 Yuma Kakei <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-thunderbolt\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-04 16:53+0000\n"
-"PO-Revision-Date: 2019-05-18 11:43-0700\n"
-"Last-Translator: Japanese KDE translation team <[email protected]>\n"
+"PO-Revision-Date: 2025-09-24 15:48+0900\n"
+"Last-Translator: Yuma Kakei <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
@@ -13,11 +14,12 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
+"X-Generator: Lokalize 25.08.1\n"
 
 #: kded_bolt.cpp:67
 #, kde-format
 msgid "New Thunderbolt Device Detected"
-msgstr ""
+msgstr "新しい Thunderbolt デバイスが検出されました"
 
 #: kded_bolt.cpp:68
 #, kde-format
@@ -25,6 +27,8 @@
 "Unauthorized Thunderbolt device <b>%1</b> was detected. Do you want to "
 "authorize it?"
 msgstr ""
+"承認されていない Thunderbolt デバイス<b>%1</b>が検出されました。承認します"
+"か?"
 
 #: kded_bolt.cpp:70
 #, kde-format
@@ -34,23 +38,24 @@
 "%1 unauthorized Thunderbolt devices were detected. Do you want to authorize "
 "them?"
 msgstr[0] ""
+"%1 台の承認されていない Thunderbolt デバイスが検出されました。承認しますか?"
 
 #: kded_bolt.cpp:78
 #, kde-format
 msgid "Authorize Now"
-msgstr ""
+msgstr "今すぐ承認"
 
 #: kded_bolt.cpp:83
 #, kde-format
 msgid "Authorize Permanently"
-msgstr ""
+msgstr "永続的に承認"
 
 #: kded_bolt.cpp:131
 #, kde-format
 msgid "Thunderbolt Device Authorization Error"
-msgstr ""
+msgstr "Thunderbolt デバイス承認エラー"
 
 #: kded_bolt.cpp:132
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr ""
+msgstr "Thunderbolt デバイス<b>%1</b>の承認に失敗しました: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-6.4.5/src/kcm/kcm_bolt.json 
new/plasma-thunderbolt-6.5.0/src/kcm/kcm_bolt.json
--- old/plasma-thunderbolt-6.4.5/src/kcm/kcm_bolt.json  2025-09-09 
10:28:53.000000000 +0200
+++ new/plasma-thunderbolt-6.5.0/src/kcm/kcm_bolt.json  2025-10-16 
11:09:41.000000000 +0200
@@ -98,6 +98,7 @@
     "X-KDE-Keywords[bg]": "thunderbolt,хардуер,устройство,протокол,протокол 
thunderbolt,трансфер,usb,usb-c,pci-e,външни устройства",
     "X-KDE-Keywords[ca@valencia]": 
"thunderbolt,maquinari,dispositiu,protocol,protocol 
thunderbolt,transferència,usb,usb-c,pci-e,dispositius externs",
     "X-KDE-Keywords[ca]": "thunderbolt,maquinari,dispositiu,protocol,protocol 
thunderbolt,transferència,usb,usb-c,pci-e,dispositius externs",
+    "X-KDE-Keywords[de]": 
"Thunderbolt,Hardware,Gerät,Protokoll,Thunderbolt-Protokoll,Übertragung,übertragen,USB,USB-C,PCI-e,externe
 Geräte",
     "X-KDE-Keywords[en_GB]": "thunderbolt,hardware,device,protocol,thunderbolt 
protocol,transfer,usb,usb-c,pci-e,external devices",
     "X-KDE-Keywords[eo]": 
"thunderbolt,aparataro,aparato,protokolo,thunderbolt-protokolo,transigo,usb,usb-c,pci-e,eksteraj
 aparatoj",
     "X-KDE-Keywords[es]": 
"thunderbolt,hardware,dispositivo,protocolo,protocolo 
thunderbolt,transferir,usb,usb-c,pci-e,dispositivos externos",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-6.4.5/src/kded/kded_bolt.notifyrc 
new/plasma-thunderbolt-6.5.0/src/kded/kded_bolt.notifyrc
--- old/plasma-thunderbolt-6.4.5/src/kded/kded_bolt.notifyrc    2025-09-09 
10:28:53.000000000 +0200
+++ new/plasma-thunderbolt-6.5.0/src/kded/kded_bolt.notifyrc    2025-10-16 
11:09:41.000000000 +0200
@@ -279,7 +279,7 @@
 
 [Event/unauthorizedDeviceConnected]
 Name=Unauthorized device is plugged in
-Name[ar]=وصّل جهاز غير مرخص
+Name[ar]=وصّل جهاز غير مصرّح
 Name[az]=İcazəsiz cihaz qoşulub
 Name[be]=Падлучана неаўтарызаваная прылада
 Name[bg]=Неупълномощено устройство е включено
@@ -296,7 +296,7 @@
 Name[fi]=Ei-hyväksytty laite on kytketty
 Name[fr]=Un périphérique non autorisé a été raccordé.
 Name[gl]=Conéctase un dispositivo non autorizado
-Name[he]=התקן לא מאומת מחובר.
+Name[he]=התקן לא מאומת מחובר
 Name[hi]=अनधिकृत डिवाइस प्लग इन है
 Name[hu]=Nem engedélyezett eszközt csatlakoztattak
 Name[ia]=Dispositivo non authorisate es connectite
@@ -324,7 +324,7 @@
 Name[zh_CN]=未授权设备已被插入
 Name[zh_TW]=插入了未授權裝置
 Comment=An unauthorized Thunderbolt device has been plugged into the computer
-Comment[ar]=وصّل جهاز ثندر بولت غير مرخص بالحاسوب
+Comment[ar]=وصّل جهاز ثندر بولت غير مصرّح بالحاسوب
 Comment[az]=İcazəsiz Thunderbolt cihazı komputerə qoşulub.
 Comment[be]=Да камп'ютара была падлучана неаўтарызаваная прылада Thunderbolt
 Comment[bg]=Неупълномощено устройство е включено в компютъра

Reply via email to