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-06-27 18:58:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/layer-shell-qt (Old) and /work/SRC/openSUSE:Factory/.layer-shell-qt.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "layer-shell-qt" Sun Jun 27 18:58:38 2021 rev:3 rq:901523 version:5.22.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/layer-shell-qt/layer-shell-qt.changes 2021-06-19 23:02:53.307661331 +0200 +++ /work/SRC/openSUSE:Factory/.layer-shell-qt.new.2625/layer-shell-qt.changes 2021-06-27 18:58:59.176268521 +0200 @@ -1,0 +2,9 @@ +Wed Jun 23 08:24:42 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.22.2.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.2 +- No code changes since 5.22.1 + +------------------------------------------------------------------- Old: ---- layer-shell-qt-5.22.1.tar.xz layer-shell-qt-5.22.1.tar.xz.sig New: ---- layer-shell-qt-5.22.2.1.tar.xz layer-shell-qt-5.22.2.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ layer-shell-qt.spec ++++++ --- /var/tmp/diff_new_pack.XDf0do/_old 2021-06-27 18:58:59.696269204 +0200 +++ /var/tmp/diff_new_pack.XDf0do/_new 2021-06-27 18:58:59.696269204 +0200 @@ -18,21 +18,21 @@ # Full Plasma 5 version (e.g. 5.8.95) -%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} +%{!?_plasma5_bugfix: %define _plasma5_bugfix 5.22.2} # Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF) %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: layer-shell-qt -Version: 5.22.1 +Version: 5.22.2.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: https://download.kde.org/stable/plasma/%{version}/layer-shell-qt-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/5.22.2/layer-shell-qt-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/layer-shell-qt-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/5.22.2/layer-shell-qt-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: cmake >= 3.16 ++++++ layer-shell-qt-5.22.1.tar.xz -> layer-shell-qt-5.22.2.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/layer-shell-qt-5.22.1/CMakeLists.txt new/layer-shell-qt-5.22.2.1/CMakeLists.txt --- old/layer-shell-qt-5.22.1/CMakeLists.txt 2021-06-15 12:01:42.000000000 +0200 +++ new/layer-shell-qt-5.22.2.1/CMakeLists.txt 2021-06-22 21:03:16.000000000 +0200 @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) project(layershellqt) -set(PROJECT_VERSION "5.22.1") +set(PROJECT_VERSION "5.22.2") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.15.0")