From 6886c08807e0345cfba78f79ea1c5cc634ed74c925563c11badbd4e5f7bc4e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:20 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-iproute revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-iproute?expand=0&rev=9 --- ghc-iproute.changes | 5 +++++ ghc-iproute.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-iproute.changes b/ghc-iproute.changes index 58ed764..b4737f1 100644 --- a/ghc-iproute.changes +++ b/ghc-iproute.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Tue Nov 17 15:26:56 UTC 2020 - psimons@suse.com diff --git a/ghc-iproute.spec b/ghc-iproute.spec index 2f4c97c..3fb562a 100644 --- a/ghc-iproute.spec +++ b/ghc-iproute.spec @@ -32,6 +32,12 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-network-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 8b00f30883b8aa282cfeaa928626e4d4f06ab5819cd01f2b707b416c7c7c4b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:48:19 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-iproute revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-iproute?expand=0&rev=10 --- ghc-iproute.changes | 2 +- ghc-iproute.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-iproute.changes b/ghc-iproute.changes index b4737f1..7a13921 100644 --- a/ghc-iproute.changes +++ b/ghc-iproute.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 17 15:26:56 UTC 2020 - psimons@suse.com diff --git a/ghc-iproute.spec b/ghc-iproute.spec index 3fb562a..4c61324 100644 --- a/ghc-iproute.spec +++ b/ghc-iproute.spec @@ -32,12 +32,7 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-network-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 0f9ce7fadad2e754d0e563658d2b6fdef977ebc7d2d3011a82992da668b8dac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:28:47 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-iproute revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-iproute?expand=0&rev=11 --- ghc-iproute.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-iproute.changes b/ghc-iproute.changes index 7a13921..14d7fc2 100644 --- a/ghc-iproute.changes +++ b/ghc-iproute.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