rpms/haskell-platform/F-12 haskell-platform.spec,1.1,1.2

Jens Petersen petersen at fedoraproject.org
Mon Jan 18 01:17:34 UTC 2010


Author: petersen

Update of /cvs/pkgs/rpms/haskell-platform/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30861

Modified Files:
	haskell-platform.spec 
Log Message:
allow cabal-install >= 0.6.2 (#555966)


Index: haskell-platform.spec
===================================================================
RCS file: /cvs/pkgs/rpms/haskell-platform/F-12/haskell-platform.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- haskell-platform.spec	29 Sep 2009 09:52:08 -0000	1.1
+++ haskell-platform.spec	18 Jan 2010 01:17:34 -0000	1.2
@@ -6,7 +6,7 @@
 
 %define platform_progs()\
 %{?1}Requires:       ghc = 6.10.4\
-%{?1}Requires:       cabal-install = 0.6.2\
+%{?1}Requires:       cabal-install >= 0.6.2\
 %{?1}Requires:       alex = 2.3.1\
 %{?1}Requires:       happy = 1.18.4\
 %{nil}
@@ -40,7 +40,7 @@
 
 Name:           haskell-platform
 Version:        2009.2.0.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Standard Haskell distribution
 
 Group:          Development/Tools
@@ -182,6 +182,9 @@ fi
 
 
 %changelog
+* Mon Jan 18 2010 Jens Petersen <petersen at redhat.com> - 2009.2.0.2-4
+- relax cabal-install requires to >= 0.6.2 (#555966)
+
 * Mon Sep 28 2009 Jens Petersen <petersen at redhat.com> - 2009.2.0.2-3
 - fix rpmlint warnings (bos, #523883)
 



More information about the scm-commits mailing list