From 1ad7bfebe6fc92b7f689022bd79f8662b41317e7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Dec 12 2012 07:30:13 +0000 Subject: also skip the Monadic.hs annotation for ppc --- diff --git a/ghc-vector.spec b/ghc-vector.spec index d8de6b8..f287379 100644 --- a/ghc-vector.spec +++ b/ghc-vector.spec @@ -11,7 +11,7 @@ immutable), with a powerful loop fusion optimization framework. Name: ghc-%{pkg_name} # part of haskell-platform-2012.4 Version: 0.10.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: %{common_summary} License: BSD @@ -32,7 +32,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 @@ -57,6 +58,9 @@ BuildRequires: ghc-primitive-devel %changelog +* Wed Dec 12 2012 Jens Petersen - 0.10.0.1-4 +- also skip the annotation for ppc + * Thu Dec 6 2012 Jens Petersen - 0.10.0.1-3 - correct the annotation patch to not use DEBIAN_NO_GHCI