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-10-29 21:04:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/layer-shell-qt6 (Old)
and /work/SRC/openSUSE:Factory/.layer-shell-qt6.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "layer-shell-qt6"
Wed Oct 29 21:04:56 2025 rev:32 rq:1314163 version:6.5.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/layer-shell-qt6/layer-shell-qt6.changes
2025-10-22 12:13:08.687464068 +0200
+++
/work/SRC/openSUSE:Factory/.layer-shell-qt6.new.1980/layer-shell-qt6.changes
2025-10-29 21:05:35.067921646 +0100
@@ -1,0 +2,9 @@
+Tue Oct 28 11:51:04 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.5.1:
+ * New bugfix release
+ * For more details see https://kde.org/announcements/plasma/6/6.5.1
+- Changes since 6.5.0:
+ * Update version for new release 6.5.1
+
+-------------------------------------------------------------------
Old:
----
layer-shell-qt-6.5.0.tar.xz
layer-shell-qt-6.5.0.tar.xz.sig
New:
----
layer-shell-qt-6.5.1.tar.xz
layer-shell-qt-6.5.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ layer-shell-qt6.spec ++++++
--- /var/tmp/diff_new_pack.qC8tKD/_old 2025-10-29 21:05:35.979959990 +0100
+++ /var/tmp/diff_new_pack.qC8tKD/_new 2025-10-29 21:05:35.979959990 +0100
@@ -27,14 +27,14 @@
%define rname layer-shell-qt
%bcond_without released
Name: layer-shell-qt6
-Version: 6.5.0
+Version: 6.5.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.5.0.tar.xz -> layer-shell-qt-6.5.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/layer-shell-qt-6.5.0/CMakeLists.txt
new/layer-shell-qt-6.5.1/CMakeLists.txt
--- old/layer-shell-qt-6.5.0/CMakeLists.txt 2025-10-16 11:07:07.000000000
+0200
+++ new/layer-shell-qt-6.5.1/CMakeLists.txt 2025-10-28 10:20:00.000000000
+0100
@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.16)
project(layershellqt)
-set(PROJECT_VERSION "6.5.0")
+set(PROJECT_VERSION "6.5.1")
set(PROJECT_VERSION_MAJOR 6)
set(CMAKE_C_STANDARD 99)