[ghc-enumerator] Add missing ppc64 ExclusiveArch

Ben Boeckel mathstuf at fedoraproject.org
Thu May 12 01:36:48 UTC 2011


commit 55643e4df8abfb43493ab7cad68483c870de4cd5
Author: Ben Boeckel <MathStuf at gmail.com>
Date:   Wed May 11 21:36:04 2011 -0400

    Add missing ppc64 ExclusiveArch

 ghc-enumerator.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ghc-enumerator.spec b/ghc-enumerator.spec
index 23c9e0c..5248c4a 100644
--- a/ghc-enumerator.spec
+++ b/ghc-enumerator.spec
@@ -12,7 +12,7 @@
 
 Name:           ghc-%{pkg_name}
 Version:        0.4.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -20,7 +20,7 @@ License:        MIT
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
 # fedora ghc archs:
-ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9
+ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9 ppc64
 BuildRequires:  ghc, ghc-doc, ghc-prof
 # macros for building haskell packages
 BuildRequires:  ghc-rpm-macros >= 0.7.3
@@ -51,6 +51,9 @@ install -p readme.txt %{buildroot}%{_docdir}/%{name}-%{version}/readme.txt
 
 
 %changelog
+* Wed May 11 2011 Ben Boeckel <mathstuf at gmail.com> - 0.4.10-2
+- Add missing ppc64 ExclusiveArch
+
 * Wed May 11 2011 Ben Boeckel <mathstuf at gmail.com> - 0.4.10-1
 - Update to cabal2spec-0.22.7
 - Update to 0.4.10


More information about the scm-commits mailing list