From 254a5ce5dec521790dbfa342c560f93456882a80 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 7 Mar 2016 23:34:12 +0900 Subject: [PATCH] add MIPS to ghc_arches_with_ghci (#1294874) --- ghc-srpm-macros.spec | 5 ++++- macros.ghc-srpm | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ghc-srpm-macros.spec b/ghc-srpm-macros.spec index db75ae3..8448a38 100644 --- a/ghc-srpm-macros.spec +++ b/ghc-srpm-macros.spec @@ -5,7 +5,7 @@ Name: ghc-srpm-macros Version: 1.4.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: RPM macros for building Haskell source packages License: GPLv2+ @@ -35,6 +35,9 @@ install -p -D -m 0644 %{SOURCE0} %{buildroot}/%{macros_dir}/macros.ghc-srpm %changelog +* Mon Mar 7 2016 Michal Toman - 1.4.2-4 +- add MIPS to ghc_arches_with_ghci (#1294874) + * Wed Feb 03 2016 Fedora Release Engineering - 1.4.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/macros.ghc-srpm b/macros.ghc-srpm index 5e054dc..bd50094 100644 --- a/macros.ghc-srpm +++ b/macros.ghc-srpm @@ -1,9 +1,9 @@ # Macros needed for building srpms of Haskell packages # from ghc-7.8 ghci is supported on all arch's -# old archs: armv5tel ppc sparcv9 -%ghc_arches_with_ghci %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x +# former archs: armv5tel ppc sparcv9 +%ghc_arches_with_ghci %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x %{mips} # ghc_arches is not used in current packages but still here for back compat -# old archs: alpha ppc sparcv9 armv5tel +# former archs: alpha ppc sparcv9 armv5tel %ghc_arches %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x