rpms/darcs/devel darcs.spec,1.27,1.28

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Fri Nov 30 06:11:57 UTC 2007


Author: jjh

Update of /cvs/pkgs/rpms/darcs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11761

Modified Files:
	darcs.spec 
Log Message:
add patches from darcs unstable branch to deal with ghc 6.8 compatibility in rawhide


Index: darcs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/darcs/devel/darcs.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- darcs.spec	26 Nov 2007 02:00:26 -0000	1.27
+++ darcs.spec	30 Nov 2007 06:11:24 -0000	1.28
@@ -1,6 +1,6 @@
 Name:           darcs
 Version:        1.0.9
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        David's advanced revision control system
 
 Group:          Development/Tools
@@ -19,6 +19,9 @@
 # see http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=396501
 ExcludeArch:    alpha ppc64 
 
+# allows darcs to be compiled by GHC 6.8
+Patch0:         darcs-ghc-6_8-compat.patch
+
 %description
 Darcs is a revision control system, along the lines of CVS
 or arch. That means that it keeps track of various revisions
@@ -52,6 +55,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 # skip test currently failing in buildsystem
 mv tests/send.sh{,-disabled}
 
@@ -105,6 +109,10 @@
 
 
 %changelog
+* Thu Nov 29 2007 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.0.9-8
+- add patches from darcs unstable branch to deal with ghc 6.8
+  compatibility for rawhide
+
 * Sun Nov 25 2007 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.0.9-7
 - added alpha to ExcludeArch (#396501)
 - cleanup rpmlint warnings




More information about the fedora-extras-commits mailing list