public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kdiff3] epel10: Fix build with CMake 4.0
@ 2026-07-30 15:44 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-30 15:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kdiff3
Branch : epel10
Commit : c58789a889e8254bcb62904d581aca10478f2cc3
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-03-19T18:29:21-04:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kdiff3/c/c58789a889e8254bcb62904d581aca10478f2cc3?branch=epel10
Log:
Fix build with CMake 4.0
cmake no longer provides the cmake3 name:
https://fedoraproject.org/wiki/Changes/CMake4.0
---
diff --git a/kdiff3.spec b/kdiff3.spec
index 823ab7c..002a542 100644
--- a/kdiff3.spec
+++ b/kdiff3.spec
@@ -7,7 +7,7 @@ License: GPL-2.0-or-later AND BSD-2-Clause AND CC0-1.0 AND MIT
URL: https://invent.kde.org/sdk/kdiff3
Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
-BuildRequires: cmake3
+BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: desktop-file-utils
BuildRequires: gettext
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-30 15:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 15:44 [rpms/kdiff3] epel10: Fix build with CMake 4.0 Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox