rpms/ghc/FC-3 .cvsignore, 1.4, 1.5 ghc.spec, 1.3, 1.4 sources, 1.4, 1.5 ghc-6.4-dsforeign-x86_64-1097471.patch, 1.1, NONE ghc-6.4-powerpc.patch, 1.1, NONE ghc-6.4-rts-adjustor-x86_64-1097471.patch, 1.1, NONE rts-GCCompact.h-x86_64.patch, 1.1, NONE

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Wed Sep 21 00:14:46 UTC 2005


Author: petersen

Update of /cvs/extras/rpms/ghc/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14420

Modified Files:
	.cvsignore ghc.spec sources 
Removed Files:
	ghc-6.4-dsforeign-x86_64-1097471.patch ghc-6.4-powerpc.patch 
	ghc-6.4-rts-adjustor-x86_64-1097471.patch 
	rts-GCCompact.h-x86_64.patch 
Log Message:
- 6.4.1 release
  - the following patches are now upstream: ghc-6.4-powerpc.patch,
    rts-GCCompact.h-x86_64.patch, ghc-6.4-dsforeign-x86_64-1097471.patch,
    ghc-6.4-rts-adjustor-x86_64-1097471.patch
  - x86_64 build restrictions (no ghci and split objects) no longer apply



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ghc/FC-3/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	2 Jun 2005 01:46:01 -0000	1.4
+++ .cvsignore	21 Sep 2005 00:14:44 -0000	1.5
@@ -1 +1 @@
-ghc-6.4-src.tar.bz2
+ghc-6.4.1-src.tar.bz2


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/FC-3/ghc.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ghc.spec	31 May 2005 08:50:25 -0000	1.3
+++ ghc.spec	21 Sep 2005 00:14:44 -0000	1.4
@@ -1,13 +1,13 @@
 %define build_version 6.4
-%define ghcver ghc64
+%define ghcver ghc641
 
 # speed up test builds by not building profiled libraries
 %define build_prof 1
 %define build_doc 0
 
 Name:		ghc
-Version:	6.4
-Release:	8%{?dist}
+Version:	6.4.1
+Release:	1%{?dist}
 Summary:	Glasgow Haskell Compilation system
 License:	BSD style
 Group:		Development/Languages
@@ -15,17 +15,13 @@
 URL:		http://haskell.org/ghc/
 Requires:	%{ghcver} = %{version}-%{release}
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: sed, %{ghcver}
+BuildRequires: ghc, sed
 Buildrequires: gmp-devel, readline-devel, xorg-x11-devel, freeglut-devel, openal-devel
 %if %{build_doc}
 # haddock generates libraries/ docs
 Buildrequires: libxslt, docbook-style-xsl, haddock
 %endif
 Prefix: %{_prefix}
-Patch1: ghc-6.4-powerpc.patch
-Patch2: rts-GCCompact.h-x86_64.patch
-Patch3: ghc-6.4-dsforeign-x86_64-1097471.patch
-Patch4: ghc-6.4-rts-adjustor-x86_64-1097471.patch
 
 %description
 GHC is a state-of-the-art programming suite for Haskell, a purely
@@ -82,16 +78,8 @@
 
 %prep
 %setup -q -n ghc-%{version}
-%patch1 -p1 -b .1-ppc
-%patch2 -p1 -b .2-x86_64
-%patch3 -p1 -b .3-x86_64
-%patch4 -p1 -b .4-x86_64
 
 %build
-%ifarch x86_64
-echo "SplitObjs = NO" >> mk/build.mk
-echo "GhcWithInterpreter = NO" >> mk/build.mk
-%endif
 %if !%{build_prof}
 echo "GhcLibWays=" >> mk/build.mk
 echo "GhcRTSWays=thr debug" >> mk/build.mk
@@ -168,6 +156,13 @@
 %endif
 
 %changelog
+* Tue Sep 20 2005 Jens Petersen <petersen at redhat.com> - 6.4.1-1
+- 6.4.1 release
+  - the following patches are now upstream: ghc-6.4-powerpc.patch,
+    rts-GCCompact.h-x86_64.patch, ghc-6.4-dsforeign-x86_64-1097471.patch,
+    ghc-6.4-rts-adjustor-x86_64-1097471.patch
+  - x86_64 build restrictions (no ghci and split objects) no longer apply
+
 * Tue May 31 2005 Jens Petersen <petersen at redhat.com>
 - add %%dist to release
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ghc/FC-3/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	2 Jun 2005 01:46:02 -0000	1.4
+++ sources	21 Sep 2005 00:14:44 -0000	1.5
@@ -1 +1 @@
-45ea4e15f135698feb88d12c5000aaf8  ghc-6.4-src.tar.bz2
+fd289bc7c3afa272ff831a71a50b5b00  ghc-6.4.1-src.tar.bz2


--- ghc-6.4-dsforeign-x86_64-1097471.patch DELETED ---


--- ghc-6.4-powerpc.patch DELETED ---


--- ghc-6.4-rts-adjustor-x86_64-1097471.patch DELETED ---


--- rts-GCCompact.h-x86_64.patch DELETED ---




More information about the fedora-extras-commits mailing list