Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kactivitymanagerd6 for openSUSE:Factory checked in at 2025-02-20 16:29:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kactivitymanagerd6 (Old) and /work/SRC/openSUSE:Factory/.kactivitymanagerd6.new.1873 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kactivitymanagerd6" Thu Feb 20 16:29:48 2025 rev:19 rq:1246896 version:6.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kactivitymanagerd6/kactivitymanagerd6.changes 2025-02-10 18:01:26.092049990 +0100 +++ /work/SRC/openSUSE:Factory/.kactivitymanagerd6.new.1873/kactivitymanagerd6.changes 2025-02-20 16:30:38.433592083 +0100 @@ -1,0 +2,9 @@ +Tue Feb 18 14:44:37 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.1: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.3.1 +- Changes since 6.3.0: + * update version for new release + +------------------------------------------------------------------- Old: ---- kactivitymanagerd-6.3.0.tar.xz kactivitymanagerd-6.3.0.tar.xz.sig New: ---- kactivitymanagerd-6.3.1.tar.xz kactivitymanagerd-6.3.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kactivitymanagerd6.spec ++++++ --- /var/tmp/diff_new_pack.YZsHnr/_old 2025-02-20 16:30:39.169622886 +0100 +++ /var/tmp/diff_new_pack.YZsHnr/_new 2025-02-20 16:30:39.173623054 +0100 @@ -22,14 +22,14 @@ %define rname kactivitymanagerd %bcond_without released Name: kactivitymanagerd6 -Version: 6.3.0 +Version: 6.3.1 Release: 0 Summary: KDE Plasma Activities support License: GPL-2.0-or-later URL: https://invent.kde.org/plasma/kactivitymanagerd -Source: %{rname}-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz %if %{with released} -Source1: %{rname}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: fdupes ++++++ kactivitymanagerd-6.3.0.tar.xz -> kactivitymanagerd-6.3.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-6.3.0/CMakeLists.txt new/kactivitymanagerd-6.3.1/CMakeLists.txt --- old/kactivitymanagerd-6.3.0/CMakeLists.txt 2025-02-06 12:01:26.000000000 +0100 +++ new/kactivitymanagerd-6.3.1/CMakeLists.txt 2025-02-18 14:28:26.000000000 +0100 @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.16) -set(PROJECT_VERSION "6.3.0") +set(PROJECT_VERSION "6.3.1") set(PROJECT_VERSION_MAJOR 6) -set(PROJECT_DEP_VERSION "6.3.0") +set(PROJECT_DEP_VERSION "6.3.1") project (KActivityManagerd VERSION ${PROJECT_VERSION})