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-19 23:02:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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" Sat Jun 19 23:02:34 2021 rev:2 rq:900255 version:5.22.1 Changes: -------- --- /work/SRC/openSUSE:Factory/layer-shell-qt/layer-shell-qt.changes 2021-06-07 22:42:41.060402435 +0200 +++ /work/SRC/openSUSE:Factory/.layer-shell-qt.new.2625/layer-shell-qt.changes 2021-06-19 23:02:53.307661331 +0200 @@ -1,0 +2,9 @@ +Tue Jun 15 13:17:26 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.22.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.1 +- No code changes since 5.22.0 + +------------------------------------------------------------------- Old: ---- layer-shell-qt-5.22.0.tar.xz layer-shell-qt-5.22.0.tar.xz.sig New: ---- layer-shell-qt-5.22.1.tar.xz layer-shell-qt-5.22.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ layer-shell-qt.spec ++++++ --- /var/tmp/diff_new_pack.WQUsEW/_old 2021-06-19 23:02:53.799661960 +0200 +++ /var/tmp/diff_new_pack.WQUsEW/_new 2021-06-19 23:02:53.803661965 +0200 @@ -1,8 +1,8 @@ # # spec file for package layer-shell-qt # -# Copyright (c) 2021 Fabian Vogt # Copyright (c) 2021 SUSE LLC +# Copyright (c) 2021 Fabian Vogt # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,32 +24,32 @@ %bcond_without lang Name: layer-shell-qt -Version: 5.22.0 +Version: 5.22.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 lang} -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 BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem +BuildRequires: libQt5Gui-private-headers-devel +BuildRequires: libqt5-qtwayland-private-headers-devel BuildRequires: pkgconfig BuildRequires: cmake(Qt5Gui) >= 5.15.0 BuildRequires: cmake(Qt5Qml) -BuildRequires: cmake(Qt5XkbCommonSupport) BuildRequires: cmake(Qt5WaylandClient) -BuildRequires: libQt5Gui-private-headers-devel -BuildRequires: libqt5-qtwayland-private-headers-devel +BuildRequires: cmake(Qt5XkbCommonSupport) # Workaround missing requirement in libQt5Gui-private-headers-devel -BuildRequires: pkgconfig(xkbcommon) >= 0.4.1 BuildRequires: pkgconfig(wayland-client) >= 1.3.0 BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(wayland-server) >= 1.3.0 +BuildRequires: pkgconfig(xkbcommon) >= 0.4.1 %description This allows integration of Qt applications with wlr-layer-shell. @@ -65,8 +65,8 @@ Summary: wlr-layer-shell integration for Qt 5 - development files Group: Development/Libraries/KDE Requires: layer-shell-qt5 = %{version} -Requires: cmake(Qt5Qml) Requires: libqt5-qtwayland-private-headers-devel +Requires: cmake(Qt5Qml) Requires: pkgconfig(wayland-client) >= 1.3.0 %description -n layer-shell-qt5-devel ++++++ layer-shell-qt-5.22.0.tar.xz -> layer-shell-qt-5.22.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/layer-shell-qt-5.22.0/CMakeLists.txt new/layer-shell-qt-5.22.1/CMakeLists.txt --- old/layer-shell-qt-5.22.0/CMakeLists.txt 2021-06-03 16:09:26.000000000 +0200 +++ new/layer-shell-qt-5.22.1/CMakeLists.txt 2021-06-15 12:01:42.000000000 +0200 @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) project(layershellqt) -set(PROJECT_VERSION "5.22.0") +set(PROJECT_VERSION "5.22.1") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.15.0")