[haskell-platform] ghc_arches replaces ghc_excluded_archs

Jens Petersen petersen at fedoraproject.org
Tue Jun 21 08:51:57 UTC 2011


commit 8f65f00aca8c2b4f9c9b63132d73e039b3302b64
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jun 21 17:51:44 2011 +0900

    ghc_arches replaces ghc_excluded_archs

 haskell-platform.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/haskell-platform.spec b/haskell-platform.spec
index 91d7b2a..bc8dc76 100644
--- a/haskell-platform.spec
+++ b/haskell-platform.spec
@@ -44,15 +44,16 @@ distilled from Hackage.
 
 Name:           %{pkg_name}
 Version:        2011.2.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Standard Haskell distribution
 
 Group:          Development/Tools
 License:        BSD
 URL:            http://hackage.haskell.org/platform
 Source0:        http://lambda.galois.com/hp-tmp/2011.2.0.1/%{name}-%{version}.tar.gz
+ExclusiveArch:  %{ghc_arches}
 # no QuickCheck on ppc64
-ExcludeArch:    %{ghc_excluded_archs} ppc64
+ExcludeArch:    ppc64
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
@@ -135,6 +136,9 @@ rm %{buildroot}%{_docdir}/%{name}-%{version}/LICENSE
 
 
 %changelog
+* Tue Jun 21 2011 Jens Petersen <petersen at redhat.com> - 2011.2.0.1-2
+- ghc_arches replaces ghc_excluded_archs (cabal2spec-0.23.2)
+
 * Mon Jun 20 2011 Jens Petersen <petersen at redhat.com> - 2011.2.0.1-1
 - update to 2011.2.0.1: ghc-7.0.3 and text-0.11.0.6
 - update source url


More information about the scm-commits mailing list