Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plasma6-activities for openSUSE:Factory checked in at 2025-02-10 17:24:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma6-activities (Old) and /work/SRC/openSUSE:Factory/.plasma6-activities.new.19470 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma6-activities" Mon Feb 10 17:24:33 2025 rev:18 rq:1244596 version:6.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma6-activities/plasma6-activities.changes 2025-01-03 14:17:00.257629036 +0100 +++ /work/SRC/openSUSE:Factory/.plasma6-activities.new.19470/plasma6-activities.changes 2025-02-10 18:21:53.342886463 +0100 @@ -1,0 +2,32 @@ +Thu Feb 6 13:47:00 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.0: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.3.0 +- Changes since 6.2.91: + * update version for new release + +------------------------------------------------------------------- +Thu Jan 23 13:46:20 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.2.91: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.2.91 +- Changes since 6.2.90: + * update version for new release + +------------------------------------------------------------------- +Sat Jan 11 18:28:09 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.2.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.2.90 +- Changes since 6.2.5: + * update version for new release + * It compiles fine without deprecated methods + * Avoid absolute build path in (private) header + * update version for new release + * Initialise offline defaults on startup + * Avoid reporting serviceStatus of NotRunning whilst kamd is loading (kde#466193) + +------------------------------------------------------------------- Old: ---- plasma-activities-6.2.5.tar.xz plasma-activities-6.2.5.tar.xz.sig New: ---- plasma-activities-6.3.0.tar.xz plasma-activities-6.3.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma6-activities.spec ++++++ --- /var/tmp/diff_new_pack.WPG6L0/_old 2025-02-10 18:21:54.090917415 +0100 +++ /var/tmp/diff_new_pack.WPG6L0/_new 2025-02-10 18:21:54.094917580 +0100 @@ -1,7 +1,7 @@ # # spec file for package plasma6-activities # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,20 @@ # -%define kf6_version 6.5.0 +%define kf6_version 6.10.0 %define qt6_version 6.7.0 %define rname plasma-activities %bcond_without released Name: plasma6-activities -Version: 6.2.5 +Version: 6.3.0 Release: 0 Summary: Plasma Activities support 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: doxygen ++++++ plasma-activities-6.2.5.tar.xz -> plasma-activities-6.3.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-activities-6.2.5/CMakeLists.txt new/plasma-activities-6.3.0/CMakeLists.txt --- old/plasma-activities-6.2.5/CMakeLists.txt 2024-12-30 19:57:36.000000000 +0100 +++ new/plasma-activities-6.3.0/CMakeLists.txt 2025-02-06 12:02:18.000000000 +0100 @@ -1,12 +1,12 @@ # vim:set softtabstop=3 shiftwidth=3 tabstop=3 expandtab: cmake_minimum_required(VERSION 3.16) -set(PROJECT_VERSION "6.2.5") +set(PROJECT_VERSION "6.3.0") project(PlasmaActivities VERSION ${PROJECT_VERSION}) set(PROJECT_VERSION_MAJOR "6") set(QT_MIN_VERSION "6.7.0") -set(KF6_MIN_VERSION "6.5.0") +set(KF6_MIN_VERSION "6.10.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") set(CMAKE_CXX_STANDARD 20) @@ -53,8 +53,8 @@ ) ecm_set_disabled_deprecation_versions( - QT 6.7 - KF 6.4.0 + QT 6.8.1 + KF 6.9.0 ) add_subdirectory (src) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-activities-6.2.5/src/lib/CMakeLists.txt new/plasma-activities-6.3.0/src/lib/CMakeLists.txt --- old/plasma-activities-6.2.5/src/lib/CMakeLists.txt 2024-12-30 19:57:36.000000000 +0100 +++ new/plasma-activities-6.3.0/src/lib/CMakeLists.txt 2025-02-06 12:02:18.000000000 +0100 @@ -43,7 +43,7 @@ set_source_files_properties ( ${PLASMA_ACTIVITIES_CURRENT_ROOT_SOURCE_DIR}/src/common/dbus/org.kde.ActivityManager.Activities.xml PROPERTIES - INCLUDE ${PLASMA_ACTIVITIES_CURRENT_ROOT_SOURCE_DIR}/src/common/dbus/org.kde.ActivityManager.Activities.h + INCLUDE ../common/dbus/org.kde.ActivityManager.Activities.h ) set(PlasmaActivities_DBus_SRCS)