diff --git a/ghc-JuicyPixels.changes b/ghc-JuicyPixels.changes index acdb011..2363479 100644 --- a/ghc-JuicyPixels.changes +++ b/ghc-JuicyPixels.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup -- force i686 arch on i586 +- disable %{ix86} build ------------------------------------------------------------------- Tue Aug 18 10:43:49 UTC 2020 - Peter Simons diff --git a/ghc-JuicyPixels.spec b/ghc-JuicyPixels.spec index fd900ea..5bec9f5 100644 --- a/ghc-JuicyPixels.spec +++ b/ghc-JuicyPixels.spec @@ -35,12 +35,7 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-transformers-devel BuildRequires: ghc-vector-devel BuildRequires: ghc-zlib-devel -# GHC dont support i586 -%ifarch %{ix86} -ExclusiveArch: i586 i686 -ExclusiveArch: i686 -%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic} -%endif +ExcludeArch: %{ix86} %description This library can load and store images in PNG,Bitmap, Jpeg, Radiance, Tiff and