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-02-20 16:30:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/layer-shell-qt6 (Old)
and /work/SRC/openSUSE:Factory/.layer-shell-qt6.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "layer-shell-qt6"
Thu Feb 20 16:30:29 2025 rev:19 rq:1246914 version:6.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/layer-shell-qt6/layer-shell-qt6.changes
2025-02-10 18:12:18.287036783 +0100
+++
/work/SRC/openSUSE:Factory/.layer-shell-qt6.new.1873/layer-shell-qt6.changes
2025-02-20 16:31:41.228220100 +0100
@@ -1,0 +2,9 @@
+Tue Feb 18 14:45:18 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.3.1:
+ * New bugfix release
+ * For more details see https://kde.org/announcements/plasma/6/6.3.1
+- Changes since 6.3.0:
+ * update version for new release
+
+-------------------------------------------------------------------
Old:
----
layer-shell-qt-6.3.0.tar.xz
layer-shell-qt-6.3.0.tar.xz.sig
New:
----
layer-shell-qt-6.3.1.tar.xz
layer-shell-qt-6.3.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ layer-shell-qt6.spec ++++++
--- /var/tmp/diff_new_pack.DzcQPu/_old 2025-02-20 16:31:42.852288069 +0100
+++ /var/tmp/diff_new_pack.DzcQPu/_new 2025-02-20 16:31:42.864288571 +0100
@@ -27,14 +27,14 @@
%define rname layer-shell-qt
%bcond_without released
Name: layer-shell-qt6
-Version: 6.3.0
+Version: 6.3.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.3.0.tar.xz -> layer-shell-qt-6.3.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/layer-shell-qt-6.3.0/CMakeLists.txt
new/layer-shell-qt-6.3.1/CMakeLists.txt
--- old/layer-shell-qt-6.3.0/CMakeLists.txt 2025-02-06 12:02:03.000000000
+0100
+++ new/layer-shell-qt-6.3.1/CMakeLists.txt 2025-02-18 14:29:18.000000000
+0100
@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.16)
project(layershellqt)
-set(PROJECT_VERSION "6.3.0")
+set(PROJECT_VERSION "6.3.1")
set(PROJECT_VERSION_MAJOR 6)
set(CMAKE_C_STANDARD 99)