Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plasma5support6 for openSUSE:Factory checked in at 2025-06-18 15:54:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5support6 (Old) and /work/SRC/openSUSE:Factory/.plasma5support6.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5support6" Wed Jun 18 15:54:20 2025 rev:24 rq:1285733 version:6.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5support6/plasma5support6.changes 2025-05-08 18:21:35.728102241 +0200 +++ /work/SRC/openSUSE:Factory/.plasma5support6.new.19631/plasma5support6.changes 2025-06-18 15:54:59.925362595 +0200 @@ -1,0 +2,32 @@ +Thu Jun 12 10:37:42 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:20:48 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:35:49 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 + * Drop ksysguard as a required dependency + * CI: Add linux-qt6-next build + * Add xml/yaml linting + * Fix build with Qt 6.10 + * update version for new release + +------------------------------------------------------------------- Old: ---- plasma5support-6.3.5.tar.xz plasma5support-6.3.5.tar.xz.sig New: ---- plasma5support-6.4.0.tar.xz plasma5support-6.4.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5support6.spec ++++++ --- /var/tmp/diff_new_pack.T8dvkh/_old 2025-06-18 15:55:00.641392296 +0200 +++ /var/tmp/diff_new_pack.T8dvkh/_new 2025-06-18 15:55:00.645392462 +0200 @@ -16,7 +16,7 @@ # -%define qt6_version 6.7.0 +%define qt6_version 6.8.0 %define rname plasma5support # Full KF6 version (e.g. 6.0.0) @@ -26,14 +26,14 @@ %bcond_without released # Note: despite being in the plasma namespace upstream, the build system follows the frameworks conventions Name: plasma5support6 -Version: 6.3.5 +Version: 6.4.0 Release: 0 Summary: KF6 Porting aid License: LGPL-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: doxygen ++++++ plasma5support-6.3.5.tar.xz -> plasma5support-6.4.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5support-6.3.5/.gitlab-ci.yml new/plasma5support-6.4.0/.gitlab-ci.yml --- old/plasma5support-6.3.5/.gitlab-ci.yml 2025-05-06 20:01:08.000000000 +0200 +++ new/plasma5support-6.4.0/.gitlab-ci.yml 2025-06-12 11:05:18.000000000 +0200 @@ -5,4 +5,7 @@ - project: sysadmin/ci-utilities file: - /gitlab-templates/linux-qt6.yml + - /gitlab-templates/linux-qt6-next.yml - /gitlab-templates/freebsd-qt6.yml + - /gitlab-templates/xml-lint.yml + - /gitlab-templates/yaml-lint.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5support-6.3.5/.kde-ci.yml new/plasma5support-6.4.0/.kde-ci.yml --- old/plasma5support-6.3.5/.kde-ci.yml 2025-05-06 20:01:08.000000000 +0200 +++ new/plasma5support-6.4.0/.kde-ci.yml 2025-06-12 11:05:18.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/kconfig': '@latest-kf6' 'frameworks/kcoreaddons': '@latest-kf6' @@ -16,6 +16,6 @@ 'plasma/plasma-activities': '@latest-kf6' 'plasma/libksysguard': '@same' -- 'on': [ 'Linux' ] - 'require': + - 'on': ['Linux'] + 'require': 'frameworks/networkmanager-qt': '@latest-kf6' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5support-6.3.5/CMakeLists.txt new/plasma5support-6.4.0/CMakeLists.txt --- old/plasma5support-6.3.5/CMakeLists.txt 2025-05-06 20:01:08.000000000 +0200 +++ new/plasma5support-6.4.0/CMakeLists.txt 2025-06-12 11:05:18.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) -set(PROJECT_VERSION "6.3.5") +set(PROJECT_VERSION "6.4.0") project(Plasma5Support VERSION ${PROJECT_VERSION}) -set(PROJECT_DEP_VERSION "6.3.5") -set(QT_MIN_VERSION "6.7.0") -set(KF6_MIN_VERSION "6.10.0") +set(PROJECT_DEP_VERSION "6.4.0") +set(QT_MIN_VERSION "6.8.0") +set(KF6_MIN_VERSION "6.14.0") set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) @@ -47,6 +47,10 @@ find_package(Qt6 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Gui Quick Sql Qml Widgets Gui) +if (Qt6Gui_VERSION VERSION_GREATER_EQUAL "6.10.0") + find_package(Qt6GuiPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) +endif() + find_package(KF6 ${KF_DEP_VERSION} REQUIRED COMPONENTS Config @@ -60,7 +64,7 @@ KIO ) -find_package(KSysGuard CONFIG REQUIRED) #devicenotifications +find_package(KSysGuard CONFIG) #devicenotifications find_package(KF6NetworkManagerQt) #geolocation find_package(PlasmaActivities) #activites diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5support-6.3.5/metainfo.yaml new/plasma5support-6.4.0/metainfo.yaml --- old/plasma5support-6.3.5/metainfo.yaml 2025-05-06 20:01:08.000000000 +0200 +++ new/plasma5support-6.4.0/metainfo.yaml 2025-06-12 11:05:18.000000000 +0200 @@ -6,7 +6,7 @@ deprecated: false release: true libraries: - - cmake: Plasma::Plasma5Support + - cmake: Plasma::Plasma5Support cmakename: Plasma5Support public_lib: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5support-6.3.5/po/pl/plasma_engine_devicenotifications.po new/plasma5support-6.4.0/po/pl/plasma_engine_devicenotifications.po --- old/plasma5support-6.3.5/po/pl/plasma_engine_devicenotifications.po 2025-05-06 20:01:08.000000000 +0200 +++ new/plasma5support-6.4.0/po/pl/plasma_engine_devicenotifications.po 2025-06-12 11:05:18.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" #: ksolidnotify.cpp:149 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5support-6.3.5/po/pl/plasma_engine_hotplug.po new/plasma5support-6.4.0/po/pl/plasma_engine_hotplug.po --- old/plasma5support-6.3.5/po/pl/plasma_engine_hotplug.po 2025-05-06 20:01:08.000000000 +0200 +++ new/plasma5support-6.4.0/po/pl/plasma_engine_hotplug.po 2025-06-12 11:05:18.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" #: hotplugjob.cpp:29 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5support-6.3.5/po/pl/plasma_engine_keystate.po new/plasma5support-6.4.0/po/pl/plasma_engine_keystate.po --- old/plasma5support-6.3.5/po/pl/plasma_engine_keystate.po 2025-05-06 20:01:08.000000000 +0200 +++ new/plasma5support-6.4.0/po/pl/plasma_engine_keystate.po 2025-06-12 11:05:18.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" #: keystate.cpp:18 msgid "Shift" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5support-6.3.5/po/pl/plasma_engine_soliddevice.po new/plasma5support-6.4.0/po/pl/plasma_engine_soliddevice.po --- old/plasma5support-6.3.5/po/pl/plasma_engine_soliddevice.po 2025-05-06 20:01:08.000000000 +0200 +++ new/plasma5support-6.4.0/po/pl/plasma_engine_soliddevice.po 2025-06-12 11:05:18.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" #: soliddeviceengine.cpp:112 msgid "Parent UDI" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5support-6.3.5/po/pt_BR/plasma_engine_devicenotifications.po new/plasma5support-6.4.0/po/pt_BR/plasma_engine_devicenotifications.po --- old/plasma5support-6.3.5/po/pt_BR/plasma_engine_devicenotifications.po 2025-05-06 20:01:08.000000000 +0200 +++ new/plasma5support-6.4.0/po/pt_BR/plasma_engine_devicenotifications.po 2025-06-12 11:05:18.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: plasma5support\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-01-16 00:39+0000\n" -"PO-Revision-Date: 2025-02-05 01:58-0300\n" +"PO-Revision-Date: 2025-02-05 02:04-0300\n" "Last-Translator: Guilherme Marçal Silva <guimarcalsi...@gmail.com>\n" "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n" "Language: pt_BR\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5support-6.3.5/src/dataengines/CMakeLists.txt new/plasma5support-6.4.0/src/dataengines/CMakeLists.txt --- old/plasma5support-6.3.5/src/dataengines/CMakeLists.txt 2025-05-06 20:01:08.000000000 +0200 +++ new/plasma5support-6.4.0/src/dataengines/CMakeLists.txt 2025-06-12 11:05:18.000000000 +0200 @@ -5,7 +5,9 @@ remove_definitions(-DQT_NO_CAST_TO_ASCII) remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY) -add_subdirectory(devicenotifications) +if (TARGET KSysGuard::ProcessCore) + add_subdirectory(devicenotifications) +endif() add_subdirectory(favicons) if (KF6NetworkManagerQt_FOUND) add_subdirectory(geolocation) @@ -21,4 +23,4 @@ add_subdirectory(mouse) add_subdirectory(filebrowser) add_subdirectory(places) -add_subdirectory(apps) \ No newline at end of file +add_subdirectory(apps) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5support-6.3.5/src/dataengines/activities/plasma-dataengine-activities.json new/plasma5support-6.4.0/src/dataengines/activities/plasma-dataengine-activities.json --- old/plasma5support-6.3.5/src/dataengines/activities/plasma-dataengine-activities.json 2025-05-06 20:01:08.000000000 +0200 +++ new/plasma5support-6.4.0/src/dataengines/activities/plasma-dataengine-activities.json 2025-06-12 11:05:18.000000000 +0200 @@ -106,6 +106,7 @@ "Name[ko]": "활동 엔진", "Name[lv]": "Aktivitāšu dzinis", "Name[nl]": "Activiteiten-engine", + "Name[nn]": "Aktivitetsmotor", "Name[pl]": "Silnik aktywności", "Name[pt_BR]": "Mecanismo de atividades", "Name[ru]": "Источник данных для комнат",