From a3513a1d65b377b62b4518a1d9cdadf23875536a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 21 Mar 2012 20:49:32 +0900 Subject: [PATCH] turn off bootstrapping options for full build --- ghc.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ghc.spec b/ghc.spec index 4f0452f..5133fb8 100644 --- a/ghc.spec +++ b/ghc.spec @@ -2,10 +2,10 @@ # (disabled for other archs in ghc-rpm-macros) # To bootstrap a new version of ghc, uncomment the following: -%global ghc_bootstrapping 1 -%{?ghc_bootstrap} -%global without_hscolour 1 -%global without_testsuite 1 +#%%global ghc_bootstrapping 1 +#%%{?ghc_bootstrap} +#%%global without_hscolour 1 +#%%global without_testsuite 1 # To do a test build instead with shared libs, uncomment the following: #%%global ghc_bootstrapping 1 @@ -30,7 +30,7 @@ Version: 7.4.1 # - release can only be reset if all library versions get bumped simultaneously # (eg for a major release) # - minor release numbers should be incremented monotonically -Release: 1%{?dist} +Release: 2%{?dist} Summary: Glasgow Haskell Compiler # fedora ghc has been bootstrapped on # %{ix86} x86_64 ppc alpha sparcv9 ppc64 armv7hl armv5tel s390 s390x @@ -408,6 +408,9 @@ fi %files libraries %changelog +* Wed Mar 21 2012 Jens Petersen - 7.4.1-2 +- full build + * Wed Feb 15 2012 Jens Petersen - 7.4.1-1 - update to new 7.4.1 major release http://www.haskell.org/ghc/docs/7.4.1/html/users_guide/release-7-4-1.html