[redhat-rpm-config] add ARM to ghc_arches_with_ghci for ghc-7.4.2 ghci support

Jens Petersen petersen at fedoraproject.org
Sat Nov 17 12:25:32 UTC 2012


commit 1b89fd3a335c5a585968f6072e7d59820a7894ae
Author: Jens Petersen <petersen at redhat.com>
Date:   Sat Nov 17 21:25:07 2012 +0900

    add ARM to ghc_arches_with_ghci for ghc-7.4.2 ghci support
    
    This change must not be backported to F18 before ghc-7.4.2.

 redhat-rpm-config-9.1.0-arches-macros.patch |    2 +-
 redhat-rpm-config.spec                      |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/redhat-rpm-config-9.1.0-arches-macros.patch b/redhat-rpm-config-9.1.0-arches-macros.patch
index 56ec60c..397aa0b 100644
--- a/redhat-rpm-config-9.1.0-arches-macros.patch
+++ b/redhat-rpm-config-9.1.0-arches-macros.patch
@@ -4,7 +4,7 @@ diff -uNr redhat-rpm-config-9.1.0-orig/macros.ghc-srpm redhat-rpm-config-9.1.0/m
 @@ -0,0 +1,3 @@
 +# macro defining the archs that ghc runs on in fedora
 +%ghc_arches %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl armv5tel s390 s390x
-+%ghc_arches_with_ghci %{ix86} x86_64 ppc sparcv9
++%ghc_arches_with_ghci %{ix86} x86_64 ppc sparcv9 armv7hl armv5tel
 diff -uNr redhat-rpm-config-9.1.0-orig/macros.mono-srpm redhat-rpm-config-9.1.0/macros.mono-srpm
 --- redhat-rpm-config-9.1.0-orig/macros.mono-srpm	1969-12-31 18:00:00.000000000 -0600
 +++ redhat-rpm-config-9.1.0/macros.mono-srpm	2011-05-27 10:59:00.348201750 -0500
diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec
index bf58062..67970c9 100644
--- a/redhat-rpm-config.spec
+++ b/redhat-rpm-config.spec
@@ -1,7 +1,7 @@
 Summary: Red Hat specific rpm configuration files
 Name: redhat-rpm-config
 Version: 9.1.0
-Release: 37%{?dist}
+Release: 38%{?dist}
 # No version specified.
 License: GPL+
 Group: Development/System
@@ -97,6 +97,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_sysconfdir}/rpm/*
 
 %changelog
+* Sat Nov 17 2012 Jens Petersen <petersen at redhat.com> - 9.1.0-38
+- add ARM to ghc_arches_with_ghci for ghc-7.4.2 ghci support
+  (NB this change should not be backported before ghc-7.4.2)
+
 * Fri Nov  9 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 9.1.0-37
 - Patch to fix spaces in java jar files
   https://bugzilla.redhat.com/show_bug.cgi?id=872737


More information about the scm-commits mailing list