From 1907bb4f66fb570908009209c80db4ab43a6e891 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 11 Feb 2011 01:52:41 +1000 Subject: [PATCH] back to previous state This reverts commit f78d369c4a69e27e84e13e3add32d15603a80ff3. --- ghc.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ghc.spec b/ghc.spec index a4dc636..68e88e3 100644 --- a/ghc.spec +++ b/ghc.spec @@ -10,7 +10,7 @@ # build xml manuals (users_guide, etc) %bcond_without manual # run testsuite -%bcond_with testsuite +%bcond_without testsuite # include colored html src %bcond_without hscolour # use system libffi @@ -30,7 +30,7 @@ Name: ghc # NB make sure to rebuild ghc after a version bump to avoid ABI change problems Version: 7.0.1 # can't be reset - used by versioned library subpackages -Release: 9.1%{?dist} +Release: 10%{?dist} Summary: Glasgow Haskell Compilation system # fedora ghc has only been bootstrapped on the following archs: ExclusiveArch: %{ix86} x86_64 ppc alpha @@ -52,9 +52,7 @@ Obsoletes: ghc-haddock-doc < 2.4.2-3 Obsoletes: ghc-libs < 7.0.1-3 BuildRequires: ghc, ghc-rpm-macros >= 0.11.1 BuildRequires: gmp-devel, libffi-devel -%ifarch %{ix86} x86_64 BuildRequires: ghc-directory-devel, ghc-process-devel, ghc-pretty-devel, ghc-containers-devel, ghc-haskell98-devel, ghc-bytestring-devel -%endif # for internal terminfo BuildRequires: ncurses-devel Requires: gcc @@ -355,6 +353,9 @@ fi %endif %changelog +* Thu Feb 10 2011 Jens Petersen - 7.0.1-10 +- rebuild + * Thu Feb 10 2011 Jens Petersen - 7.0.1-9 - fix without_shared build (thanks Adrian Reber) - disable system libffi for secondary archs