From 53c9097cd9f5ca057ef85ecb73c9d0239fab219d965e7c9ab1349c5c0814da08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:48:07 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-generic-lens-core revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-generic-lens-core?expand=0&rev=6 --- ghc-generic-lens-core.changes | 2 +- ghc-generic-lens-core.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-generic-lens-core.changes b/ghc-generic-lens-core.changes index 22b7ae3..65bbbe0 100644 --- a/ghc-generic-lens-core.changes +++ b/ghc-generic-lens-core.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:44:55 UTC 2020 - Peter Simons diff --git a/ghc-generic-lens-core.spec b/ghc-generic-lens-core.spec index f3192aa..7020d6e 100644 --- a/ghc-generic-lens-core.spec +++ b/ghc-generic-lens-core.spec @@ -28,12 +28,7 @@ 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 +ExcludeArch: %{ix86} %description This library uses GHC.Generics to derive efficient optics (traversals, lenses