From ce45e5bc6e272d8f7d4e97ab1bce182b1581771f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 14 Jun 2011 17:11:44 +0900 Subject: [PATCH] change from ExclusiveArch to ExcludeArch to target more archs --- ghc.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ghc.spec b/ghc.spec index 92f4788..cc3ecf9 100644 --- a/ghc.spec +++ b/ghc.spec @@ -45,10 +45,11 @@ Version: 7.0.2 # - release can only be reset if all library versions get bumped simultaneously # (eg for a major release) # - minor release numbers should be incremented monotonically -Release: 23%{?dist} +Release: 24%{?dist} Summary: Glasgow Haskell Compilation system -# fedora ghc has only been bootstrapped on the following archs: -ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64 +# fedora ghc has been bootstrapped on the following archs: +#ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64 +ExcludeArch: sparc64 s390x License: BSD Group: Development/Languages Source0: http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2 @@ -392,6 +393,9 @@ fi %defattr(-,root,root,-) %changelog +* Tue Jun 14 2011 Jens Petersen - 7.0.2-24 +- finally change from ExclusiveArch to ExcludeArch to target more archs + * Sat May 21 2011 Jens Petersen - 7.0.2-23 - obsolete dph libraries and feldspar-language