public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tgif] rawhide: Drop ix86 on F45 unavoidably as imake stopped supporting on ix86
@ 2026-07-18 14:14 Mamoru TASAKA
0 siblings, 0 replies; only message in thread
From: Mamoru TASAKA @ 2026-07-18 14:14 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-18 14:14 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:14 [rpms/tgif] 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