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-06-22 13:23:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma6-welcome (Old)
and /work/SRC/openSUSE:Factory/.plasma6-welcome.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma6-welcome"
Sat Jun 22 13:23:18 2024 rev:6 rq:1181151 version:6.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma6-welcome/plasma6-welcome.changes
2024-05-27 11:55:31.353067363 +0200
+++
/work/SRC/openSUSE:Factory/.plasma6-welcome.new.18349/plasma6-welcome.changes
2024-06-22 13:23:53.471693191 +0200
@@ -1,0 +2,21 @@
+Thu Jun 13 10:58:51 UTC 2024 - Fabian Vogt <[email protected]>
+
+- Update to 6.1.0:
+ * New bugfix release
+ * For more details see https://kde.org/announcements/plasma/6/6.1.0
+- Changes since 6.0.90:
+ * update version for new release
+ * appstream versions
+ * update version for new release
+- Edit 0001-Use-the-openSUSE-wallpaper.patch, it's a .png file on
+ Tumbleweed now
+
+-------------------------------------------------------------------
+Sat May 25 11:19:41 UTC 2024 - Fabian Vogt <[email protected]>
+
+- Update to 6.0.90:
+ * New feature release
+ * For more details see https://kde.org/announcements/plasma/6/6.0.90
+- Too many changes to list here
+
+-------------------------------------------------------------------
Old:
----
plasma-welcome-6.0.5.tar.xz
plasma-welcome-6.0.5.tar.xz.sig
New:
----
plasma-welcome-6.1.0.tar.xz
plasma-welcome-6.1.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma6-welcome.spec ++++++
--- /var/tmp/diff_new_pack.8yaguq/_old 2024-06-22 13:23:53.943710450 +0200
+++ /var/tmp/diff_new_pack.8yaguq/_new 2024-06-22 13:23:53.943710450 +0200
@@ -16,7 +16,7 @@
#
-%define kf6_version 6.0.0
+%define kf6_version 6.2.0
%define qt6_version 6.6.0
%define rname plasma-welcome
@@ -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.0.5
+Version: 6.1.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.8yaguq/_old 2024-06-22 13:23:53.963711181 +0200
+++ /var/tmp/diff_new_pack.8yaguq/_new 2024-06-22 13:23:53.967711327 +0200
@@ -1,46 +1,35 @@
-From 415dd3c73947089cd567754b3237017b7b4e5725 Mon Sep 17 00:00:00 2001
-From: Fabian Vogt <[email protected]>
-Date: Fri, 20 Jan 2023 10:27:14 +0100
+From fb7b5af1ef98643e84d40e58174d48ba22723253 Mon Sep 17 00:00:00 2001
+From: Luca Beltrame <[email protected]>
+Date: Fri, 12 Apr 2024 07:51:45 +0200
Subject: [PATCH] Use the openSUSE wallpaper
This is unfortunately hardcoded. Use our default to more likely match what
the user sees.
---
- src/contents/ui/pages/Network.qml | 12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
+ src/qml/mock/MockDesktop.qml | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
-diff --git a/src/contents/ui/pages/Network.qml
b/src/contents/ui/pages/Network.qml
-index ed2c445..02cf3c9 100644
---- a/src/contents/ui/pages/Network.qml
-+++ b/src/contents/ui/pages/Network.qml
-@@ -74,10 +74,10 @@ GenericPage {
- Image {
- anchors.fill: parent
- fillMode: Image.PreserveAspectCrop
-- source: "file:" + Controller.installPrefix() +
"/share/wallpapers/Next/contents/images/1024x768.png"
-+ source: "file:" + Controller.installPrefix() +
"/share/wallpapers/openSUSEdefault/contents/images/1280x1024.jpg"
- // anchor the image to the bottom-right corner of the "screen"
-- sourceClipRect: Qt.rect(1024-parent.width,
-- 768-parent.height,
-+ sourceClipRect: Qt.rect(1280-parent.width,
-+ 1024-parent.height,
- parent.width,
- parent.height)
- }
-@@ -86,9 +86,9 @@ GenericPage {
- Image {
- anchors.fill: panelContainer
- fillMode: Image.PreserveAspectCrop
-- source: "file:" + Controller.installPrefix() +
"/share/wallpapers/Next/contents/images/1024x768.png"
-- sourceClipRect: Qt.rect(1024-panelContainer.width,
-- 768-panelContainer.height,
-+ source: "file:" + Controller.installPrefix() +
"/share/wallpapers/openSUSEdefault/contents/images/1280x1024.jpg"
-+ sourceClipRect: Qt.rect(1280-panelContainer.width,
-+ 1024-panelContainer.height,
- panelContainer.width,
- panelContainer.height)
+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 {
+ property int backgroundAlignment: Qt.AlignRight | Qt.AlignBottom
+
+- 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
+
+ /*
+- * 1280x800 is chosen to look good at normal window sizes: The aspect
closely
++ * 1280x1024 is chosen to look good at normal window sizes: The aspect
closely
+ * matches that of the mock as shown in the application and is not too
large.
+ *
+ * The background be positioned according to the alignment, and expand to
fit
--
-2.41.0
+2.44.0
++++++ plasma-welcome-6.0.5.tar.xz -> plasma-welcome-6.1.0.tar.xz ++++++
++++ 65377 lines of diff (skipped)