rpms/ghc/FC-5 .cvsignore, 1.5, 1.6 ghc.spec, 1.12, 1.13 sources, 1.5, 1.6 ghc-6.4.1-gcc41.patch, 1.1, NONE

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Sat Apr 22 02:13:32 UTC 2006


Author: petersen

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

Modified Files:
	.cvsignore ghc.spec sources 
Removed Files:
	ghc-6.4.1-gcc41.patch 
Log Message:
- update to 6.4.2 release
  - ghc-6.4.1-gcc41.patch no longer needed



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ghc/FC-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	20 Sep 2005 23:37:16 -0000	1.5
+++ .cvsignore	22 Apr 2006 02:13:32 -0000	1.6
@@ -1 +1 @@
-ghc-6.4.1-src.tar.bz2
+ghc-6.4.2-src.tar.bz2


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/FC-5/ghc.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ghc.spec	22 Mar 2006 03:32:33 -0000	1.12
+++ ghc.spec	22 Apr 2006 02:13:32 -0000	1.13
@@ -1,12 +1,12 @@
-%define ghcver ghc641
+%define ghcver ghc642
 
 # speed up test builds by not building profiled libraries
 %define build_prof 1
 %define build_doc 1
 
 Name:		ghc
-Version:	6.4.1
-Release:	4%{?dist}
+Version:	6.4.2
+Release:	1%{?dist}
 Summary:	Glasgow Haskell Compilation system
 License:	BSD style
 Group:		Development/Languages
@@ -14,14 +14,13 @@
 URL:		http://haskell.org/ghc/
 Requires:	%{ghcver} = %{version}-%{release}
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	ghc, sed
-Buildrequires:	gmp-devel, readline-devel, libX11-devel, freeglut-devel, openal-devel
+BuildRequires:  ghc, sed
+Buildrequires:  gmp-devel, readline-devel, libX11-devel, freeglut-devel, openal-devel
 %if %{build_doc}
 # haddock generates libraries/ docs
-Buildrequires:	libxslt, docbook-style-xsl, haddock
+Buildrequires: libxslt, docbook-style-xsl, haddock
 %endif
 Prefix:		%{_prefix}
-Patch1:		ghc-6.4.1-gcc41.patch
 
 %description
 GHC is a state-of-the-art programming suite for Haskell, a purely
@@ -79,7 +78,6 @@
 
 %prep
 %setup -q -n ghc-%{version}
-%patch1 -p1 -b .1-gcc
 
 %build
 %if !%{build_prof}
@@ -158,6 +156,10 @@
 %endif
 
 %changelog
+* Sat Apr 22 2006 Jens Petersen <petersen at redhat.com> - 6.4.2-1.fc5
+- update to 6.4.2 release
+  - ghc-6.4.1-gcc41.patch no longer needed
+
 * Wed Mar 22 2006 Jens Petersen <petersen at redhat.com> - 6.4.1-4.fc5
 - add ghc-6.4.1-gcc41.patch from gentoo-haskell to fix stage2 linking on x86_64
   (Chris Parrott, #185914)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ghc/FC-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	20 Sep 2005 23:37:16 -0000	1.5
+++ sources	22 Apr 2006 02:13:32 -0000	1.6
@@ -1 +1 @@
-fd289bc7c3afa272ff831a71a50b5b00  ghc-6.4.1-src.tar.bz2
+a394bf14e94c3bca5507d568fcc03375  ghc-6.4.2-src.tar.bz2


--- ghc-6.4.1-gcc41.patch DELETED ---




More information about the fedora-extras-commits mailing list