Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kwrited6 for openSUSE:Factory checked in at 2024-10-16 23:41:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwrited6 (Old) and /work/SRC/openSUSE:Factory/.kwrited6.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwrited6" Wed Oct 16 23:41:38 2024 rev:13 rq:1208323 version:6.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kwrited6/kwrited6.changes 2024-10-07 21:48:06.339951483 +0200 +++ /work/SRC/openSUSE:Factory/.kwrited6.new.19354/kwrited6.changes 2024-10-16 23:42:11.189555615 +0200 @@ -1,0 +2,9 @@ +Tue Oct 15 16:53:30 UTC 2024 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.2.1: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.2.1 +- Changes since 6.2.0: + * update version for new release + +------------------------------------------------------------------- Old: ---- kwrited-6.2.0.tar.xz kwrited-6.2.0.tar.xz.sig New: ---- kwrited-6.2.1.tar.xz kwrited-6.2.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwrited6.spec ++++++ --- /var/tmp/diff_new_pack.ofaVGo/_old 2024-10-16 23:42:12.465608839 +0200 +++ /var/tmp/diff_new_pack.ofaVGo/_new 2024-10-16 23:42:12.469609006 +0200 @@ -22,14 +22,14 @@ %bcond_without released %define rname kwrited Name: kwrited6 -Version: 6.2.0 +Version: 6.2.1 Release: 0 Summary: Daemon listening for wall and write messages License: GPL-2.0-or-later URL: https://www.kde.org -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: kf6-extra-cmake-modules >= %{kf6_version} ++++++ kwrited-6.2.0.tar.xz -> kwrited-6.2.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwrited-6.2.0/CMakeLists.txt new/kwrited-6.2.1/CMakeLists.txt --- old/kwrited-6.2.0/CMakeLists.txt 2024-10-03 14:37:31.000000000 +0200 +++ new/kwrited-6.2.1/CMakeLists.txt 2024-10-15 15:14:11.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(kwrited) -set(PROJECT_VERSION "6.2.0") +set(PROJECT_VERSION "6.2.1") set(QT_MIN_VERSION "6.7.0") set(KF6_MIN_VERSION "6.5.0")