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 2022-10-20 11:10:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/layer-shell-qt (Old) and /work/SRC/openSUSE:Factory/.layer-shell-qt.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "layer-shell-qt" Thu Oct 20 11:10:37 2022 rev:26 rq:1029838 version:5.26.1 Changes: -------- --- /work/SRC/openSUSE:Factory/layer-shell-qt/layer-shell-qt.changes 2022-10-11 18:03:22.657874119 +0200 +++ /work/SRC/openSUSE:Factory/.layer-shell-qt.new.2275/layer-shell-qt.changes 2022-10-20 11:10:46.891906622 +0200 @@ -1,0 +2,9 @@ +Tue Oct 18 11:27:31 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.26.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.26.1 +- No code changes since 5.26.0 + +------------------------------------------------------------------- Old: ---- layer-shell-qt-5.26.0.tar.xz layer-shell-qt-5.26.0.tar.xz.sig New: ---- layer-shell-qt-5.26.1.tar.xz layer-shell-qt-5.26.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ layer-shell-qt.spec ++++++ --- /var/tmp/diff_new_pack.1sWbOy/_old 2022-10-20 11:10:47.351907554 +0200 +++ /var/tmp/diff_new_pack.1sWbOy/_new 2022-10-20 11:10:47.355907562 +0200 @@ -24,15 +24,15 @@ %bcond_without released Name: layer-shell-qt -Version: 5.26.0 +Version: 5.26.1 Release: 0 Summary: wlr-layer-shell integration for Qt License: LGPL-3.0-or-later Group: Development/Libraries/KDE URL: https://www.kde.org -Source: layer-shell-qt-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/layer-shell-qt-%{version}.tar.xz %if %{with released} -Source1: layer-shell-qt-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/layer-shell-qt-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: cmake >= 3.16 ++++++ layer-shell-qt-5.26.0.tar.xz -> layer-shell-qt-5.26.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/layer-shell-qt-5.26.0/CMakeLists.txt new/layer-shell-qt-5.26.1/CMakeLists.txt --- old/layer-shell-qt-5.26.0/CMakeLists.txt 2022-10-06 14:23:55.000000000 +0200 +++ new/layer-shell-qt-5.26.1/CMakeLists.txt 2022-10-18 12:33:20.000000000 +0200 @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) project(layershellqt) -set(PROJECT_VERSION "5.26.0") +set(PROJECT_VERSION "5.26.1") set(PROJECT_VERSION_MAJOR 5) set(CMAKE_C_STANDARD 99)