diff --git a/ghc-annotated-wl-pprint.changes b/ghc-annotated-wl-pprint.changes index 4dbbcf8..505bfd7 100644 --- a/ghc-annotated-wl-pprint.changes +++ b/ghc-annotated-wl-pprint.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 ------------------------------------------------------------------- Fri Sep 4 13:27:45 UTC 2020 - psimons@suse.com diff --git a/ghc-annotated-wl-pprint.spec b/ghc-annotated-wl-pprint.spec index 1e0f793..48d5ba4 100644 --- a/ghc-annotated-wl-pprint.spec +++ b/ghc-annotated-wl-pprint.spec @@ -27,12 +27,7 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros -# 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 is a modified version of wl-pprint, which was based on Wadler's paper "A