public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/atlas] rawhide: Fix ftbfs on i686
@ 2026-09-15  8:17 Jakub Martisko
  0 siblings, 0 replies; only message in thread
From: Jakub Martisko @ 2026-09-15  8:17 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/atlas
Branch : rawhide
Commit : 18be8509a43b3c049e2375169b1b4854b1df2e6a
Author : Jakub Martisko <jamartis@redhat.com>
Date   : 2026-09-15T10:16:11+02:00
Stats  : +6/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/atlas/c/18be8509a43b3c049e2375169b1b4854b1df2e6a?branch=rawhide

Log:
Fix ftbfs on i686

---
diff --git a/atlas.spec b/atlas.spec
index 08f9134..6f5e672 100644
--- a/atlas.spec
+++ b/atlas.spec
@@ -6,7 +6,7 @@ Version:        3.10.3
 %if "%{?enable_native_atlas}" != "0"
 %define dist .native
 %endif
-Release:        35%{?dist}
+Release:        36%{?dist}
 Summary:        Automatically Tuned Linear Algebra Software
 
 License:        BSD-3-Clause
@@ -414,7 +414,7 @@ p=$(pwd)
 %endif
 
 %ifarch %ix86
-%define flags %{nil}
+%define flags "-mstackrealign"
 %define base_options "-A PIII -V 512"
 %endif
 
@@ -782,6 +782,10 @@ fi
 %endif
 
 %changelog
+* Tue Sep 15 2026 Jakub Martisko <jamartis@redhat.com> - 3.10.3-36
+- Fix the ftbfs in Fedora on i686
+- Add the -msstackallign option for the i686 builds
+
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.3-35
 - 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-09-15  8:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15  8:17 [rpms/atlas] rawhide: Fix ftbfs on i686 Jakub Martisko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox