From 3a993b3e250c5278bf1412539560e1987d25a82550fd8094b62219f18b7de8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:51:34 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-aeson-pretty revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-pretty?expand=0&rev=38 --- ghc-aeson-pretty.changes | 5 +++++ ghc-aeson-pretty.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-aeson-pretty.changes b/ghc-aeson-pretty.changes index 6e4974a..543db25 100644 --- a/ghc-aeson-pretty.changes +++ b/ghc-aeson-pretty.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Tue Aug 18 10:43:55 UTC 2020 - Peter Simons diff --git a/ghc-aeson-pretty.spec b/ghc-aeson-pretty.spec index 0d0545d..1020413 100644 --- a/ghc-aeson-pretty.spec +++ b/ghc-aeson-pretty.spec @@ -33,6 +33,12 @@ BuildRequires: ghc-scientific-devel BuildRequires: ghc-text-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-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 %description A JSON pretty-printing library compatible with aeson as well as a command-line