[ghc] production build

Jens Petersen petersen at fedoraproject.org
Thu Jun 20 08:41:51 UTC 2013


commit 7b7436900140d4fea229445e32cf81f713469b5c
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Jun 20 17:41:31 2013 +0900

    production build

 ghc.spec |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/ghc.spec b/ghc.spec
index 17160d1..de61d3d 100644
--- a/ghc.spec
+++ b/ghc.spec
@@ -2,10 +2,10 @@
 # (disabled for other archs in ghc-rpm-macros)
 
 # To bootstrap build a new version of ghc, uncomment the following:
-%global ghc_bootstrapping 1
-%{?ghc_bootstrap}
-%global without_testsuite 1
-%global without_haddock 1
+#%%global ghc_bootstrapping 1
+#%%{?ghc_bootstrap}
+#%%global without_testsuite 1
+#%%global without_haddock 1
 
 # To do a test build instead with shared libs, uncomment the following:
 #%%global ghc_bootstrapping 1
@@ -29,7 +29,7 @@ Version: 7.6.3
 # - release can only be reset if *all* library versions get bumped simultaneously
 #   (sometimes after a major release)
 # - minor release numbers for a branch should be incremented monotonically
-Release: 12%{?dist}
+Release: 13%{?dist}
 Summary: Glasgow Haskell Compiler
 
 License: %BSDHaskellReport
@@ -435,11 +435,15 @@ fi
 
 
 %changelog
-* Mon Apr 22 2013 Jens Petersen <petersen at redhat.com> - 7.6.3-12
-- bootstrap 7.6.3, see release notes:
+* Thu Jun 20 2013 Jens Petersen <petersen at redhat.com> - 7.6.3-13
+- production perf -O2 build
+- see release notes:
   http://www.haskell.org/ghc/docs/7.6.3/html/users_guide/release-7-6-1.html
   http://www.haskell.org/ghc/docs/7.6.3/html/users_guide/release-7-6-2.html
   http://www.haskell.org/ghc/docs/7.6.3/html/users_guide/release-7-6-3.html
+
+* Thu Jun 20 2013 Jens Petersen <petersen at redhat.com> - 7.6.3-12
+- bootstrap 7.6.3
 - all library versions bumped except pretty
 - Cabal-fix-dynamic-exec-for-TH.patch,
   ghc-7.4-add-support-for-ARM-hard-float-ABI-fixes-5914.patch, and


More information about the scm-commits mailing list