public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/heaptrack] rawhide: Fix FTBFS (CMake 3 -> 4)
@ 2026-06-09 10:58 David Abdurachmanov
0 siblings, 0 replies; only message in thread
From: David Abdurachmanov @ 2026-06-09 10:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/heaptrack
Branch : rawhide
Commit : fec74fc85dfaf52e081d4bdc3ca9dee7ab52664b
Author : David Abdurachmanov <david.abdurachmanov@gmail.com>
Date : 2026-06-02T12:11:15+02:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/heaptrack/c/fec74fc85dfaf52e081d4bdc3ca9dee7ab52664b?branch=rawhide
Log:
Fix FTBFS (CMake 3 -> 4)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
---
diff --git a/heaptrack.spec b/heaptrack.spec
index de476f9..3227172 100644
--- a/heaptrack.spec
+++ b/heaptrack.spec
@@ -1,6 +1,6 @@
Name: heaptrack
Version: 1.5.0
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: A heap memory profiler for Linux
License: Apache-2.0 AND BSD-3-Clause AND BSL-1.0 AND GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND MIT
@@ -62,6 +62,7 @@ profile to:
%build
%cmake_kf6 \
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DHEAPTRACK_USE_QT6=1 \
%if "%{?_lib}" == "lib64"
%{?_cmake_lib_suffix64}
@@ -97,6 +98,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.heaptrack.des
%changelog
+* Sun May 31 2026 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.5.0-12
+- Fix FTBFS (CMake 3 -> 4)
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 10:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 10:58 [rpms/heaptrack] rawhide: Fix FTBFS (CMake 3 -> 4) David Abdurachmanov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox