public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xmountains] rawhide: Drop ix86 on F45 unavoidably as imake stopped supporting on ix86
@ 2026-07-18 14:33 Mamoru TASAKA
0 siblings, 0 replies; only message in thread
From: Mamoru TASAKA @ 2026-07-18 14:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xmountains
Branch : rawhide
Commit : 6ed9da79114e283eb6180c449fa939482e414bfd
Author : Mamoru TASAKA <mtasaka@fedoraproject.org>
Date : 2026-07-18T23:33:05+09:00
Stats : +9/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xmountains/c/6ed9da79114e283eb6180c449fa939482e414bfd?branch=rawhide
Log:
Drop ix86 on F45 unavoidably as imake stopped supporting on ix86
---
diff --git a/xmountains.spec b/xmountains.spec
index 6fd1f8d..75fd1b2 100644
--- a/xmountains.spec
+++ b/xmountains.spec
@@ -1,6 +1,6 @@
Name: xmountains
Version: 2.11
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: A fractal terrain generator
# SPDX confirmed
@@ -20,6 +20,11 @@ BuildRequires: xorg-x11-proto-devel
BuildRequires: libX11-devel
BuildRequires: imake
+%if 0%{?fedora} >= 45
+# imake not available on i686
+ExcludeArch: %{ix86}
+%endif
+
%description
Xmountains is a fractal terrain generator written by Stephen Booth.
@@ -79,6 +84,9 @@ fi
%{_datadir}/xscreensaver/*/*
%changelog
+* Sat Jul 18 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.11-8
+- Drop ix86 on F45 unavoidably as imake stopped supporting on ix86
+
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-18 14:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-18 14:33 [rpms/xmountains] rawhide: Drop ix86 on F45 unavoidably as imake stopped supporting on ix86 Mamoru TASAKA
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox