From 4a1dc8daff71bb297cbb150efefad22c11050402 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 21 Jun 2011 17:50:04 +0900 Subject: [PATCH] ghc_arches replaces ghc_excluded_archs (cabal2spec-0.23.2) --- happy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/happy.spec b/happy.spec index 19ae336..419c64e 100644 --- a/happy.spec +++ b/happy.spec @@ -1,13 +1,13 @@ Name: happy # part of haskell-platform-2011.2.0.1 Version: 1.18.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: LALR(1) Parser Generator for Haskell License: BSD Group: Development/Tools URL: http://haskell.org/happy/ Source: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz -ExcludeArch: %{ghc_excluded_archs} +ExclusiveArch: %{ghc_arches} BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros BuildRequires: autoconf, docbook-dtds, docbook-style-xsl, libxslt, libxml2 @@ -51,6 +51,9 @@ cd .. %changelog +* Tue Jun 21 2011 Jens Petersen - 1.18.6-7 +- ghc_arches replaces ghc_excluded_archs + * Mon Jun 20 2011 Jens Petersen - 1.18.6-6 - BR ghc-Cabal-devel and use ghc_excluded_archs