[ghc-cereal] ghc_arches replaces ghc_excluded_archs (cabal2spec-0.23.2)

Jens Petersen petersen at fedoraproject.org
Tue Jun 21 08:23:50 UTC 2011


commit a7535ba5a31b84822a70b3946582a92ec1180479
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jun 21 17:23:37 2011 +0900

    ghc_arches replaces ghc_excluded_archs (cabal2spec-0.23.2)

 ghc-cereal.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ghc-cereal.spec b/ghc-cereal.spec
index 81d4dd9..f6a3ecb 100644
--- a/ghc-cereal.spec
+++ b/ghc-cereal.spec
@@ -11,15 +11,14 @@ restricting it to operating on finite inputs.
 
 Name:           ghc-%{pkg_name}
 Version:        0.3.3.0
-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
-# ghc_excluded_archs is defined in redhat-rpm-config
-ExcludeArch:    %{ghc_excluded_archs}
+ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
@@ -45,6 +44,9 @@ BuildRequires:  ghc-bytestring-prof
 
 
 %changelog
+* Tue Jun 21 2011 Jens Petersen <petersen at redhat.com> - 0.3.3.0-2
+- ghc_arches replaces ghc_excluded_archs
+
 * Mon Jun 20 2011 Jens Petersen <petersen at redhat.com> - 0.3.3.0-1
 - update to 0.3.3.0
 - update to cabal2spec-0.23


More information about the scm-commits mailing list