From ad16e82e88edd9ee7a7437bbefb364be9ff04d93e98d194dbf54b98a9dae5e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:51:38 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-attoparsec revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=54 --- ghc-attoparsec.changes | 5 +++++ ghc-attoparsec.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-attoparsec.changes b/ghc-attoparsec.changes index 0e6624d..8a663d6 100644 --- a/ghc-attoparsec.changes +++ b/ghc-attoparsec.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Tue Sep 22 09:33:18 UTC 2020 - psimons@suse.com diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec index bc9371a..2b068c2 100644 --- a/ghc-attoparsec.spec +++ b/ghc-attoparsec.spec @@ -35,6 +35,12 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-scientific-devel BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-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-QuickCheck-devel BuildRequires: ghc-quickcheck-unicode-devel From 23e2303842160d06f45dbf3a2231e4e238dc55cd3f5ba8a9be24354b6d629a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:47:36 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-attoparsec revision:12, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=55 --- ghc-attoparsec.changes | 2 +- ghc-attoparsec.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-attoparsec.changes b/ghc-attoparsec.changes index 8a663d6..03e99b4 100644 --- a/ghc-attoparsec.changes +++ b/ghc-attoparsec.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 Sep 22 09:33:18 UTC 2020 - psimons@suse.com diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec index 2b068c2..7b8b92f 100644 --- a/ghc-attoparsec.spec +++ b/ghc-attoparsec.spec @@ -35,12 +35,7 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-scientific-devel BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-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-QuickCheck-devel BuildRequires: ghc-quickcheck-unicode-devel From 2146e3388d1e6b8df65f9232777418829707cd175fa1747021d81b948da03faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:28:01 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-attoparsec revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=56 --- ghc-attoparsec.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-attoparsec.changes b/ghc-attoparsec.changes index 03e99b4..d85584c 100644 --- a/ghc-attoparsec.changes +++ b/ghc-attoparsec.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