From 989c3b1876eb7e0742f2d3487e88071528dd8b835ed35adf8fe637d152f2656f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:32 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-lucid revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lucid?expand=0&rev=7 --- ghc-lucid.changes | 5 +++++ ghc-lucid.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-lucid.changes b/ghc-lucid.changes index 71a7350..f6280a5 100644 --- a/ghc-lucid.changes +++ b/ghc-lucid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Mon Aug 31 09:34:30 UTC 2020 - psimons@suse.com diff --git a/ghc-lucid.spec b/ghc-lucid.spec index f3ba13d..90ae0e8 100644 --- a/ghc-lucid.spec +++ b/ghc-lucid.spec @@ -37,6 +37,12 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-unordered-containers-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-HUnit-devel BuildRequires: ghc-bifunctors-devel From 617b3b919e43f3d6c50a1b465a59f017bc7de0247d58ed49830e3a29adb1adda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:48:41 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-lucid revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lucid?expand=0&rev=8 --- ghc-lucid.changes | 2 +- ghc-lucid.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-lucid.changes b/ghc-lucid.changes index f6280a5..893a0eb 100644 --- a/ghc-lucid.changes +++ b/ghc-lucid.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 ------------------------------------------------------------------- Mon Aug 31 09:34:30 UTC 2020 - psimons@suse.com diff --git a/ghc-lucid.spec b/ghc-lucid.spec index 90ae0e8..79508fe 100644 --- a/ghc-lucid.spec +++ b/ghc-lucid.spec @@ -37,12 +37,7 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-unordered-containers-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} %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-bifunctors-devel From 8edba3528a50b08e7bb8a46af7d2476b29efc2eecb9332f2f0b4f2d7098b0a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:28:56 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-lucid revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lucid?expand=0&rev=9 --- ghc-lucid.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-lucid.changes b/ghc-lucid.changes index 893a0eb..c32c1ce 100644 --- a/ghc-lucid.changes +++ b/ghc-lucid.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup - disable %{ix86} build