From 1174628d86e9f1e68041b7165d623dff4b55f91963effa20c9c5ef22901988e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:00 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-distributive revision:12, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=55 --- ghc-distributive.changes | 5 +++++ ghc-distributive.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-distributive.changes b/ghc-distributive.changes index cea2134..88798fe 100644 --- a/ghc-distributive.changes +++ b/ghc-distributive.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:32 UTC 2020 - psimons@suse.com diff --git a/ghc-distributive.spec b/ghc-distributive.spec index 15c9410..a369513 100644 --- a/ghc-distributive.spec +++ b/ghc-distributive.spec @@ -32,6 +32,12 @@ BuildRequires: ghc-cabal-doctest-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-tagged-devel BuildRequires: ghc-transformers-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-doctest-devel BuildRequires: ghc-generic-deriving-devel From 4d3dd13204228886173532f759d9e42b9589628da82b18db1453e83beccabedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:47:57 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-distributive revision:14, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=56 --- ghc-distributive.changes | 2 +- ghc-distributive.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-distributive.changes b/ghc-distributive.changes index 88798fe..749acee 100644 --- a/ghc-distributive.changes +++ b/ghc-distributive.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:32 UTC 2020 - psimons@suse.com diff --git a/ghc-distributive.spec b/ghc-distributive.spec index a369513..baa22cc 100644 --- a/ghc-distributive.spec +++ b/ghc-distributive.spec @@ -32,12 +32,7 @@ BuildRequires: ghc-cabal-doctest-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-tagged-devel BuildRequires: ghc-transformers-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-doctest-devel BuildRequires: ghc-generic-deriving-devel From 4048550bccb2e05a9d96d4787b3f1f04f33b2b58b6a83be221366fc411493012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:28:27 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-distributive revision:15, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=57 --- ghc-distributive.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-distributive.changes b/ghc-distributive.changes index 749acee..dd3f98e 100644 --- a/ghc-distributive.changes +++ b/ghc-distributive.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