Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf6-kidletime for openSUSE:Factory checked in at 2026-07-15 16:29:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf6-kidletime (Old) and /work/SRC/openSUSE:Factory/.kf6-kidletime.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kidletime" Wed Jul 15 16:29:48 2026 rev:29 rq:1365111 version:6.28.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kf6-kidletime/kf6-kidletime.changes 2026-06-16 13:55:13.449749316 +0200 +++ /work/SRC/openSUSE:Factory/.kf6-kidletime.new.1991/kf6-kidletime.changes 2026-07-15 16:37:20.205768573 +0200 @@ -1,0 +2,13 @@ +Fri Jul 10 12:15:53 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 6.28.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.28.0 +- Changes since 6.27.0: + * Fully port to ecm_qt_declare_logging_category + * Fix debug category name kf5idletime_wayland It's not a kf5 + * Update dependency version to 6.28.0 + * Update version to 6.28.0 + +------------------------------------------------------------------- Old: ---- kidletime-6.27.0.tar.xz kidletime-6.27.0.tar.xz.sig New: ---- kidletime-6.28.0.tar.xz kidletime-6.28.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-kidletime.spec ++++++ --- /var/tmp/diff_new_pack.U3V9ON/_old 2026-07-15 16:37:25.473948043 +0200 +++ /var/tmp/diff_new_pack.U3V9ON/_new 2026-07-15 16:37:25.473948043 +0200 @@ -19,11 +19,11 @@ %define qt6_version 6.9.0 %define rname kidletime -# Full KF6 version (e.g. 6.27.0) +# Full KF6 version (e.g. 6.28.0) %{!?_kf6_version: %global _kf6_version %{version}} %bcond_without released Name: kf6-kidletime -Version: 6.27.0 +Version: 6.28.0 Release: 0 Summary: User and system idle time reporting singleton License: LGPL-2.1-or-later ++++++ kidletime-6.27.0.tar.xz -> kidletime-6.28.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kidletime-6.27.0/CMakeLists.txt new/kidletime-6.28.0/CMakeLists.txt --- old/kidletime-6.27.0/CMakeLists.txt 2026-06-05 17:47:15.000000000 +0200 +++ new/kidletime-6.28.0/CMakeLists.txt 2026-07-03 12:55:48.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.29) -set(KF_VERSION "6.27.0") # handled by release scripts +set(KF_VERSION "6.28.0") # handled by release scripts project(KIdleTime VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 6.27.0 NO_MODULE) +find_package(ECM 6.28.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kidletime-6.27.0/src/plugins/wayland/CMakeLists.txt new/kidletime-6.28.0/src/plugins/wayland/CMakeLists.txt --- old/kidletime-6.27.0/src/plugins/wayland/CMakeLists.txt 2026-06-05 17:47:15.000000000 +0200 +++ new/kidletime-6.28.0/src/plugins/wayland/CMakeLists.txt 2026-07-03 12:55:48.000000000 +0200 @@ -21,3 +21,12 @@ DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf6/org.kde.kidletime.platforms/ ) + +ecm_qt_declare_logging_category(KF6IdleTimeWaylandPlugin + HEADER wayland_logging.h + IDENTIFIER KIDLETIME_WAYLAND_PLUGIN + CATEGORY_NAME kf.idletime.wayland + OLD_CATEGORY_NAMES kf5idletime_wayland + DESCRIPTION "KIdleTime Wayland plugin" + EXPORT KIDLETIME +) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kidletime-6.27.0/src/plugins/wayland/poller.cpp new/kidletime-6.28.0/src/plugins/wayland/poller.cpp --- old/kidletime-6.27.0/src/plugins/wayland/poller.cpp 2026-06-05 17:47:15.000000000 +0200 +++ new/kidletime-6.28.0/src/plugins/wayland/poller.cpp 2026-07-03 12:55:48.000000000 +0200 @@ -14,8 +14,7 @@ #include "qwayland-ext-idle-notify-v1.h" #include "qwayland-idle.h" -Q_DECLARE_LOGGING_CATEGORY(POLLER) -Q_LOGGING_CATEGORY(POLLER, "kf5idletime_wayland") +#include "wayland_logging.h" /* * Porting notes: @@ -185,7 +184,7 @@ int Poller::forcePollRequest() { - qCWarning(POLLER) << "This plugin does not support polling idle time"; + qCWarning(KIDLETIME_WAYLAND_PLUGIN) << "This plugin does not support polling idle time"; return 0; }
