public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/plasma-discover] epel10.3: Merge branch f44 into epel10
@ 2026-09-14 17:07 Troy Dawson
  0 siblings, 0 replies; only message in thread
From: Troy Dawson @ 2026-09-14 17:07 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/plasma-discover
Branch : epel10.3
Commit : 92d8bbfd8081e95aff819133a7ca8c5bd77c2fc5
Author : Troy Dawson <tdawson@redhat.com>
Date   : 2026-09-11T10:18:09-07:00
Stats  : +41/-3 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/plasma-discover/c/92d8bbfd8081e95aff819133a7ca8c5bd77c2fc5?branch=epel10.3

Log:
Merge branch f44 into epel10

---
diff --git a/.gitignore b/.gitignore
index 54c4ea3..d467073 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,5 @@
 /discover-6.7.1.tar.xz.sig
 /discover-6.7.2.tar.xz.sig
 /discover-6.7.3.tar.xz.sig
+/discover-6.7.4.tar.xz.sig
+/discover-6.7.5.tar.xz.sig

diff --git a/plasma-discover.spec b/plasma-discover.spec
index 18a304b..580dfcb 100644
--- a/plasma-discover.spec
+++ b/plasma-discover.spec
@@ -8,7 +8,7 @@
 
 Name:    plasma-discover
 Summary: KDE and Plasma resources management GUI
-Version: 6.7.3
+Version: 6.7.5
 Release: 1%{?dist}
 
 License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
@@ -314,6 +314,15 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.discover.desk
 %{_kf6_qtplugindir}/discover/kns-backend.so
 
 %changelog
+* Tue Sep 08 2026 Steve Cossette <farchord@gmail.com> - 6.7.5-1
+- 6.7.5
+
+* Tue Aug 04 2026 Steve Cossette <farchord@gmail.com> - 6.7.4-1
+- 6.7.4
+
+* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 6.7.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
 * Tue Jul 14 2026 Steve Cossette <farchord@gmail.com> - 6.7.3-1
 - 6.7.3
 

diff --git a/sources b/sources
index f1f1a04..ebbc6f5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (discover-6.7.3.tar.xz) = e164b7da503073ca92233f93b9d3d2bf8f77a783bbf9da4275def96c88d17b31fbf7df6f4c60ba4026223942788ab2a759a7bfbc9c10c253c409569f88fdb8c5
-SHA512 (discover-6.7.3.tar.xz.sig) = 9513c85c8e4c66b5ca45b75fed94df94593b915a1acdee49c8f1a05daad9a4d239926e971af3c6d2e3c85992d359f6f56f1fed0c336ffc89bf3e7cd38ec1fdac
+SHA512 (discover-6.7.5.tar.xz) = 95a1b795bd249786d713469f62ad0cac4fa75cb9df43d7355605fef47add437485920206699dfbdb2e7fd47bcfd4538838f1bd24c8c89018032962c42504463f
+SHA512 (discover-6.7.5.tar.xz.sig) = 6312a885c200b2382b676037b1bcb6e3415557a50aa2865133dd5c7e4e979ffdbc692861af0c192fa230dafd0496be0fc7d805e8ed3322384329ac17beaed79f

diff --git a/discover-downgrade-appstream-requirement.patch b/discover-downgrade-appstream-requirement.patch
new file mode 100644
index 0000000..9a6de3e
--- /dev/null
+++ b/discover-downgrade-appstream-requirement.patch
@@ -0,0 +1,25 @@
+From db1b0870fe78f5fa2e352f27ea1c06aca2992181 Mon Sep 17 00:00:00 2001
+From: Troy Dawson <tdawson@redhat.com>
+Date: Thu, 19 Feb 2026 09:42:09 -0800
+Subject: [PATCH] downgrade appstream requirement
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index c1d1115..62ae26b 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -37,7 +37,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED Kirigami CoreAddons Config Crash DB
+ find_package(KF6 ${KF6_MIN_VERSION} OPTIONAL_COMPONENTS UserFeedback)
+ 
+ find_package(packagekitqt6 1.0.1 CONFIG)
+-find_package(AppStreamQt 1.0.4 CONFIG REQUIRED)
++find_package(AppStreamQt 1.0.2 CONFIG REQUIRED)
+ find_package(KF6Attica ${KF6_MIN_VERSION} CONFIG)
+ find_package(KF6NewStuff ${KF6_MIN_VERSION} CONFIG)
+ 
+-- 
+2.47.3
+

diff --git a/plasma-discover.spec b/plasma-discover.spec
index 07c1a35..580dfcb 100644
--- a/plasma-discover.spec
+++ b/plasma-discover.spec
@@ -28,6 +28,8 @@ Source10: discoverrc
 # It is double the time that Fedora repos are set to in DNF (6h).
 Patch200: discover-pk-refresh-timer.patch
 
+Patch201: discover-downgrade-appstream-requirement.patch
+
 ## upstreamable patches
 
 # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-14 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-14 17:07 [rpms/plasma-discover] epel10.3: Merge branch f44 into epel10 Troy Dawson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox