From 3d6d7177073ae2ce17315e2a9c0fb288d688def57fda37536ccbba4902a462be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:18 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-date revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-date?expand=0&rev=9 --- ghc-http-date.changes | 5 +++++ ghc-http-date.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-http-date.changes b/ghc-http-date.changes index b377252..bb9a956 100644 --- a/ghc-http-date.changes +++ b/ghc-http-date.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Wed Oct 7 02:01:16 UTC 2020 - psimons@suse.com diff --git a/ghc-http-date.spec b/ghc-http-date.spec index 81e80eb..c81a141 100644 --- a/ghc-http-date.spec +++ b/ghc-http-date.spec @@ -31,6 +31,12 @@ BuildRequires: ghc-attoparsec-devel BuildRequires: ghc-bytestring-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-doctest-devel BuildRequires: ghc-hspec-devel From 7bd7f7bb0981fcb7ef75e4a62dcbb44a2062cc5b3670ad32c9a12b4a9d867505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:48:16 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-date revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-date?expand=0&rev=10 --- ghc-http-date.changes | 2 +- ghc-http-date.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-http-date.changes b/ghc-http-date.changes index bb9a956..b05ec60 100644 --- a/ghc-http-date.changes +++ b/ghc-http-date.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 ------------------------------------------------------------------- Wed Oct 7 02:01:16 UTC 2020 - psimons@suse.com diff --git a/ghc-http-date.spec b/ghc-http-date.spec index c81a141..d4c06ad 100644 --- a/ghc-http-date.spec +++ b/ghc-http-date.spec @@ -31,12 +31,7 @@ BuildRequires: ghc-attoparsec-devel BuildRequires: ghc-bytestring-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-doctest-devel BuildRequires: ghc-hspec-devel From 1114a8923977f488d45a74ef7d0c893103aa5f265789b66f867a898b9eddfc10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:28:44 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-date revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-date?expand=0&rev=11 --- ghc-http-date.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-http-date.changes b/ghc-http-date.changes index b05ec60..20a4f16 100644 --- a/ghc-http-date.changes +++ b/ghc-http-date.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