public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Cossette <farchord@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/plasma-welcome] f43: Merge branch 'rawhide' into f43
Date: Fri, 12 Jun 2026 10:37:39 GMT	[thread overview]
Message-ID: <178126065995.1.15812148830714568489.rpms-plasma-welcome-5858c4065661@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/plasma-welcome
Branch : f43
Commit : 5858c4065661ae16645fc1af903ae4bd50e594a2
Author : Steve Cossette <farchord@gmail.com>
Date   : 2026-06-12T06:37:30-04:00
Stats  : +22/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/plasma-welcome/c/5858c4065661ae16645fc1af903ae4bd50e594a2?branch=f43

Log:
Merge branch 'rawhide' into f43

---
diff --git a/.gitignore b/.gitignore
index 6c74d40..7c62c94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -86,3 +86,9 @@
 /plasma-welcome-6.6.4.tar.xz.sig
 /plasma-welcome-6.6.5.tar.xz
 /plasma-welcome-6.6.5.tar.xz.sig
+/plasma-welcome-6.6.90.tar.xz
+/plasma-welcome-6.6.90.tar.xz.sig
+/plasma-welcome-6.6.91.tar.xz
+/plasma-welcome-6.6.91.tar.xz.sig
+/plasma-welcome-6.7.0.tar.xz
+/plasma-welcome-6.7.0.tar.xz.sig

diff --git a/plasma-welcome.spec b/plasma-welcome.spec
index e413340..923b7f0 100644
--- a/plasma-welcome.spec
+++ b/plasma-welcome.spec
@@ -1,7 +1,7 @@
 %global orgname org.kde.plasma-welcome
 
 Name:           plasma-welcome
-Version:        6.6.5
+Version:        6.7.0
 Release:        1%{?dist}
 License:        GPL-2.0-or-later and BSD-3-Clause
 Summary:        Plasma Welcome
@@ -38,6 +38,8 @@ BuildRequires:  cmake(KF6KIO)
 BuildRequires:  cmake(KF6Service)
 BuildRequires:  cmake(KF6KCMUtils)
 BuildRequires:  cmake(KF6Svg)
+BuildRequires:  cmake(KF6GlobalAccel)
+BuildRequires:  cmake(KF6Crash)
 
 BuildRequires:  cmake(Plasma)
 
@@ -79,6 +81,15 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/%{orgname}.deskto
 
 
 %changelog
+* Thu Jun 11 2026 Steve Cossette <farchord@gmail.com> - 6.7.0-1
+- 6.7.0
+
+* Fri May 29 2026 Steve Cossette <farchord@gmail.com> - 6.6.91-1
+- 6.6.91
+
+* Sat May 16 2026 Steve Cossette <farchord@gmail.com> - 6.6.90-1
+- 6.6.90
+
 * Thu May 14 2026 Steve Cossette <farchord@gmail.com> - 6.6.5-1
 - 6.6.5
 

diff --git a/sources b/sources
index c5557ea..870c568 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (plasma-welcome-6.6.5.tar.xz) = 4161be8c2784de0563f4983aa22af9c012cc0a432758d564eac7c02c189eef6c10417c9febc79113891fde61b032a4e638678102f458106474c6a2d38cf15f33
-SHA512 (plasma-welcome-6.6.5.tar.xz.sig) = 474d70fc1446e7735d70029c3e3940401dd396e385f27efeaf60a78d94c570f1fa45df8fed714c16114c0aa9bc069f0383c8f97f622a45227f6140a4a2f5a2cc
+SHA512 (plasma-welcome-6.7.0.tar.xz) = e544c7980f24514f3365f40c23d7c613839e97fddcf693c5a13b1004de45fe297ccbc41ee66f82fd7f2f44f7d9b488c1c0b66c9c6a0b31256458cd24c27d373b
+SHA512 (plasma-welcome-6.7.0.tar.xz.sig) = 02e084740f9c73d4b35ed1780eabb378de82f74c16ee6ad23775c06ab0f26818b428e7c07b3fb7b7b62348ec9afa1f6172ec569270d28a0834943bcf5d77b9f3

diff --git a/plasma-welcome.spec b/plasma-welcome.spec
index e9d72c8..923b7f0 100644
--- a/plasma-welcome.spec
+++ b/plasma-welcome.spec
@@ -13,6 +13,7 @@ Source1:        https://download.kde.org/%{stable_kf6}/plasma/%{version}/%{name}
 # Upstream patches
 
 BuildRequires:  gcc-c++
+BuildRequires:  git-core
 BuildRequires:  qt6-qtbase-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  libappstream-glib
@@ -51,7 +52,7 @@ Obsoletes:      plasma-welcome-app < 5.27.0-2
 A Friendly onboarding wizard for Plasma.
 
 %prep
-%autosetup -n %{name}-%{version} -p1
+%autosetup -n %{name}-%{version} -S git_am
 # It is for generate pot file for translate so we can ignore it.
 rm Messages.sh
 

                 reply	other threads:[~2026-06-12 10:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178126065995.1.15812148830714568489.rpms-plasma-welcome-5858c4065661@fedoraproject.org \
    --to=farchord@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox