Merge branch 'master' into f13

* master:
  Fix the %changelog date
  Update to 0.6.4
This commit is contained in:
Ben Boeckel 2010-12-10 21:35:51 -05:00
commit 856f639e13
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/cmdargs-0.6.3.tar.gz
/cmdargs-0.6.4.tar.gz

View File

@ -5,7 +5,7 @@
%global common_description This library provides an easy way to define command line \
parsers.
%global ghc_pkg_deps ghc-mtl-devel, ghc-transformers-devel
%global ghc_pkg_deps ghc-transformers-devel
%bcond_without shared
%bcond_without hscolour
@ -14,8 +14,8 @@ parsers.
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.6.3
Release: 2%{?dist}
Version: 0.6.4
Release: 1%{?dist}
Summary: Haskell %{pkg_name}
Group: System Environment/Libraries
@ -63,6 +63,9 @@ rm -rf %{buildroot}
%changelog
* Fri Dec 03 2010 Ben Boeckel <mathstuf@gmail.com> - 0.6.4-1
- Update to 0.6.4
* Mon Nov 29 2010 Jens Petersen <petersen@redhat.com> - 0.6.3-2
- BR transformers

View File

@ -1 +1 @@
b0797441eba0fe652f5edc27a819b7f7 cmdargs-0.6.3.tar.gz
0de138a9ba87dc9151e4b835321c406e cmdargs-0.6.4.tar.gz