From 72f890df77c557a30f572694e2c15fa13b08c3df Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 Jun 2014 17:53:42 +0900 Subject: [PATCH] adding missing ppc64 and s390* archs and new ppc64le to ghc_arches --- ghc-rpm-macros.spec | 6 +++++- macros.ghc-srpm | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index 3b00017..ec555dc 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -6,7 +6,7 @@ #%%global without_hscolour 1 Name: ghc-rpm-macros -Version: 1.2.11 +Version: 1.2.12 Release: 1%{?dist} Summary: RPM macros for building packages for GHC @@ -110,6 +110,10 @@ EOF %changelog +* Sun Jun 1 2014 Jens Petersen - 1.2.12-1 +- add missing ppc64, s390, and s390x to ghc_arches +- add new ppc64le to ghc_arches + * Fri May 30 2014 Jens Petersen - 1.2.11-1 - condition use of execstack since no prelink on ppc64le or arm64 diff --git a/macros.ghc-srpm b/macros.ghc-srpm index 6cc1eed..dda1a7f 100644 --- a/macros.ghc-srpm +++ b/macros.ghc-srpm @@ -1,4 +1,6 @@ # Macros needed for building srpms of Haskell packages -%ghc_arches_with_ghci %{ix86} x86_64 ppc sparcv9 armv7hl armv5tel -%ghc_arches %{ix86} x86_64 ppc sparcv9 armv7hl armv5tel +# old archs: alpha sparcv9 + +%ghc_arches_with_ghci %{ix86} x86_64 ppc armv7hl armv5tel +%ghc_arches %{ix86} x86_64 ppc ppc64 ppc64le armv7hl armv5tel s390 s390x