From e0a7d748302cad6308a59c59781c7032cdc212c5f5a1f4311496b0455b19bc3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:57 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-simple-sendfile revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-simple-sendfile?expand=0&rev=5 --- ghc-simple-sendfile.changes | 5 +++++ ghc-simple-sendfile.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-simple-sendfile.changes b/ghc-simple-sendfile.changes index 62b76d1..f12e6b2 100644 --- a/ghc-simple-sendfile.changes +++ b/ghc-simple-sendfile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Tue Aug 18 10:46:02 UTC 2020 - Peter Simons diff --git a/ghc-simple-sendfile.spec b/ghc-simple-sendfile.spec index 5816627..f066686 100644 --- a/ghc-simple-sendfile.spec +++ b/ghc-simple-sendfile.spec @@ -30,6 +30,12 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-network-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-unix-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-conduit-devel From 75ef2db26adc4cfb007c1fec05687c51983d53fd460239536a321b1188443b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:49:09 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-simple-sendfile revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-simple-sendfile?expand=0&rev=6 --- ghc-simple-sendfile.changes | 2 +- ghc-simple-sendfile.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-simple-sendfile.changes b/ghc-simple-sendfile.changes index f12e6b2..93aa7b7 100644 --- a/ghc-simple-sendfile.changes +++ b/ghc-simple-sendfile.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:46:02 UTC 2020 - Peter Simons diff --git a/ghc-simple-sendfile.spec b/ghc-simple-sendfile.spec index f066686..03bee03 100644 --- a/ghc-simple-sendfile.spec +++ b/ghc-simple-sendfile.spec @@ -30,12 +30,7 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-network-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-unix-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-conduit-devel From 05ce69cd1f708827d8f2c6abf8023e26dc52142c68b0357d341a7a114a897277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:29:20 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-simple-sendfile revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-simple-sendfile?expand=0&rev=7 --- ghc-simple-sendfile.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-simple-sendfile.changes b/ghc-simple-sendfile.changes index 93aa7b7..f03edbf 100644 --- a/ghc-simple-sendfile.changes +++ b/ghc-simple-sendfile.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