public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mamoru TASAKA <mtasaka@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xmountains] rawhide: Drop ix86 on F45 unavoidably as imake stopped supporting on ix86
Date: Sat, 18 Jul 2026 14:33:18 GMT [thread overview]
Message-ID: <178438519805.1.7803967159777066657.rpms-xmountains-6ed9da79114e@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-18 14:33 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=178438519805.1.7803967159777066657.rpms-xmountains-6ed9da79114e@fedoraproject.org \
--to=mtasaka@fedoraproject.org \
--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