From 1bdc2a3dc7e5c7b05183c8e83df4c047ab96b372660e0dd62e7855750109710f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:51:56 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-data-clist revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-data-clist?expand=0&rev=7 --- ghc-data-clist.changes | 5 +++++ ghc-data-clist.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-data-clist.changes b/ghc-data-clist.changes index 38cbbc8..c5d3f58 100644 --- a/ghc-data-clist.changes +++ b/ghc-data-clist.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Mon Aug 31 09:34:31 UTC 2020 - psimons@suse.com diff --git a/ghc-data-clist.spec b/ghc-data-clist.spec index e72eb0d..51e7115 100644 --- a/ghc-data-clist.spec +++ b/ghc-data-clist.spec @@ -29,6 +29,12 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-deepseq-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 %description Simple functional bidirectional ring type. Given that the ring terminiology From 9843e197538f13c1c7bd564e74f0b63586dabca57ca9a2f6d53e53cb2871bc60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:47:54 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-data-clist revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-data-clist?expand=0&rev=8 --- ghc-data-clist.changes | 2 +- ghc-data-clist.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-data-clist.changes b/ghc-data-clist.changes index c5d3f58..cea98cc 100644 --- a/ghc-data-clist.changes +++ b/ghc-data-clist.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 ------------------------------------------------------------------- Mon Aug 31 09:34:31 UTC 2020 - psimons@suse.com diff --git a/ghc-data-clist.spec b/ghc-data-clist.spec index 51e7115..034e9c3 100644 --- a/ghc-data-clist.spec +++ b/ghc-data-clist.spec @@ -29,12 +29,7 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-deepseq-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} %description Simple functional bidirectional ring type. Given that the ring terminiology From 2fe6ac5ce97d34faee1deccc56370170e0d18086b1fb50f169196c65f569499c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:28:24 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-data-clist revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-data-clist?expand=0&rev=9 --- ghc-data-clist.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-data-clist.changes b/ghc-data-clist.changes index cea98cc..ee4a014 100644 --- a/ghc-data-clist.changes +++ b/ghc-data-clist.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