production build

epel9
Jens Petersen 10 years ago committed by Jens Petersen
parent 30d039255a
commit 8d155fe9a5

@ -1,12 +1,12 @@
# To bootstrap build a new version of ghc, uncomment the following: # To bootstrap build a new version of ghc, uncomment the following:
%global ghc_bootstrapping 1 #%%global ghc_bootstrapping 1
%global without_testsuite 1 #%%global without_testsuite 1
%global without_prof 1 #%%global without_prof 1
%if 0%{?fedora} >= 22 #%%if 0%{?fedora} >= 22
%{?ghc_bootstrap} #%%{?ghc_bootstrap}
%else #%%else
%{?ghc_test} #%%{?ghc_test}
%endif #%%endif
### uncomment to generate haddocks for bootstrap ### uncomment to generate haddocks for bootstrap
#%%undefine without_haddock #%%undefine without_haddock
@ -28,7 +28,7 @@ Version: 7.8.4
# (sometimes after a major release) # (sometimes after a major release)
# - minor release numbers for a branch should be incremented monotonically # - minor release numbers for a branch should be incremented monotonically
# xhtml moved from haskell-platform to ghc-7.8.3 # xhtml moved from haskell-platform to ghc-7.8.3
Release: 39%{?dist} Release: 40%{?dist}
Summary: Glasgow Haskell Compiler Summary: Glasgow Haskell Compiler
License: %BSDHaskellReport License: %BSDHaskellReport
@ -546,6 +546,9 @@ fi
%changelog %changelog
* Sun Jan 18 2015 Jens Petersen <petersen@redhat.com> - 7.8.4-40
- production build
* Sat Jan 17 2015 Jens Petersen <petersen@redhat.com> - 7.8.4-39 * Sat Jan 17 2015 Jens Petersen <petersen@redhat.com> - 7.8.4-39
- update to 7.8.4 - update to 7.8.4
- bump release over haskell-platform xhtml - bump release over haskell-platform xhtml
@ -558,7 +561,7 @@ fi
- shared libraries on all archs - shared libraries on all archs
- bindir/ghci only on ghc_arches_with_ghci - bindir/ghci only on ghc_arches_with_ghci
- use ld.gold on ARMv7 (see https://ghc.haskell.org/trac/ghc/ticket/8976) - use ld.gold on ARMv7 (see https://ghc.haskell.org/trac/ghc/ticket/8976)
[thanks to nomeata for workaround patches posted upstream] [thanks to Joachim Breitner for workaround patches posted upstream]
* Tue Nov 18 2014 Jens Petersen <petersen@redhat.com> - 7.6.3-28 * Tue Nov 18 2014 Jens Petersen <petersen@redhat.com> - 7.6.3-28
- remove the build hack to switch from llvm to llvm34 (#1161049) - remove the build hack to switch from llvm to llvm34 (#1161049)

Loading…
Cancel
Save