Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kwayland-integration6 for
openSUSE:Factory checked in at 2025-02-10 17:24:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwayland-integration6 (Old)
and /work/SRC/openSUSE:Factory/.kwayland-integration6.new.19470 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwayland-integration6"
Mon Feb 10 17:24:01 2025 rev:18 rq:1244583 version:6.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/kwayland-integration6/kwayland-integration6.changes
2025-01-03 14:16:40.844829223 +0100
+++
/work/SRC/openSUSE:Factory/.kwayland-integration6.new.19470/kwayland-integration6.changes
2025-02-10 18:12:08.846641893 +0100
@@ -1,0 +2,31 @@
+Thu Feb 6 13:46:50 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.3.0:
+ * New bugfix release
+ * For more details see https://kde.org/announcements/plasma/6/6.3.0
+- Changes since 6.2.91:
+ * update version for new release
+
+-------------------------------------------------------------------
+Thu Jan 23 13:45:45 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.2.91:
+ * New bugfix release
+ * For more details see https://kde.org/announcements/plasma/6/6.2.91
+- Changes since 6.2.90:
+ * update version for new release
+
+-------------------------------------------------------------------
+Sat Jan 11 18:27:42 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.2.90:
+ * New feature release
+ * For more details see https://kde.org/announcements/plasma/6/6.2.90
+- Changes since 6.2.5:
+ * update version for new release
+ * Add README explaining what this is a little, and why it's still Qt5
+ * Initialize xdg activation
+ * Fix obtaining wl_surface from WId (kde#496365)
+ * update version for new release
+
+-------------------------------------------------------------------
Old:
----
kwayland-integration-6.2.5.tar.xz
kwayland-integration-6.2.5.tar.xz.sig
New:
----
kwayland-integration-6.3.0.tar.xz
kwayland-integration-6.3.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kwayland-integration6.spec ++++++
--- /var/tmp/diff_new_pack.qODLHf/_old 2025-02-10 18:12:09.350662977 +0100
+++ /var/tmp/diff_new_pack.qODLHf/_new 2025-02-10 18:12:09.354663143 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kwayland-integration6
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,15 @@
%bcond_without released
%define rname kwayland-integration
Name: kwayland-integration6
-Version: 6.2.5
+Version: 6.3.0
Release: 0
Summary: Plugin to integrate KF5 KWayland into Plasma 6
License: LGPL-2.1-or-later
Group: Development/Libraries/KDE
URL: http://www.kde.org
-Source:
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
+Source: %{rname}-%{version}.tar.xz
%if %{with released}
-Source1:
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
+Source1: %{rname}-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: cmake >= 3.16
++++++ kwayland-integration-6.2.5.tar.xz -> kwayland-integration-6.3.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kwayland-integration-6.2.5/CMakeLists.txt
new/kwayland-integration-6.3.0/CMakeLists.txt
--- old/kwayland-integration-6.2.5/CMakeLists.txt 2024-12-30
19:57:05.000000000 +0100
+++ new/kwayland-integration-6.3.0/CMakeLists.txt 2025-02-06
12:01:46.000000000 +0100
@@ -3,7 +3,7 @@
set(CMAKE_C_STANDARD 99)
-set(PROJECT_VERSION "6.2.5")
+set(PROJECT_VERSION "6.3.0")
set(PROJECT_VERSION_MAJOR 6)
set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kwayland-integration-6.2.5/README.md
new/kwayland-integration-6.3.0/README.md
--- old/kwayland-integration-6.2.5/README.md 1970-01-01 01:00:00.000000000
+0100
+++ new/kwayland-integration-6.3.0/README.md 2025-02-06 12:01:46.000000000
+0100
@@ -0,0 +1,5 @@
+# kwayland-integration
+
+Integration plugins for various KDE frameworks for the Wayland windowing
system.
+
+This remains Qt 5 only as its features have been moved into
[KWindowSystem](https://invent.kde.org/frameworks/kwindowsystem) in KF6, but
this is still necessary for compatibility with Qt 5 apps.