From 5bd07c654d5fa7a11c30a9ea9d452be3afa3721617b34cad7a482af86a1d7161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:51:46 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-byteorder revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-byteorder?expand=0&rev=5 --- ghc-byteorder.changes | 5 +++++ ghc-byteorder.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-byteorder.changes b/ghc-byteorder.changes index d9a7670..4c10597 100644 --- a/ghc-byteorder.changes +++ b/ghc-byteorder.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:44:13 UTC 2020 - Peter Simons diff --git a/ghc-byteorder.spec b/ghc-byteorder.spec index f0c0cb7..7a1749b 100644 --- a/ghc-byteorder.spec +++ b/ghc-byteorder.spec @@ -26,6 +26,12 @@ URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-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 This package is for working with the native byte-ordering of the system. From b1e706637266f9859940907f11acf4ac06e96d7a099cda922e1f60f99d245f12 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-byteorder revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-byteorder?expand=0&rev=6 --- ghc-byteorder.changes | 2 +- ghc-byteorder.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-byteorder.changes b/ghc-byteorder.changes index 4c10597..8fdb695 100644 --- a/ghc-byteorder.changes +++ b/ghc-byteorder.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:44:13 UTC 2020 - Peter Simons diff --git a/ghc-byteorder.spec b/ghc-byteorder.spec index 7a1749b..3036960 100644 --- a/ghc-byteorder.spec +++ b/ghc-byteorder.spec @@ -26,12 +26,7 @@ URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-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 This package is for working with the native byte-ordering of the system. From c10af989a0af1f722561b2eeaefd8b6e43111b3e6e8d22a63768e20d848828ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:28:10 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-byteorder revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-byteorder?expand=0&rev=7 --- ghc-byteorder.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-byteorder.changes b/ghc-byteorder.changes index 8fdb695..06fdf16 100644 --- a/ghc-byteorder.changes +++ b/ghc-byteorder.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