public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/givaro] epel10: Stop building for 32-bit x86
@ 2026-06-04 13:11 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-06-04 13:11 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/givaro
            Branch : epel10
            Commit : d5fc45fa23f1c4a25852cdbaeeec686a57e55a18
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2025-07-17T09:30:49-06:00
            Stats  : +4/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/givaro/c/d5fc45fa23f1c4a25852cdbaeeec686a57e55a18?branch=epel10

            Log:
            Stop building for 32-bit x86

- Add a VCS field

---
diff --git a/givaro.spec b/givaro.spec
index cfbea0d..1d2f961 100644
--- a/givaro.spec
+++ b/givaro.spec
@@ -57,8 +57,12 @@ SourceLicense:  %{shrink:
                 }
 URL:            https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro/
 %global forgeurl https://github.com/linbox-team/givaro
+VCS:            git:%{forgeurl}.git
 Source:         %{forgeurl}/releases/download/v%{version}/givaro-%{version}.tar.gz
 
+# See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+ExcludeArch:    %{ix86}
+
 %if %{with autoreconf}
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -118,10 +122,6 @@ A static library for givaro.
 autoreconf --force --install --verbose
 %endif
 
-%ifarch %{ix86}
-# Excess precision leads to test failures
-%global optflags %optflags -ffloat-store
-%endif
 %ifarch s390x
 %global optflags %optflags -ffp-contract=off
 %endif

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-04 13:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04 13:11 [rpms/givaro] epel10: Stop building for 32-bit x86 Jerry James

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