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-06-18 15:54:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma6-disks (Old) and /work/SRC/openSUSE:Factory/.plasma6-disks.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma6-disks" Wed Jun 18 15:54:26 2025 rev:25 rq:1285738 version:6.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma6-disks/plasma6-disks.changes 2025-05-08 18:21:47.992599039 +0200 +++ /work/SRC/openSUSE:Factory/.plasma6-disks.new.19631/plasma6-disks.changes 2025-06-18 15:55:11.917860052 +0200 @@ -1,0 +2,32 @@ +Thu Jun 12 10:37:46 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.4.0: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.0 +- Changes since 6.3.91: + * Update version for new release 6.4.0 + +------------------------------------------------------------------- +Thu May 29 21:22:44 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.91: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.3.91 +- Changes since 6.3.90: + * Update version for new release 6.3.91 + +------------------------------------------------------------------- +Mon May 19 19:38:15 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.3.90 +- Changes since 6.3.5: + * update version for new release + * It compiles fine without kf_6_12 deprecated methods + * CI: Add linux-qt6-next build + * Add missing include + * Add xml/yaml linting + * update version for new release + +------------------------------------------------------------------- Old: ---- plasma-disks-6.3.5.tar.xz plasma-disks-6.3.5.tar.xz.sig New: ---- plasma-disks-6.4.0.tar.xz plasma-disks-6.4.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma6-disks.spec ++++++ --- /var/tmp/diff_new_pack.LrCDGi/_old 2025-06-18 15:55:12.593888094 +0200 +++ /var/tmp/diff_new_pack.LrCDGi/_new 2025-06-18 15:55:12.597888260 +0200 @@ -16,20 +16,20 @@ # -%define kf6_version 6.10.0 -%define qt6_version 6.7.0 +%define kf6_version 6.14.0 +%define qt6_version 6.8.0 %define rname plasma-disks %bcond_without released Name: plasma6-disks -Version: 6.3.5 +Version: 6.4.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.3.5.tar.xz -> plasma-disks-6.4.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.3.5/.gitlab-ci.yml new/plasma-disks-6.4.0/.gitlab-ci.yml --- old/plasma-disks-6.3.5/.gitlab-ci.yml 2025-05-06 19:58:50.000000000 +0200 +++ new/plasma-disks-6.4.0/.gitlab-ci.yml 2025-06-12 11:02:13.000000000 +0200 @@ -7,3 +7,6 @@ - /gitlab-templates/reuse-lint.yml - /gitlab-templates/linux-qt6.yml - /gitlab-templates/freebsd-qt6.yml + - /gitlab-templates/xml-lint.yml + - /gitlab-templates/yaml-lint.yml + - /gitlab-templates/linux-qt6-next.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.3.5/.kde-ci.yml new/plasma-disks-6.4.0/.kde-ci.yml --- old/plasma-disks-6.3.5/.kde-ci.yml 2025-05-06 19:58:50.000000000 +0200 +++ new/plasma-disks-6.4.0/.kde-ci.yml 2025-06-12 11:02:13.000000000 +0200 @@ -2,8 +2,8 @@ # SPDX-License-Identifier: CC0-1.0 Dependencies: -- 'on': ['@all'] - 'require': + - 'on': ['@all'] + 'require': 'frameworks/extra-cmake-modules': '@latest-kf6' 'frameworks/kauth': '@latest-kf6' 'frameworks/kcodecs': '@latest-kf6' @@ -19,4 +19,4 @@ 'frameworks/solid': '@latest-kf6' 'frameworks/kcmutils': '@latest-kf6' Options: - require-passing-tests-on: [ 'Linux', 'FreeBSD'] + require-passing-tests-on: ['Linux', 'FreeBSD'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.3.5/CMakeLists.txt new/plasma-disks-6.4.0/CMakeLists.txt --- old/plasma-disks-6.3.5/CMakeLists.txt 2025-05-06 19:58:50.000000000 +0200 +++ new/plasma-disks-6.4.0/CMakeLists.txt 2025-06-12 11:02:13.000000000 +0200 @@ -4,10 +4,10 @@ cmake_minimum_required(VERSION 3.16) project(plasma-disks) -set(PROJECT_VERSION "6.3.5") +set(PROJECT_VERSION "6.4.0") -set(QT_MIN_VERSION "6.7.0") -set(KF6_MIN_VERSION "6.10.0") +set(QT_MIN_VERSION "6.8.0") +set(KF6_MIN_VERSION "6.14.0") find_package(ECM ${KF6_MIN_VERSION} REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH}) @@ -48,7 +48,7 @@ OFF ) ecm_set_disabled_deprecation_versions(QT 6.8.1 - KF 6.9.0 + KF 6.12.0 ) add_subdirectory(src) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.3.5/org.kde.plasma.disks.metainfo.xml new/plasma-disks-6.4.0/org.kde.plasma.disks.metainfo.xml --- old/plasma-disks-6.3.5/org.kde.plasma.disks.metainfo.xml 2025-05-06 19:58:50.000000000 +0200 +++ new/plasma-disks-6.4.0/org.kde.plasma.disks.metainfo.xml 2025-06-12 11:02:13.000000000 +0200 @@ -249,9 +249,9 @@ </categories> <url type="homepage">https://invent.kde.org/plasma/plasma-disks</url> <releases> - <release version="6.3.5" date="2025-05-06"/> - <release version="6.3.4" date="2025-04-01"/> - <release version="6.3.3" date="2025-03-11"/> - <release version="6.3.2" date="2025-02-25"/> + <release version="6.4.0" date="2025-06-12"/> + <release version="6.3.91" date="2025-05-29"/> + <release version="6.3.90" date="2025-05-15"/> + <release version="6.2.0" date="2024-10-08"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.3.5/po/ca/kcm_disks.po new/plasma-disks-6.4.0/po/ca/kcm_disks.po --- old/plasma-disks-6.3.5/po/ca/kcm_disks.po 2025-05-06 19:58:50.000000000 +0200 +++ new/plasma-disks-6.4.0/po/ca/kcm_disks.po 2025-06-12 11:02:13.000000000 +0200 @@ -164,3 +164,19 @@ msgctxt "@action:button notification action to manage device problems" msgid "Manage" msgstr "Gestiona" + +#~ msgctxt "@action/button show detailed smart report" +#~ msgid "Detailed Information" +#~ msgstr "Informació detallada" + +#~ msgctxt "NAME OF TRANSLATORS" +#~ msgid "Your names" +#~ msgstr "Josep M. Ferrer" + +#~ msgctxt "@title" +#~ msgid "Storage Device Health Monitoring" +#~ msgstr "Monitoratge de l'estat dels dispositius d'emmagatzematge" + +#~ msgctxt "@info:credit" +#~ msgid "Copyright 2020 Harald Sitter" +#~ msgstr "Copyright 2020 Harald Sitter" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.3.5/po/es/kcm_disks.po new/plasma-disks-6.4.0/po/es/kcm_disks.po --- old/plasma-disks-6.3.5/po/es/kcm_disks.po 2025-05-06 19:58:50.000000000 +0200 +++ new/plasma-disks-6.4.0/po/es/kcm_disks.po 2025-06-12 11:02:13.000000000 +0200 @@ -1,15 +1,15 @@ -# Spanish translations for plasma_disks.po package. -# Copyright (C) 2020 This file is copyright: +# Spanish translations for kcm_disks.po package. +# Copyright (C) 2020-2025 This file is copyright: # This file is distributed under the same license as the plasma-disks package. -# # Automatically generated, 2020. -# SPDX-FileCopyrightText: 2020, 2021, 2024 Eloy Cuadra <ecua...@eloihr.net> +# +# SPDX-FileCopyrightText: 2020, 2021, 2024, 2025 Eloy Cuadra <ecua...@eloihr.net> msgid "" msgstr "" -"Project-Id-Version: plasma_disks\n" +"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: 2024-06-08 17:11+0200\n" +"PO-Revision-Date: 2025-05-26 01:01+0100\n" "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" "Language: es\n" @@ -164,19 +164,3 @@ msgctxt "@action:button notification action to manage device problems" msgid "Manage" msgstr "Gestionar" - -#~ msgctxt "@action/button show detailed smart report" -#~ msgid "Detailed Information" -#~ msgstr "Información detallada" - -#~ msgctxt "NAME OF TRANSLATORS" -#~ msgid "Your names" -#~ msgstr "Eloy Cuadra" - -#~ msgctxt "@title" -#~ msgid "Storage Device Health Monitoring" -#~ msgstr "Control del estado de salud de dispositivos de almacenamiento" - -#~ msgctxt "@info:credit" -#~ msgid "Copyright 2020 Harald Sitter" -#~ msgstr "Copyright 2020 Harald Sitter" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.3.5/po/pl/kcm_disks.po new/plasma-disks-6.4.0/po/pl/kcm_disks.po --- old/plasma-disks-6.3.5/po/pl/kcm_disks.po 2025-05-06 19:58:50.000000000 +0200 +++ new/plasma-disks-6.4.0/po/pl/kcm_disks.po 2025-06-12 11:02:13.000000000 +0200 @@ -16,7 +16,6 @@ "Content-Transfer-Encoding: 8bit\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-Generator: Lokalize 23.08.5\n" #: instabilities.cpp:27 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-6.3.5/src/simulationctl.cpp new/plasma-disks-6.4.0/src/simulationctl.cpp --- old/plasma-disks-6.3.5/src/simulationctl.cpp 2025-05-06 19:58:50.000000000 +0200 +++ new/plasma-disks-6.4.0/src/simulationctl.cpp 2025-06-12 11:02:13.000000000 +0200 @@ -3,6 +3,7 @@ #include "simulationctl.h" +#include <QDebug> #include <QFile> static QString readCLIData()