From d7c1e3eb8b40229a50e3a2a0f3e2448d15b424e10a4706179563609a181d7fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:51:29 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-HTTP revision:16, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HTTP?expand=0&rev=96 --- ghc-HTTP.changes | 5 +++++ ghc-HTTP.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-HTTP.changes b/ghc-HTTP.changes index a119518..c4ebe8a 100644 --- a/ghc-HTTP.changes +++ b/ghc-HTTP.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Sun Sep 27 02:00:36 UTC 2020 - psimons@suse.com diff --git a/ghc-HTTP.spec b/ghc-HTTP.spec index 8c589df..6f37ccf 100644 --- a/ghc-HTTP.spec +++ b/ghc-HTTP.spec @@ -35,6 +35,12 @@ BuildRequires: ghc-network-uri-devel BuildRequires: ghc-parsec-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-time-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-deepseq-devel From 625f5d35a80d2b2b1c404c5a77b0558b4039f709af54685592977e7e2b44577d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:47:27 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-HTTP revision:18, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HTTP?expand=0&rev=97 --- ghc-HTTP.changes | 2 +- ghc-HTTP.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-HTTP.changes b/ghc-HTTP.changes index c4ebe8a..a2b2921 100644 --- a/ghc-HTTP.changes +++ b/ghc-HTTP.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 ------------------------------------------------------------------- Sun Sep 27 02:00:36 UTC 2020 - psimons@suse.com diff --git a/ghc-HTTP.spec b/ghc-HTTP.spec index 6f37ccf..de98655 100644 --- a/ghc-HTTP.spec +++ b/ghc-HTTP.spec @@ -35,12 +35,7 @@ BuildRequires: ghc-network-uri-devel BuildRequires: ghc-parsec-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-time-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-deepseq-devel From 9654dc5c53f4443fe6aeb109bd070e9ebbdc227a49a7b2c1ddde1313b205078b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:27:49 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-HTTP revision:19, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HTTP?expand=0&rev=98 --- ghc-HTTP.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-HTTP.changes b/ghc-HTTP.changes index a2b2921..c1a04a6 100644 --- a/ghc-HTTP.changes +++ b/ghc-HTTP.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