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 2025-05-31 19:15:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma6-welcome (Old) and /work/SRC/openSUSE:Factory/.plasma6-welcome.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma6-welcome" Sat May 31 19:15:03 2025 rev:24 rq:1281513 version:6.3.91 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma6-welcome/plasma6-welcome.changes 2025-05-08 18:24:41.551759366 +0200 +++ /work/SRC/openSUSE:Factory/.plasma6-welcome.new.16005/plasma6-welcome.changes 2025-05-31 19:15:25.183169910 +0200 @@ -1,0 +2,17 @@ +Thu May 29 21:23:14 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.91: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.3.91 +- Changes since 6.3.90: + * Update version for new release 6.3.91 + +------------------------------------------------------------------- +Mon May 19 19:38:44 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.3.90 +- Too many changes to list here + +------------------------------------------------------------------- Old: ---- plasma-welcome-6.3.5.tar.xz plasma-welcome-6.3.5.tar.xz.sig New: ---- plasma-welcome-6.3.91.tar.xz plasma-welcome-6.3.91.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma6-welcome.spec ++++++ --- /var/tmp/diff_new_pack.10sC0Z/_old 2025-05-31 19:15:26.063206279 +0200 +++ /var/tmp/diff_new_pack.10sC0Z/_new 2025-05-31 19:15:26.067206444 +0200 @@ -16,8 +16,8 @@ # -%define kf6_version 6.10.0 -%define qt6_version 6.7.0 +%define kf6_version 6.14.0 +%define qt6_version 6.8.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.3.5 +Version: 6.3.91 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: https://download.kde.org/unstable/plasma/%{version}/%{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig +Source1: https://download.kde.org/unstable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif # PATCH-FIX-OPENSUSE @@ -84,6 +84,8 @@ %install %kf6_install +rm %{buildroot}%{_kf6_libdir}/libplasma-welcome-publicplugin.a + %find_lang plasma-welcome %files @@ -91,6 +93,8 @@ %{_kf6_applicationsdir}/org.kde.plasma-welcome.desktop %{_kf6_appstreamdir}/org.kde.plasma-welcome.appdata.xml %{_kf6_bindir}/plasma-welcome +%dir %{_kf6_qmldir}/org/kde/plasma +%{_kf6_qmldir}/org/kde/plasma/welcome/ %{_kf6_plugindir}/kf6/kded/kded_plasma-welcome.so %files lang -f plasma-welcome.lang ++++++ 0001-Use-the-openSUSE-wallpaper.patch ++++++ --- /var/tmp/diff_new_pack.10sC0Z/_old 2025-05-31 19:15:26.087207271 +0200 +++ /var/tmp/diff_new_pack.10sC0Z/_new 2025-05-31 19:15:26.091207436 +0200 @@ -13,46 +13,43 @@ src/qml/mock/MockOverview.qml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -diff --git a/src/qml/mock/MockActivities.qml b/src/qml/mock/MockActivities.qml -index 0b9a00b..284fed9 100644 ---- a/src/qml/mock/MockActivities.qml -+++ b/src/qml/mock/MockActivities.qml -@@ -107,7 +107,7 @@ Item { +Index: plasma-welcome-6.3.80git.20250401T013956~eef0830/src/qml/mock/MockActivities.qml +=================================================================== +--- plasma-welcome-6.3.80git.20250401T013956~eef0830.orig/src/qml/mock/MockActivities.qml 2025-04-01 03:39:56.000000000 +0200 ++++ plasma-welcome-6.3.80git.20250401T013956~eef0830/src/qml/mock/MockActivities.qml 2025-04-01 08:46:00.810327705 +0200 +@@ -107,7 +107,7 @@ // We're intentionally ignoring our 16:10 desktop wallpaper (MockDesktop) - whilst that fits the square // window, we want to maximise what we can fit in our limited height and be more representative of what // a user will see - most use a 16:9 display. -- source: "file:" + Controller.installPrefix() + "/share/wallpapers/Next/contents/images/1920x1080.png" -+ source: "file:" + Controller.installPrefix() + "/share/wallpapers/openSUSEdefault/contents/images/1920x1200.png" +- source: "file:" + Private.App.installPrefix + "/share/wallpapers/Next/contents/images/5120x2880.png" ++ source: "file:" + Private.App.installPrefix + "/share/wallpapers/openSUSEdefault/contents/images/1920x1200.png" mipmap: true } -diff --git a/src/qml/mock/MockCard.qml b/src/qml/mock/MockCard.qml -index c2c9754..c7dbf7d 100644 ---- a/src/qml/mock/MockCard.qml -+++ b/src/qml/mock/MockCard.qml -@@ -22,7 +22,7 @@ Kirigami.AbstractCard { +Index: plasma-welcome-6.3.80git.20250401T013956~eef0830/src/qml/mock/MockCard.qml +=================================================================== +--- plasma-welcome-6.3.80git.20250401T013956~eef0830.orig/src/qml/mock/MockCard.qml 2025-04-01 03:39:56.000000000 +0200 ++++ plasma-welcome-6.3.80git.20250401T013956~eef0830/src/qml/mock/MockCard.qml 2025-04-01 08:46:34.753303169 +0200 +@@ -23,7 +23,7 @@ property double backgroundScale: 1 property int blurRadius: 32 -- readonly property string wallpaper: "file:" + Controller.installPrefix() + "/share/wallpapers/Next/contents/images/1920x1080.png" -+ readonly property string wallpaper: "file:" + Controller.installPrefix() + "/share/wallpapers/openSUSEdefault/contents/images/1920x1200.png" +- readonly property string wallpaper: "file:" + Private.App.installPrefix + "/share/wallpapers/Next/contents/images/5120x2880.png" ++ readonly property string wallpaper: "file:" + Private.App.installPrefix + "/share/wallpapers/openSUSEdefault/contents/images/1920x1200.png" readonly property int desktopWidth: 1024 * backgroundScale readonly property int desktopHeight: 576 * backgroundScale -diff --git a/src/qml/mock/MockOverview.qml b/src/qml/mock/MockOverview.qml -index 37e3156..9aca7c4 100644 ---- a/src/qml/mock/MockOverview.qml -+++ b/src/qml/mock/MockOverview.qml -@@ -21,7 +21,7 @@ Item { +Index: plasma-welcome-6.3.80git.20250401T013956~eef0830/src/qml/mock/MockOverview.qml +=================================================================== +--- plasma-welcome-6.3.80git.20250401T013956~eef0830.orig/src/qml/mock/MockOverview.qml 2025-04-01 03:39:56.000000000 +0200 ++++ plasma-welcome-6.3.80git.20250401T013956~eef0830/src/qml/mock/MockOverview.qml 2025-04-01 08:46:52.706234697 +0200 +@@ -20,7 +20,7 @@ // We're intentionally ignoring our 16:10 desktop wallpaper (MockDesktop) - whilst that fits the square // window, we want to be more representative of what a user will see - most use a 16:9 display. -- readonly property string wallpaper: "file:" + Controller.installPrefix() + "/share/wallpapers/Next/contents/images/1920x1080.png" -+ readonly property string wallpaper: "file:" + Controller.installPrefix() + "/share/wallpapers/openSUSEdefault/contents/images/1920x1200.png" +- readonly property string wallpaper: "file:" + Private.App.installPrefix + "/share/wallpapers/Next/contents/images/5120x2880.png" ++ readonly property string wallpaper: "file:" + Private.App.installPrefix + "/share/wallpapers/openSUSEdefault/contents/images/1920x1200.png" readonly property double scale: layout.scale // Underlay --- -2.47.0 - ++++++ plasma-welcome-6.3.5.tar.xz -> plasma-welcome-6.3.91.tar.xz ++++++ ++++ 64214 lines of diff (skipped)