Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kwrited5 for openSUSE:Factory checked in at 2021-10-23 00:50:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwrited5 (Old) and /work/SRC/openSUSE:Factory/.kwrited5.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwrited5" Sat Oct 23 00:50:47 2021 rev:120 rq:926375 version:5.23.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes 2021-10-13 18:05:31.971222517 +0200 +++ /work/SRC/openSUSE:Factory/.kwrited5.new.1890/kwrited5.changes 2021-10-23 00:51:13.609132978 +0200 @@ -1,0 +2,9 @@ +Tue Oct 19 14:05:40 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.23.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.23.1 +- No code changes since 5.23.0 + +------------------------------------------------------------------- Old: ---- kwrited-5.23.0.tar.xz kwrited-5.23.0.tar.xz.sig New: ---- kwrited-5.23.1.tar.xz kwrited-5.23.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwrited5.spec ++++++ --- /var/tmp/diff_new_pack.3eZyIy/_old 2021-10-23 00:51:14.153133101 +0200 +++ /var/tmp/diff_new_pack.3eZyIy/_new 2021-10-23 00:51:14.153133101 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: kwrited5 -Version: 5.23.0 +Version: 5.23.1 Release: 0 Summary: Daemon listening for wall and write messages License: GPL-2.0-or-later ++++++ kwrited-5.23.0.tar.xz -> kwrited-5.23.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwrited-5.23.0/CMakeLists.txt new/kwrited-5.23.1/CMakeLists.txt --- old/kwrited-5.23.0/CMakeLists.txt 2021-10-07 13:39:49.000000000 +0200 +++ new/kwrited-5.23.1/CMakeLists.txt 2021-10-19 14:52:31.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) project(kwrited) -set(PROJECT_VERSION "5.23.0") +set(PROJECT_VERSION "5.23.1") set(QT_MIN_VERSION "5.15.0") -set(KF5_MIN_VERSION "5.82") +set(KF5_MIN_VERSION "5.86") set(KDE_COMPILERSETTINGS_LEVEL "5.82") set(CMAKE_CXX_STANDARD 17)