Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package layer-shell-qt for openSUSE:Factory checked in at 2021-10-23 00:50:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/layer-shell-qt (Old) and /work/SRC/openSUSE:Factory/.layer-shell-qt.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "layer-shell-qt" Sat Oct 23 00:50:48 2021 rev:8 rq:926376 version:5.23.1 Changes: -------- --- /work/SRC/openSUSE:Factory/layer-shell-qt/layer-shell-qt.changes 2021-10-13 18:05:34.135225909 +0200 +++ /work/SRC/openSUSE:Factory/.layer-shell-qt.new.1890/layer-shell-qt.changes 2021-10-23 00:51:14.369133149 +0200 @@ -1,0 +2,9 @@ +Tue Oct 19 14:05:41 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: ---- layer-shell-qt-5.23.0.tar.xz layer-shell-qt-5.23.0.tar.xz.sig New: ---- layer-shell-qt-5.23.1.tar.xz layer-shell-qt-5.23.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ layer-shell-qt.spec ++++++ --- /var/tmp/diff_new_pack.SUUlaN/_old 2021-10-23 00:51:14.805133248 +0200 +++ /var/tmp/diff_new_pack.SUUlaN/_new 2021-10-23 00:51:14.805133248 +0200 @@ -24,7 +24,7 @@ %bcond_without lang Name: layer-shell-qt -Version: 5.23.0 +Version: 5.23.1 Release: 0 Summary: wlr-layer-shell integration for Qt License: LGPL-3.0-or-later ++++++ layer-shell-qt-5.23.0.tar.xz -> layer-shell-qt-5.23.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/layer-shell-qt-5.23.0/CMakeLists.txt new/layer-shell-qt-5.23.1/CMakeLists.txt --- old/layer-shell-qt-5.23.0/CMakeLists.txt 2021-10-07 13:40:12.000000000 +0200 +++ new/layer-shell-qt-5.23.1/CMakeLists.txt 2021-10-19 14:52:52.000000000 +0200 @@ -4,13 +4,13 @@ cmake_minimum_required(VERSION 3.16) project(layershellqt) -set(PROJECT_VERSION "5.23.0") +set(PROJECT_VERSION "5.23.1") set(PROJECT_VERSION_MAJOR 5) set(CMAKE_C_STANDARD 99) 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)