From 4108a703283a6b2ccabf8ebccadbbcb2156e908c9356686b066f214f9201c0bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:51:45 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-bsb-http-chunked revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bsb-http-chunked?expand=0&rev=9 --- ghc-bsb-http-chunked.changes | 5 +++++ ghc-bsb-http-chunked.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-bsb-http-chunked.changes b/ghc-bsb-http-chunked.changes index 6e392dd..672fad1 100644 --- a/ghc-bsb-http-chunked.changes +++ b/ghc-bsb-http-chunked.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Fri Sep 25 02:00:35 UTC 2020 - psimons@suse.com diff --git a/ghc-bsb-http-chunked.spec b/ghc-bsb-http-chunked.spec index cfc241f..d2eae9a 100644 --- a/ghc-bsb-http-chunked.spec +++ b/ghc-bsb-http-chunked.spec @@ -29,6 +29,12 @@ Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revis BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-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-attoparsec-devel BuildRequires: ghc-blaze-builder-devel From 89e1edbf5f7ec7bbb64d83a242d03e9e08fba46ea62590e46dbebf130158c0e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:47:43 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-bsb-http-chunked revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bsb-http-chunked?expand=0&rev=10 --- ghc-bsb-http-chunked.changes | 2 +- ghc-bsb-http-chunked.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-bsb-http-chunked.changes b/ghc-bsb-http-chunked.changes index 672fad1..5a8a334 100644 --- a/ghc-bsb-http-chunked.changes +++ b/ghc-bsb-http-chunked.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 ------------------------------------------------------------------- Fri Sep 25 02:00:35 UTC 2020 - psimons@suse.com diff --git a/ghc-bsb-http-chunked.spec b/ghc-bsb-http-chunked.spec index d2eae9a..ef27dbc 100644 --- a/ghc-bsb-http-chunked.spec +++ b/ghc-bsb-http-chunked.spec @@ -29,12 +29,7 @@ Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revis BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-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-attoparsec-devel BuildRequires: ghc-blaze-builder-devel From b0516ec7270ddce05e1babf6e432ed7ce4e2bb041c979e350997fd5e83391744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:28:09 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-bsb-http-chunked revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bsb-http-chunked?expand=0&rev=11 --- ghc-bsb-http-chunked.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-bsb-http-chunked.changes b/ghc-bsb-http-chunked.changes index 5a8a334..c096e37 100644 --- a/ghc-bsb-http-chunked.changes +++ b/ghc-bsb-http-chunked.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