SPECS: ghc.spec - rel 5 - fixed building with gcc 4.2.x - disabled...

baggins baggins at pld-linux.org
Mon Sep 10 16:32:17 CEST 2007


Author: baggins                      Date: Mon Sep 10 14:32:17 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 5
- fixed building with gcc 4.2.x
- disabled "unregistered" bcond

---- Files affected:
SPECS:
   ghc.spec (1.72 -> 1.73) 

---- Diffs:

================================================================
Index: SPECS/ghc.spec
diff -u SPECS/ghc.spec:1.72 SPECS/ghc.spec:1.73
--- SPECS/ghc.spec:1.72	Tue Jun 26 17:48:31 2007
+++ SPECS/ghc.spec	Mon Sep 10 16:32:12 2007
@@ -2,15 +2,15 @@
 #
 # Conditional build:
 %bcond_with	bootstrap	# use foreign (non-rpm) ghc to bootstrap
-# due to http://hackage.haskell.org/trac/ghc/ticket/1427
-%bcond_without	unregistered	# non-registerised interpreter
+# due to http://hackage.haskell.org/trac/ghc/ticket/1427 (fixed by gcc42 patch)
+%bcond_with	unregistered	# non-registerised interpreter
 %bcond_without	doc		# don't build documentation (requires haddock)
 #
 Summary:	Glasgow Haskell Compilation system
 Summary(pl.UTF-8):	System kompilacji Glasgow Haskell
 Name:		ghc
 Version:	6.6.1
-Release:	4
+Release:	5
 License:	BSD-like w/o adv. clause
 Group:		Development/Languages
 Source0:	http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-src.tar.bz2
@@ -19,6 +19,7 @@
 # Source1-md5:	43a26b81608b206c056adc3032f7da2a
 Patch0:		%{name}-ac.patch
 Patch1:		%{name}-tinfo.patch
+Patch2:		%{name}-gcc42.patch
 URL:		http://haskell.org/ghc/
 BuildRequires:	OpenAL-devel
 BuildRequires:	OpenGL-GLU-devel
@@ -150,6 +151,7 @@
 %setup -q -b1
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %if %{with unregistered}
 cat << 'EOF' >> mk/build.mk
@@ -247,6 +249,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.73  2007/09/10 14:32:12  baggins
+- rel 5
+- fixed building with gcc 4.2.x
+- disabled "unregistered" bcond
+
 Revision 1.72  2007/06/26 15:48:31  qboosh
 - added missing update information to changelog rev. 1.69
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ghc.spec?r1=1.72&r2=1.73&f=u



More information about the pld-cvs-commit mailing list