rpms/cabal2spec/devel .cvsignore, 1.7, 1.8 cabal2spec.spec, 1.7, 1.8 sources, 1.7, 1.8

Jens Petersen petersen at fedoraproject.org
Fri Apr 24 04:14:17 UTC 2009


Author: petersen

Update of /cvs/pkgs/rpms/cabal2spec/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16229

Modified Files:
	.cvsignore cabal2spec.spec sources 
Log Message:
- ghc_version is now set directly from ghc
- ghc buildrequires no longer versioned
- pkg_libdir and pkg_docdir replaced by ghcpkgdir and ghcdocdir in macros.ghc
- add doc filelist
- requires at least ghc-6.10.2-2




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cabal2spec/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	27 Feb 2009 06:41:47 -0000	1.7
+++ .cvsignore	24 Apr 2009 04:13:46 -0000	1.8
@@ -1 +1 @@
-cabal2spec-0.12.tar.gz
+cabal2spec-0.13.tar.gz


Index: cabal2spec.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cabal2spec/devel/cabal2spec.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cabal2spec.spec	27 Feb 2009 06:41:47 -0000	1.7
+++ cabal2spec.spec	24 Apr 2009 04:13:46 -0000	1.8
@@ -1,5 +1,5 @@
 Name:		cabal2spec
-Version:	0.12
+Version:	0.13
 Release:	1%{?dist}
 Summary:	Tool for creating .spec files for Haskell Cabal Packages
 
@@ -9,8 +9,8 @@
 Source0:	https://fedorahosted.org/releases/c/a/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
-# last ghc with bundled templates
-Requires:	ghc > 6.10.1-7
+# 6.10.2-2 has latest compatible macros
+Requires:	ghc > 6.10.2-2
 
 %description
 This package provides specfile templates and a script cabal2spec for easy
@@ -40,6 +40,13 @@
 
 
 %changelog
+* Fri Apr 24 2009 Jens Petersen <petersen at redhat.com> - 0.13-1
+- requires at least ghc-6.10.2-2
+- ghc_version is now set directly from ghc
+- ghc buildrequires no longer versioned
+- pkg_libdir and pkg_docdir replaced by ghcpkgdir and ghcdocdir in macros.ghc
+- add doc filelist
+
 * Fri Feb 27 2009 Jens Petersen <petersen at redhat.com> - 0.12-1
 - lib packages own docdir now that there is no base package
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cabal2spec/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	27 Feb 2009 06:41:47 -0000	1.7
+++ sources	24 Apr 2009 04:13:46 -0000	1.8
@@ -1 +1 @@
-f45b9ad376bdd3709c74500b1f7307a6  cabal2spec-0.12.tar.gz
+3537eecee92742e9e48124c4520f8c30  cabal2spec-0.13.tar.gz




More information about the fedora-extras-commits mailing list