From 649bdbbc55c9ed201feaae2301d1da793eeec618a4fdc3e2aaddeecbc46b50c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:38 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-neat-interpolation revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-neat-interpolation?expand=0&rev=41 --- ghc-neat-interpolation.changes | 5 +++++ ghc-neat-interpolation.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-neat-interpolation.changes b/ghc-neat-interpolation.changes index fa052e4..4199dff 100644 --- a/ghc-neat-interpolation.changes +++ b/ghc-neat-interpolation.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Fri Sep 4 17:21:39 UTC 2020 - psimons@suse.com diff --git a/ghc-neat-interpolation.spec b/ghc-neat-interpolation.spec index 38163af..214ec41 100644 --- a/ghc-neat-interpolation.spec +++ b/ghc-neat-interpolation.spec @@ -30,6 +30,12 @@ BuildRequires: ghc-megaparsec-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-template-haskell-devel BuildRequires: ghc-text-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 %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-quickcheck-instances-devel