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

A new commit has been pushed.

Repo   : rpms/plasma-discover
Branch : epel10
Commit : 86c21fe4842d6f5eafaf2eac3ee24c0ad363b4c4
Author : Troy Dawson <tdawson@redhat.com>
Date   : 2026-07-30T09:09:22-07:00
Stats  : +62/-3 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/plasma-discover/c/86c21fe4842d6f5eafaf2eac3ee24c0ad363b4c4?branch=epel10

Log:
Merge branch f44 into epel10

---
diff --git a/.gitignore b/.gitignore
index c0081e7..54c4ea3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,10 @@
 /discover-6.6.2.tar.xz.sig
 /discover-6.6.3.tar.xz.sig
 /discover-6.6.4.tar.xz.sig
+/discover-6.6.5.tar.xz.sig
+/discover-6.6.90.tar.xz.sig
+/discover-6.6.91.tar.xz.sig
+/discover-6.7.0.tar.xz.sig
+/discover-6.7.1.tar.xz.sig
+/discover-6.7.2.tar.xz.sig
+/discover-6.7.3.tar.xz.sig

diff --git a/plasma-discover.spec b/plasma-discover.spec
index 0117404..18a304b 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.6.4
+Version: 6.7.3
 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)
@@ -127,6 +127,7 @@ KDE and Plasma resources management GUI.
 
 %package libs
 Summary: Runtime libraries for %{name}
+Requires: %{name} = %{version}-%{release}
 %description libs
 %{summary}.
 
@@ -313,6 +314,30 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.discover.desk
 %{_kf6_qtplugindir}/discover/kns-backend.so
 
 %changelog
+* Tue Jul 14 2026 Steve Cossette <farchord@gmail.com> - 6.7.3-1
+- 6.7.3
+
+* Mon Jul 06 2026 renner <renner0@posteo.de> - 6.7.2-2
+- Require main package for -libs
+
+* Wed Jul 01 2026 Steve Cossette <farchord@gmail.com> - 6.7.2-1
+- 6.7.2
+
+* Tue Jun 23 2026 Steve Cossette <farchord@gmail.com> - 6.7.1-1
+- 6.7.1
+
+* 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
+
 * Fri Apr 10 2026 Steve Cossette <farchord@gmail.com> - 6.6.4-1
 - 6.6.4
 

diff --git a/sources b/sources
index c1ce601..f1f1a04 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (discover-6.6.4.tar.xz) = 2b4f31793c6752e3129f8ef87e5fafbb0167bd85cbf3f6683f107955d429e569c0ab7c0a0e153b73695c7aa0398959942aaaaae4d57d9f2b95b3ff7acc0cbc2b
-SHA512 (discover-6.6.4.tar.xz.sig) = d3af54b1f3ab45c36f905c084956fdd5937aa186c406b1f79feac96abd4f1f2cf285419f97dd75c3c4d5ce4214990adc697b893035b8be588de3e5ca0e617260
+SHA512 (discover-6.7.3.tar.xz) = e164b7da503073ca92233f93b9d3d2bf8f77a783bbf9da4275def96c88d17b31fbf7df6f4c60ba4026223942788ab2a759a7bfbc9c10c253c409569f88fdb8c5
+SHA512 (discover-6.7.3.tar.xz.sig) = 9513c85c8e4c66b5ca45b75fed94df94593b915a1acdee49c8f1a05daad9a4d239926e971af3c6d2e3c85992d359f6f56f1fed0c336ffc89bf3e7cd38ec1fdac

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 03680c0..18a304b 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-07-30 16:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 16:23 [rpms/plasma-discover] epel10: 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