From 6c9285b92494e67b9ea58f819dffee648203ff60abb6d04e51d1147155487c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:51:28 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-Decimal revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Decimal?expand=0&rev=5 --- ghc-Decimal.changes | 5 +++++ ghc-Decimal.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-Decimal.changes b/ghc-Decimal.changes index 6ec4844..31f8ec6 100644 --- a/ghc-Decimal.changes +++ b/ghc-Decimal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Tue Aug 18 10:43:45 UTC 2020 - Peter Simons diff --git a/ghc-Decimal.spec b/ghc-Decimal.spec index 91489ad..689e1c3 100644 --- a/ghc-Decimal.spec +++ b/ghc-Decimal.spec @@ -28,6 +28,12 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-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 %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-QuickCheck-devel From b2a9786fa350ac0a47c333506b5ec955fbc9d84281c0c7635553dc58a74ccfc3 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-Decimal revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Decimal?expand=0&rev=6 --- ghc-Decimal.changes | 2 +- ghc-Decimal.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-Decimal.changes b/ghc-Decimal.changes index 31f8ec6..e9f87cd 100644 --- a/ghc-Decimal.changes +++ b/ghc-Decimal.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 Aug 18 10:43:45 UTC 2020 - Peter Simons diff --git a/ghc-Decimal.spec b/ghc-Decimal.spec index 689e1c3..17b7d65 100644 --- a/ghc-Decimal.spec +++ b/ghc-Decimal.spec @@ -28,12 +28,7 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-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} %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-QuickCheck-devel From ea370f6ea80a65ab32f504b2e262a3ae494ea29759f33be6418bbe53de933ecf 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-Decimal revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Decimal?expand=0&rev=7 --- ghc-Decimal.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-Decimal.changes b/ghc-Decimal.changes index e9f87cd..7937d44 100644 --- a/ghc-Decimal.changes +++ b/ghc-Decimal.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