Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package layer-shell-qt6 for openSUSE:Factory checked in at 2025-06-26 11:35:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/layer-shell-qt6 (Old) and /work/SRC/openSUSE:Factory/.layer-shell-qt6.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "layer-shell-qt6" Thu Jun 26 11:35:24 2025 rev:25 rq:1288300 version:6.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/layer-shell-qt6/layer-shell-qt6.changes 2025-06-18 15:54:49.568933002 +0200 +++ /work/SRC/openSUSE:Factory/.layer-shell-qt6.new.7067/layer-shell-qt6.changes 2025-06-26 11:36:11.834007550 +0200 @@ -1,0 +2,9 @@ +Tue Jun 24 11:54:47 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.4.1: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.1 +- Changes since 6.4.0: + * Update version for new release 6.4.1 + +------------------------------------------------------------------- Old: ---- layer-shell-qt-6.4.0.tar.xz layer-shell-qt-6.4.0.tar.xz.sig New: ---- layer-shell-qt-6.4.1.tar.xz layer-shell-qt-6.4.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ layer-shell-qt6.spec ++++++ --- /var/tmp/diff_new_pack.vG1RQT/_old 2025-06-26 11:36:12.818048373 +0200 +++ /var/tmp/diff_new_pack.vG1RQT/_new 2025-06-26 11:36:12.818048373 +0200 @@ -27,14 +27,14 @@ %define rname layer-shell-qt %bcond_without released Name: layer-shell-qt6 -Version: 6.4.0 +Version: 6.4.1 Release: 0 Summary: wlr-layer-shell integration for Qt License: LGPL-3.0-or-later URL: https://www.kde.org -Source: %{rname}-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz %if %{with released} -Source1: %{rname}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} ++++++ layer-shell-qt-6.4.0.tar.xz -> layer-shell-qt-6.4.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/layer-shell-qt-6.4.0/CMakeLists.txt new/layer-shell-qt-6.4.1/CMakeLists.txt --- old/layer-shell-qt-6.4.0/CMakeLists.txt 2025-06-12 11:00:45.000000000 +0200 +++ new/layer-shell-qt-6.4.1/CMakeLists.txt 2025-06-24 11:33:12.000000000 +0200 @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) project(layershellqt) -set(PROJECT_VERSION "6.4.0") +set(PROJECT_VERSION "6.4.1") set(PROJECT_VERSION_MAJOR 6) set(CMAKE_C_STANDARD 99)