rpms/ghc/devel ghc-6.8.3-libraries-config.patch, 1.1, 1.2 ghc.spec, 1.38, 1.39

Bryan O'Sullivan (bos) fedora-extras-commits at redhat.com
Thu Jun 19 02:42:31 UTC 2008


Author: bos

Update of /cvs/extras/rpms/ghc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18626

Modified Files:
	ghc-6.8.3-libraries-config.patch ghc.spec 
Log Message:
Remove unnecessary dependency on alex

ghc-6.8.3-libraries-config.patch:

Index: ghc-6.8.3-libraries-config.patch
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc-6.8.3-libraries-config.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ghc-6.8.3-libraries-config.patch	18 Jun 2008 16:44:34 -0000	1.1
+++ ghc-6.8.3-libraries-config.patch	19 Jun 2008 02:41:10 -0000	1.2
@@ -1,10 +1,9 @@
 --- ghc-6.8.3/libraries/Makefile~	2008-06-17 23:10:28.000000000 -0700
 +++ ghc-6.8.3/libraries/Makefile	2008-06-17 23:21:21.000000000 -0700
-@@ -256,6 +256,9 @@
+@@ -256,6 +256,8 @@
  	           --with-hc-pkg=../../utils/ghc-pkg/ghc-pkg-inplace \
  	           --with-hsc2hs=../../utils/hsc2hs/hsc2hs-inplace \
  	           --with-ld=$(LD) \
-+	           --with-alex=$(ALEX) \
 +	           --with-haddock=$(HADDOCK) \
 +	           --with-happy=$(HAPPY) \
  	           --haddock-options="--use-contents=../index.html \


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ghc.spec	18 Jun 2008 19:49:45 -0000	1.38
+++ ghc.spec	19 Jun 2008 02:41:10 -0000	1.39
@@ -16,7 +16,7 @@
 
 Name:		ghc
 Version:	6.8.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Glasgow Haskell Compilation system
 # See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713
 ExcludeArch:	alpha ppc64
@@ -209,6 +209,9 @@
 
 
 %changelog
+* Wed Jun 18 2008 Bryan O'Sullivan <bos at serpentine.com> - 6.8.3-2
+- Remove unnecessary dependency on alex
+
 * Wed Jun 18 2008 Bryan O'Sullivan <bos at serpentine.com> - 6.8.3-1
 - Upgrade to 6.8.3
 - Drop the ghc682-style naming scheme, obsolete those packages




More information about the fedora-extras-commits mailing list