From 889dd8dbc9c0bb9af2632ea6b008d1454a113cfa6e751e003e50b85b498c3736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:01 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-dns revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-dns?expand=0&rev=3 --- ghc-dns.changes | 5 +++++ ghc-dns.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-dns.changes b/ghc-dns.changes index dd8fbd8..0b0a810 100644 --- a/ghc-dns.changes +++ b/ghc-dns.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Tue Nov 3 11:49:16 UTC 2020 - psimons@suse.com diff --git a/ghc-dns.spec b/ghc-dns.spec index f77c658..ed280cc 100644 --- a/ghc-dns.spec +++ b/ghc-dns.spec @@ -42,6 +42,12 @@ BuildRequires: ghc-mtl-devel BuildRequires: ghc-network-devel BuildRequires: ghc-psqueues-devel BuildRequires: ghc-rpm-macros +# 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-QuickCheck-devel BuildRequires: ghc-doctest-devel From 6751c0aea4f8b44e18f4900f0652490b004b1f29bc410be063c82f09049f0599 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-dns revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-dns?expand=0&rev=4 --- ghc-dns.changes | 2 +- ghc-dns.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-dns.changes b/ghc-dns.changes index 0b0a810..8eff898 100644 --- a/ghc-dns.changes +++ b/ghc-dns.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 Nov 3 11:49:16 UTC 2020 - psimons@suse.com diff --git a/ghc-dns.spec b/ghc-dns.spec index ed280cc..cb67377 100644 --- a/ghc-dns.spec +++ b/ghc-dns.spec @@ -42,12 +42,7 @@ BuildRequires: ghc-mtl-devel BuildRequires: ghc-network-devel BuildRequires: ghc-psqueues-devel BuildRequires: ghc-rpm-macros -# 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-QuickCheck-devel BuildRequires: ghc-doctest-devel From 8e5b649ef74f9a42b2497e5671e9a70f41e35ec6a09517f43c8428e8f5c42374 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-dns revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-dns?expand=0&rev=5 --- ghc-dns.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-dns.changes b/ghc-dns.changes index 8eff898..cca8063 100644 --- a/ghc-dns.changes +++ b/ghc-dns.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