public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Kratochvil <jan@jankratochvil.net>
To: git-commits@fedoraproject.org
Subject: [rpms/icemon] rawhide: Fix rhbz#2504133 - icemon: FTBFS in Fedora rawhide/f45
Date: Sun, 26 Jul 2026 19:42:17 GMT [thread overview]
Message-ID: <178509493766.1.14452606701436543736.rpms-icemon-5656f9e04531@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/icemon
Branch : rawhide
Commit : 5656f9e0453116efbe4a67b79d20df7a73fd498f
Author : Jan Kratochvil <jan@jankratochvil.net>
Date : 2026-07-26T21:42:01+02:00
Stats : +23/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/icemon/c/5656f9e0453116efbe4a67b79d20df7a73fd498f?branch=rawhide
Log:
Fix rhbz#2504133 - icemon: FTBFS in Fedora rawhide/f45
---
diff --git a/cmake-version.patch b/cmake-version.patch
new file mode 100644
index 0000000..5331a44
--- /dev/null
+++ b/cmake-version.patch
@@ -0,0 +1,18 @@
+commit b07bf3eb0c28ac5cd527d3ab675d2273d1866b48
+Author: Sergio Martins <sergio.martins@kdab.com>
+Date: Mon Apr 28 03:39:49 2025 +0100
+
+ Fix build with CMake 4.0
+
+ Newer CMake doesn't support such old minimum version
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 6be47d3..e149f84 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.1.0)
++cmake_minimum_required(VERSION 3.10.0)
+ project(icemon VERSION 3.3)
+
+ find_package(ECM REQUIRED NO_MODULE)
diff --git a/icemon.spec b/icemon.spec
index af1ec8f..cc5b2c1 100644
--- a/icemon.spec
+++ b/icemon.spec
@@ -1,6 +1,6 @@
Name: icemon
Version: 3.3
-Release: 19%{?dist}
+Release: 20%{?dist}
Summary: Icecream GUI monitor
# Automatically converted from old format: GPLv2+ - review is highly recommended.
@@ -11,6 +11,7 @@ Source1: icemon.metainfo.xml
# Backport of docbook -> asciidoc from upstream
# https://github.com/icecc/icemon/commit/479490ffbe0d13ed3059b67241671cb78521a10a
Patch1: icemon-asciidoc.patch
+Patch2: cmake-version.patch
BuildRequires: gcc-c++
BuildRequires: pkgconfig(icecc) >= 1.3
@@ -54,6 +55,9 @@ install -m644 -D %{SOURCE1} %{buildroot}/%{_metainfodir}/%{name}.metainfo.xml
%doc CHANGELOG.md README.md
%changelog
+* Sun Jul 26 2026 Jan Kratochvil <jan@jankratochvil.net> - 3.3-20
+- Fix rhbz#2504133 - icemon: FTBFS in Fedora rawhide/f45
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-07-26 19:42 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=178509493766.1.14452606701436543736.rpms-icemon-5656f9e04531@fedoraproject.org \
--to=jan@jankratochvil.net \
--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