rpms/ghc/devel cabal2spec,1.4,1.5 ghc.spec,1.67,1.68

Jens Petersen petersen at fedoraproject.org
Mon Jan 19 05:47:30 UTC 2009


Author: petersen

Update of /cvs/extras/rpms/ghc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30676

Modified Files:
	cabal2spec ghc.spec 
Log Message:
bump release



Index: cabal2spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/cabal2spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cabal2spec	28 Nov 2008 02:47:49 -0000	1.4
+++ cabal2spec	19 Jan 2009 05:46:59 -0000	1.5
@@ -1,5 +1,22 @@
 #!/bin/sh
 
+# Copyright (C) 2008-2009 Red Hat, Inc
+# Written by Jens Petersen <petersen at redhat.com>, 2008.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
 set -e
 
 [ $# -ne 1 -o ! -r "$1" ] && echo "Usage: $(basename $0) [hackage.tar.gz|hackage.cabal]" && exit 1


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ghc.spec	19 Jan 2009 05:39:55 -0000	1.67
+++ ghc.spec	19 Jan 2009 05:47:00 -0000	1.68
@@ -16,7 +16,7 @@
 
 Name:		ghc
 Version:	6.10.1
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Glasgow Haskell Compilation system
 # See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713
 ExcludeArch:	alpha ppc64
@@ -217,7 +217,7 @@
 %endif
 
 %changelog
-* Mon Jan 19 2009 Jens Petersen <petersen at redhat.com> - 6.10.1-6
+* Mon Jan 19 2009 Jens Petersen <petersen at redhat.com> - 6.10.1-7
 - move spec templates to a haskell-packaging for easy updating
 - provide correct haddock version
 




More information about the fedora-extras-commits mailing list