From 4ef4fab22830311d5c3c6b0b2088218df93c810e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 6 Jun 2014 19:57:00 +0900 Subject: [PATCH] add aarch64; and ppc64le hscolour --- ghc-rpm-macros.spec | 7 +++++-- macros.ghc-srpm | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index ec555dc..7acf9c2 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.12 +Version: 1.2.13 Release: 1%{?dist} Summary: RPM macros for building packages for GHC @@ -29,7 +29,7 @@ Requires: ghc-srpm-macros = %{version}-%{release} # macros.ghc-srpm moved out from redhat-rpm-config-21 Requires: redhat-rpm-config > 20-1.fc21 %if %{undefined without_hscolour} -%ifarch %{ix86} %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl armv5tel s390 s390x +%ifarch %{ix86} %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl armv5tel s390 s390x ppc64le aarch64 Requires: hscolour %endif %endif @@ -110,6 +110,9 @@ EOF %changelog +* Fri Jun 6 2014 Jens Petersen - 1.2.13-1 +- add aarch64 + * 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 diff --git a/macros.ghc-srpm b/macros.ghc-srpm index dda1a7f..f07ed60 100644 --- a/macros.ghc-srpm +++ b/macros.ghc-srpm @@ -3,4 +3,4 @@ # 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 +%ghc_arches %{ix86} x86_64 ppc ppc64 ppc64le armv7hl armv5tel aarch64 s390 s390x