[ghc-vector/f18] also skip the Monadic.hs annotation for ppc

Jens Petersen petersen at fedoraproject.org
Wed Dec 12 09:01:29 UTC 2012


commit a53e2f0ad94bed171c6d284f6c851a8af4711bc1
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Dec 12 18:01:19 2012 +0900

    also skip the Monadic.hs annotation for ppc

 ghc-vector.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ghc-vector.spec b/ghc-vector.spec
index b738855..44dff6c 100644
--- a/ghc-vector.spec
+++ b/ghc-vector.spec
@@ -10,7 +10,7 @@ immutable), with a powerful loop fusion optimization framework.
 
 Name:           ghc-%{pkg_name}
 Version:        0.9.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        %{common_summary}
 
 License:        BSD
@@ -31,7 +31,8 @@ BuildRequires:  ghc-primitive-devel
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-%ifnarch %{ghc_arches_with_ghci}
+# Monad.hs fails on ppc too
+%ifnarch %(echo %{ghc_arches_with_ghci} | sed -e s/ppc//)
 %patch1 -p1 -b .orig
 %endif
 
@@ -56,6 +57,9 @@ BuildRequires:  ghc-primitive-devel
 
 
 %changelog
+* Wed Dec 12 2012 Jens Petersen <petersen at redhat.com> - 0.9.1-8
+- also skip the annotation for ppc
+
 * Thu Dec  6 2012 Jens Petersen <petersen at redhat.com> - 0.9.1-7
 - correct the annotation patch to not use DEBIAN_NO_GHCI
 


More information about the scm-commits mailing list