Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package plasma6-welcome for openSUSE:Factory
checked in at 2024-10-07 21:48:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma6-welcome (Old)
and /work/SRC/openSUSE:Factory/.plasma6-welcome.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma6-welcome"
Mon Oct 7 21:48:44 2024 rev:12 rq:1205940 version:6.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma6-welcome/plasma6-welcome.changes
2024-09-11 16:57:13.690631287 +0200
+++
/work/SRC/openSUSE:Factory/.plasma6-welcome.new.19354/plasma6-welcome.changes
2024-10-07 21:49:10.562623482 +0200
@@ -1,0 +2,19 @@
+Sat Oct 5 10:44:34 UTC 2024 - Fabian Vogt <[email protected]>
+
+- Update to 6.2.0:
+ * New bugfix release
+ * For more details see https://kde.org/announcements/plasma/6/6.2.0
+- Changes since 6.1.90:
+ * update version for new release
+ * enjoy/Supporters: Update supporters
+
+-------------------------------------------------------------------
+Tue Sep 17 14:54:33 UTC 2024 - Fabian Vogt <[email protected]>
+
+- Update to 6.1.90:
+ * New feature release
+ * For more details see https://kde.org/announcements/plasma/6/6.1.90
+- Too many changes to list here
+- Rebase 0001-Use-the-openSUSE-wallpaper.patch
+
+-------------------------------------------------------------------
Old:
----
plasma-welcome-6.1.5.tar.xz
plasma-welcome-6.1.5.tar.xz.sig
New:
----
plasma-welcome-6.2.0.tar.xz
plasma-welcome-6.2.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma6-welcome.spec ++++++
--- /var/tmp/diff_new_pack.s07VJi/_old 2024-10-07 21:49:10.994641456 +0200
+++ /var/tmp/diff_new_pack.s07VJi/_new 2024-10-07 21:49:10.998641622 +0200
@@ -16,8 +16,8 @@
#
-%define kf6_version 6.2.0
-%define qt6_version 6.6.0
+%define kf6_version 6.5.0
+%define qt6_version 6.7.0
%define rname plasma-welcome
# Full Plasma 6 version (e.g. 6.0.0)
@@ -26,14 +26,14 @@
%{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk
-F. '{print $1"."$2}')}
%bcond_without released
Name: plasma6-welcome
-Version: 6.1.5
+Version: 6.2.0
Release: 0
Summary: Onboarding wizard for Plasma
License: GPL-2.0-only OR GPL-3.0-only
URL: https://invent.kde.org/plasma/plasma-welcome
-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
# PATCH-FIX-OPENSUSE
++++++ 0001-Use-the-openSUSE-wallpaper.patch ++++++
--- /var/tmp/diff_new_pack.s07VJi/_old 2024-10-07 21:49:11.014642288 +0200
+++ /var/tmp/diff_new_pack.s07VJi/_new 2024-10-07 21:49:11.018642454 +0200
@@ -1,27 +1,26 @@
-From fb7b5af1ef98643e84d40e58174d48ba22723253 Mon Sep 17 00:00:00 2001
+From f0375048f336740dd2239369df7be18a619ec8e8 Mon Sep 17 00:00:00 2001
From: Luca Beltrame <[email protected]>
-Date: Fri, 12 Apr 2024 07:51:45 +0200
+Date: Sun, 11 Aug 2024 21:21:11 +0200
Subject: [PATCH] Use the openSUSE wallpaper
This is unfortunately hardcoded. Use our default to more likely match what
the user sees.
---
- src/qml/mock/MockDesktop.qml | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
+ src/qml/mock/MockCard.qml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
-diff --git a/src/qml/mock/MockDesktop.qml b/src/qml/mock/MockDesktop.qml
-index d9c906c..19c7b26 100644
---- a/src/qml/mock/MockDesktop.qml
-+++ b/src/qml/mock/MockDesktop.qml
-@@ -14,12 +14,12 @@ Item {
-
+diff --git a/src/qml/mock/MockCard.qml b/src/qml/mock/MockCard.qml
+index 356e96a..cc29eb5 100644
+--- a/src/qml/mock/MockCard.qml
++++ b/src/qml/mock/MockCard.qml
+@@ -21,12 +21,12 @@ Kirigami.AbstractCard {
property int backgroundAlignment: Qt.AlignRight | Qt.AlignBottom
+ property int blurRadius: 32
- readonly property string wallpaper: "file:" + Controller.installPrefix()
+ "/share/wallpapers/Next/contents/images/1280x800.png"
+ readonly property string wallpaper: "file:" + Controller.installPrefix()
+ "/share/wallpapers/openSUSEdefault/contents/images/1280x1024.png"
- readonly property int desktopWidth: 1280
-- readonly property int desktopHeight: 800
-+ readonly property int desktopHeight: 1024
+ readonly property int desktopWidth: wallpaperImage.sourceSize.width
+ readonly property int desktopHeight: wallpaperImage.sourceSize.height
/*
- * 1280x800 is chosen to look good at normal window sizes: The aspect
closely
@@ -30,6 +29,6 @@
*
* The background be positioned according to the alignment, and expand to
fit
--
-2.44.0
+2.46.0
++++++ plasma-welcome-6.1.5.tar.xz -> plasma-welcome-6.2.0.tar.xz ++++++
++++ 39988 lines of diff (skipped)