Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plasma6-disks for openSUSE:Factory checked in at 2025-10-22 12:12:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma6-disks (Old) and /work/SRC/openSUSE:Factory/.plasma6-disks.new.18484 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma6-disks" Wed Oct 22 12:12:33 2025 rev:31 rq:1312780 version:6.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma6-disks/plasma6-disks.changes 2025-09-11 14:38:45.622324528 +0200 +++ /work/SRC/openSUSE:Factory/.plasma6-disks.new.18484/plasma6-disks.changes 2025-10-22 12:13:49.081167126 +0200 @@ -1,0 +2,32 @@ +Thu Oct 16 18:13:11 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 +- Changes since 6.4.91: + * Update version for new release 6.5.0 + +------------------------------------------------------------------- +Thu Oct 2 14:46:24 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 +- Changes since 6.4.90: + * Update version for new release 6.4.91 + +------------------------------------------------------------------- +Tue Sep 23 06:39:23 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: + * Update version for new release 6.4.90 + * Add QML linting + * Bump kf ecm_set_disabled_deprecation_versions. Make sure that it compiles fine without kf 6.16 deprecated methods + * .gitignore sync from kconfig + * shorten the notification name + * update version for new release + +------------------------------------------------------------------- Old: ---- plasma-disks-6.4.5.tar.xz plasma-disks-6.4.5.tar.xz.sig New: ---- plasma-disks-6.5.0.tar.xz plasma-disks-6.5.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma6-disks.spec ++++++ --- /var/tmp/diff_new_pack.K7qxml/_old 2025-10-22 12:13:49.653191244 +0200 +++ /var/tmp/diff_new_pack.K7qxml/_new 2025-10-22 12:13:49.653191244 +0200 @@ -16,20 +16,20 @@ # -%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-disks %bcond_without released Name: plasma6-disks -Version: 6.4.5 +Version: 6.5.0 Release: 0 Summary: Plasma service for monitoring disk health License: GPL-2.0-only OR GPL-3.0-only 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-disks-6.4.5.tar.xz -> plasma-disks-6.5.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.4.5/.gitignore new/plasma-disks-6.5.0/.gitignore --- old/plasma-disks-6.4.5/.gitignore 2025-09-09 10:28:19.000000000 +0200 +++ new/plasma-disks-6.5.0/.gitignore 2025-10-16 11:08:41.000000000 +0200 @@ -1,10 +1,11 @@ # SPDX-License-Identifier: CC0-1.0 # SPDX-FileCopyrightText: none -/build* -cmake-build-debug* -.idea -.clang-format +# Ignore the following files +/build*/ +CMakeLists.txt.user* +/.clang-format /compile_commands.json .clangd +.idea +/cmake-build* .cache - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.4.5/.gitlab-ci.yml new/plasma-disks-6.5.0/.gitlab-ci.yml --- old/plasma-disks-6.4.5/.gitlab-ci.yml 2025-09-09 10:28:19.000000000 +0200 +++ new/plasma-disks-6.5.0/.gitlab-ci.yml 2025-10-16 11:08:41.000000000 +0200 @@ -9,4 +9,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-disks-6.4.5/CMakeLists.txt new/plasma-disks-6.5.0/CMakeLists.txt --- old/plasma-disks-6.4.5/CMakeLists.txt 2025-09-09 10:28:19.000000000 +0200 +++ new/plasma-disks-6.5.0/CMakeLists.txt 2025-10-16 11:08:41.000000000 +0200 @@ -4,10 +4,10 @@ cmake_minimum_required(VERSION 3.16) project(plasma-disks) -set(PROJECT_VERSION "6.4.5") +set(PROJECT_VERSION "6.5.0") -set(QT_MIN_VERSION "6.8.0") -set(KF6_MIN_VERSION "6.14.0") +set(QT_MIN_VERSION "6.9.0") +set(KF6_MIN_VERSION "6.18.0") find_package(ECM ${KF6_MIN_VERSION} REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH}) @@ -47,8 +47,8 @@ "CMAKE_BUILD_TYPE MATCHES [Dd]ebug" OFF ) -ecm_set_disabled_deprecation_versions(QT 6.8.1 - KF 6.12.0 +ecm_set_disabled_deprecation_versions(QT 6.9.0 + KF 6.16.0 ) add_subdirectory(src) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.4.5/org.kde.plasma.disks.metainfo.xml new/plasma-disks-6.5.0/org.kde.plasma.disks.metainfo.xml --- old/plasma-disks-6.4.5/org.kde.plasma.disks.metainfo.xml 2025-09-09 10:28:19.000000000 +0200 +++ new/plasma-disks-6.5.0/org.kde.plasma.disks.metainfo.xml 2025-10-16 11:08:41.000000000 +0200 @@ -244,9 +244,9 @@ </categories> <url type="homepage">https://invent.kde.org/plasma/plasma-disks</url> <releases> - <release version="6.4.5" date="2025-09-09"/> - <release version="6.4.3" date="2025-07-15"/> - <release version="6.4.2" date="2025-07-01"/> - <release version="6.4.1" date="2025-06-24"/> + <release version="6.5.0" date="2025-10-16"/> + <release version="6.3.90" date="2025-05-15"/> + <release version="6.2.0" date="2024-10-08"/> + <release version="6.1.0" date="2024-06-18"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.4.5/po/de/kcm_disks.po new/plasma-disks-6.5.0/po/de/kcm_disks.po --- old/plasma-disks-6.4.5/po/de/kcm_disks.po 2025-09-09 10:28:19.000000000 +0200 +++ new/plasma-disks-6.5.0/po/de/kcm_disks.po 2025-10-16 11:08: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-disks package. -# Burkhard Lück <[email protected]>, 2020, 2021. -# Frederik Schwarzer <[email protected]>, 2022. +# SPDX-FileCopyrightText: 2020, 2021 Burkhard Lück <[email protected]> +# SPDX-FileCopyrightText: 2022 Frederik Schwarzer <[email protected]> # SPDX-FileCopyrightText: 2024 Johannes Obermayr <[email protected]> -# msgid "" msgstr "" "Project-Id-Version: kcm_disks\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.4.5/po/es/kcm_disks.po new/plasma-disks-6.5.0/po/es/kcm_disks.po --- old/plasma-disks-6.4.5/po/es/kcm_disks.po 2025-09-09 10:28:19.000000000 +0200 +++ new/plasma-disks-6.5.0/po/es/kcm_disks.po 2025-10-16 11:08:41.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kcm_disks\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-06-08 00:40+0000\n" -"PO-Revision-Date: 2025-05-26 01:01+0100\n" +"PO-Revision-Date: 2025-05-26 01:02+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-disks-6.4.5/po/pa/kcm_disks.po new/plasma-disks-6.5.0/po/pa/kcm_disks.po --- old/plasma-disks-6.4.5/po/pa/kcm_disks.po 2025-09-09 10:28:19.000000000 +0200 +++ new/plasma-disks-6.5.0/po/pa/kcm_disks.po 2025-10-16 11:08:41.000000000 +0200 @@ -1,21 +1,21 @@ # Copyright (C) 2024 This file is copyright: # This file is distributed under the same license as the plasma-disks package. # -# SPDX-FileCopyrightText: 2020, 2023, 2024 A S Alam <[email protected]> +# SPDX-FileCopyrightText: 2020, 2023, 2024, 2025 A S Alam <[email protected]> msgid "" msgstr "" "Project-Id-Version: plasma-disks\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-06-08 00:40+0000\n" -"PO-Revision-Date: 2024-07-21 22:18-0500\n" -"Last-Translator: aalam <[email protected]>\n" +"PO-Revision-Date: 2025-09-15 10:13-0500\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" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 24.05.2\n" +"X-Generator: Lokalize 25.08.0\n" #: instabilities.cpp:27 #, kde-format @@ -48,12 +48,9 @@ "ਰਾਹੀਂ ਅਣਡਿੱਠੇ ਕੀਤੇ ਅਸਫ਼ਲ ਹੋਏ ਸਵੈ-ਟੈਸਟਾਂ ਨੂੰ ਅਣਡਿੱਠਾ ਕੀਤਾ ਗਿਆ ਹੈ।" #: kcm/ui/main.qml:30 -#, fuzzy -#| msgctxt "@action/button action button to start partition manager" -#| msgid "Partition Manager" msgctxt "@action/button action button to start partition manager" msgid "Open Partition Manager" -msgstr "ਪਾਰਟੀਸ਼ਨ ਮੈਨੇਜਰ" +msgstr "ਪਾਰਟੀਸ਼ਨ ਮੈਨੇਜਰ ਨੂੰ ਖੋਲ੍ਹੋ" #: kcm/ui/main.qml:36 msgctxt "@action/button action button to start backup program" @@ -106,12 +103,9 @@ msgstr "ਅਣਡਿੱਠਾ ਕਰੋ" #: kcm/ui/main.qml:116 -#, fuzzy -#| msgctxt "EMAIL OF TRANSLATORS" -#| msgid "Your emails" msgctxt "@action/button show detailed smart report" msgid "Show Details" -msgstr "[email protected]" +msgstr "ਵੇਰਵਿਆਂ ਨੂੰ ਵੇਖੋ" #: smartctl.cpp:33 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.4.5/src/CMakeLists.txt new/plasma-disks-6.5.0/src/CMakeLists.txt --- old/plasma-disks-6.4.5/src/CMakeLists.txt 2025-09-09 10:28:19.000000000 +0200 +++ new/plasma-disks-6.5.0/src/CMakeLists.txt 2025-10-16 11:08:41.000000000 +0200 @@ -9,8 +9,8 @@ smartctl.cpp smartctl.h smartnotifier.cpp smartnotifier.h dbusobjectmanagerserver.cpp - device.cpp - devicenotifier.cpp + device.cpp device.h + devicenotifier.cpp devicenotifier.h soliddevicenotifier.cpp soliddevicenotifier.h instabilities.cpp instabilities.h smartfailure.cpp smartfailure.h diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.4.5/src/org.kde.kded.smart.notifyrc new/plasma-disks-6.5.0/src/org.kde.kded.smart.notifyrc --- old/plasma-disks-6.4.5/src/org.kde.kded.smart.notifyrc 2025-09-09 10:28:19.000000000 +0200 +++ new/plasma-disks-6.5.0/src/org.kde.kded.smart.notifyrc 2025-10-16 11:08:41.000000000 +0200 @@ -2,50 +2,33 @@ # SPDX-FileCopyrightText: 2020 Harald Sitter <[email protected]> [Global] IconName=preferences-smart-status -Name=Storage Device Health Monitoring -Name[ar]=مراقبة صحة جهاز التخزين -Name[az]=Yaddaş Cihazının Vəziyyətinin İzlənməsi -Name[bg]=Мониторинг на състоянието на устройството за съхранение -Name[ca]=Monitoratge de l'estat dels dispositius d'emmagatzematge -Name[ca@valencia]=Monitoratge de l'estat dels dispositius d'emmagatzematge -Name[da]=Overvågning af lagringsenheders helbred -Name[de]=Überwachung des Datenträgerstatus -Name[el]=Επίβλεψη της υγείας των συσκευών αποθήκευσης -Name[en_GB]=Storage Device Health Monitoring -Name[eo]=Saneca Monitorado de Konservejaj Aparatoj -Name[es]=Control del estado de salud de dispositivos de almacenamiento -Name[et]=Salvestusseadmete korrasoleku jälgimine -Name[eu]=Biltegiratze-gailuen osasuna gainbegiratzea -Name[fi]=Kiintolevyn kunnon valvonta -Name[fr]=Surveillance de la bonne santé du périphérique de stockage -Name[gl]=Vixilancia da condición de dispositivos de almacenamento -Name[he]=מעקב אחר בריאות התקני אחסון -Name[hi]=स्टोरेज डिवाइस स्वास्थ्य निगरानी -Name[hu]=Tárolóeszközök állapotjelentése -Name[ia]=Surveliantia de sanitate de dispositivo de immagazinage -Name[id]=Memantau Jesehatan Peranti Penyimpanan -Name[is]=Ástandsvöktun geymslutækja -Name[it]=Controllo dello stato di salute del dispositivo di memorizzazione -Name[ka]=საცავის მოწყობილობის ჯანმრთელობის თვალყურის დევნება -Name[ko]=저장 장치 상태 모니터링 -Name[lv]=Krātuves ierīces veselības pārraudzība -Name[nl]=Monitoren van welzijn opslagapparaat -Name[nn]=Overvaking av helsetilstanden til lagringseiningar -Name[pa]=ਸਟੋਰੇਜ਼ ਡਿਵਾਈਸ ਦੀ ਸਥਿਤੀ ਦੀ ਨਿਗਰਾਨੀ -Name[pl]=Monitorowanie zdrowia urządzenia przechwytywania -Name[pt]=Monitorização da Saúde do Dispositivo de Armazenamento -Name[pt_BR]=Monitoramento da integridade do dispositivo de armazenamento -Name[ro]=Monitorizarea sănătății dispozitivelor de stocare -Name[ru]=Наблюдение за состоянием устройств хранения данных -Name[sa]=भण्डारण उपकरण स्वास्थ्य निगरानी -Name[sk]=Monitorovanie stavu úložného zariadenia -Name[sl]=Spremljanje stanja naprave za shranjevanje podatkov -Name[sv]=Övervakning av lagringsenheters hälsa -Name[ta]=வட்டு ஆரோக்கிய கண்காணிப்பு -Name[tr]=Depolama Aygıtı Sağlığı İzleme -Name[uk]=Спостереження за станом пристроїв зберігання даних -Name[zh_CN]=存储设备健康状况监测 -Name[zh_TW]=儲存裝置健康狀態監控 +Name=Device Health +Name[ar]=صحة الجهاز +Name[bg]=Техническо състояние на устройството +Name[ca]=Estat dels dispositius +Name[ca@valencia]=Estat dels dispositius +Name[es]=Estado de salud del dispositivo +Name[eu]=Gailuaren osasuna +Name[fi]=Laitteen kunto +Name[fr]=Santé du périphérique +Name[gl]=Condición do dispositivo +Name[he]=בריאות ההתקן +Name[is]=Ástand tækis +Name[it]=Stato di salute del dispositivo +Name[ka]=მოწყობილობის ჯანმრთელობა +Name[ko]=장치 건강 상태 +Name[lv]=Ierīces veselība +Name[nl]=Welzijn van apparaat +Name[pa]=ਡਿਵਾਈਸ ਦੀ ਹਾਲਤ +Name[pl]=Zdrowie urządzenia +Name[pt_BR]=Saúde do dispositivo +Name[ru]=Состояние устройства +Name[sl]=Zdravje naprave +Name[sv]=Enhetens hälsa +Name[tr]=Aygıt Sağlığı +Name[uk]=Стан пристрою +Name[zh_CN]=设备健康状况 +Name[zh_TW]=裝置健康狀態 Comment=Storage Device Health Monitoring Comment[ar]=مراقبة صحة جهاز التخزين Comment[az]=Yaddaş Cihazının Vəziyyətinin İzlənməsi
