[ghc-hamlet] ghc_arches replaces ghc_excluded_archs

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


commit d9d2ca766fc26853faf6be07d59939aeade15f2c
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jun 21 17:48:39 2011 +0900

    ghc_arches replaces ghc_excluded_archs

 ghc-hamlet.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ghc-hamlet.spec b/ghc-hamlet.spec
index cb6d7ee..0bb3b6a 100644
--- a/ghc-hamlet.spec
+++ b/ghc-hamlet.spec
@@ -11,15 +11,16 @@ errors. Please see the documentation at \
 
 Name:           ghc-%{pkg_name}
 Version:        0.8.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+ExclusiveArch:  %{ghc_arches}
 # ppc64 not bootstrapped for Template Haskell
-ExcludeArch:    %{ghc_excluded_archs} ppc64
+ExcludeArch:    ppc64
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
@@ -45,6 +46,9 @@ BuildRequires:  ghc-blaze-html-prof, ghc-failure-prof, ghc-parsec-prof, ghc-proc
 
 
 %changelog
+* Tue Jun 21 2011 Jens Petersen <petersen at redhat.com> - 0.8.2.1-2
+- ghc_arches replaces ghc_excluded_archs (cabal2spec-0.23.2)
+
 * Mon Jun 20 2011 Jens Petersen <petersen at redhat.com> - 0.8.2.1-1
 - update to 0.8.2.1
 - use ghc_exclude_archs


More information about the scm-commits mailing list