From 917ef41946ff7fc1cd0861bd98c60c3d32961b122ffd6361075d31c1025f27b4 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 08b13acb6f00337f31180054bf0bbf6ce3f881238f1fe77f7d594496b750bb2f 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 559a889355d2aa260f095a05f6891ccc088bb8822c344d2d0f7f0cadab592066 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