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

Jens Petersen petersen at fedoraproject.org
Tue Jun 21 07:55:22 UTC 2011


commit b08c0f51857fd471cc9062fcf7a035171a101fd9
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jun 21 16:55:09 2011 +0900

    ghc_arches replaces ghc_excluded_archs (cabal2spec-0.23.2)

 ghc-GLUT.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ghc-GLUT.spec b/ghc-GLUT.spec
index f206d8a..eeceb6e 100644
--- a/ghc-GLUT.spec
+++ b/ghc-GLUT.spec
@@ -10,15 +10,14 @@ This is a set of bindings to the C %{pkg_name} library.
 Name:           ghc-%{pkg_name}
 # part of haskell-platform-2011.2.0.1
 Version:        2.1.2.1
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://www.haskell.org/haskellwiki/Opengl
 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
@@ -47,6 +46,9 @@ Patch1:         ghc-GLUT-extralibs.patch
 
 
 %changelog
+* Tue Jun 21 2011 Jens Petersen <petersen at redhat.com> - 2.1.2.1-12
+- ghc_arches replaces ghc_excluded_archs
+
 * Mon Jun 20 2011 Jens Petersen <petersen at redhat.com> - 2.1.2.1-11
 - BR ghc-Cabal-devel and use ghc_excluded_archs
 


More information about the scm-commits mailing list