public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: David Abdurachmanov <david.abdurachmanov@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/heaptrack] rawhide: Fix FTBFS (CMake 3 -> 4)
Date: Tue, 09 Jun 2026 10:58:40 GMT	[thread overview]
Message-ID: <178100272080.1.17581525109548550557.rpms-heaptrack-fec74fc85dfa@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-06-09 10:58 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=178100272080.1.17581525109548550557.rpms-heaptrack-fec74fc85dfa@fedoraproject.org \
    --to=david.abdurachmanov@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