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/tgif] rawhide: Drop ix86 on F45 unavoidably as imake stopped supporting on ix86
Date: Sat, 18 Jul 2026 14:14:00 GMT [thread overview]
Message-ID: <178438404024.1.9322247069017902479.rpms-tgif-da035021e671@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/tgif
Branch : rawhide
Commit : da035021e671dd3f256faadcf3e50441a965e114
Author : Mamoru TASAKA <mtasaka@fedoraproject.org>
Date : 2026-07-18T23:13:49+09:00
Stats : +9/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/tgif/c/da035021e671dd3f256faadcf3e50441a965e114?branch=rawhide
Log:
Drop ix86 on F45 unavoidably as imake stopped supporting on ix86
---
diff --git a/tgif.spec b/tgif.spec
index 7f654a4..7b55f27 100644
--- a/tgif.spec
+++ b/tgif.spec
@@ -1,6 +1,6 @@
Name: tgif
Version: 4.2.5
-Release: 36%{?dist}
+Release: 37%{?dist}
Summary: 2-D drawing tool
# convkinput.c HPND
@@ -32,6 +32,11 @@ Requires: netpbm-progs
Requires: xorg-x11-fonts-75dpi
Requires: xorg-x11-fonts-ISO8859-1-75dpi
+%if 0%{?fedora} >= 45
+# imake not available on i686
+ExcludeArch: %{ix86}
+%endif
+
%description
Tgif - Xlib based interactive 2-D drawing facility under
X11. Supports hierarchical construction of drawings and
@@ -167,6 +172,9 @@ desktop-file-install \
%{_datadir}/applications/*%{name}.desktop
%changelog
+* Sat Jul 18 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.2.5-37
+- Drop ix86 on F45 unavoidably as imake stopped supporting on ix86
+
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.5-36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-07-18 14:14 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=178438404024.1.9322247069017902479.rpms-tgif-da035021e671@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