From 14e90f70a00ad6aba48ce7feb50651cb8f187c31f16ea3fa860b8c4cfe322309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:09 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-generic-lens-core revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-generic-lens-core?expand=0&rev=5 --- ghc-generic-lens-core.changes | 5 +++++ ghc-generic-lens-core.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-generic-lens-core.changes b/ghc-generic-lens-core.changes index 5c55b25..22b7ae3 100644 --- a/ghc-generic-lens-core.changes +++ b/ghc-generic-lens-core.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:44:55 UTC 2020 - Peter Simons diff --git a/ghc-generic-lens-core.spec b/ghc-generic-lens-core.spec index e03d6be..f3192aa 100644 --- a/ghc-generic-lens-core.spec +++ b/ghc-generic-lens-core.spec @@ -28,6 +28,12 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-indexed-profunctors-devel BuildRequires: ghc-rpm-macros 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 %description This library uses GHC.Generics to derive efficient optics (traversals, lenses