update to 0.10.2

This commit is contained in:
Jens Petersen 2013-03-12 15:53:24 +09:00
parent d491ae5889
commit c97bc12100
4 changed files with 7 additions and 16 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/cmdargs-0.9.3.tar.gz
/cmdargs-0.9.5.tar.gz
/cmdargs-0.10.tar.gz
/cmdargs-0.10.2.tar.gz

View File

@ -1,11 +0,0 @@
--- cmdargs-0.10/cmdargs.cabal~ 2012-08-10 02:28:16.000000000 +0900
+++ cmdargs-0.10/cmdargs.cabal 2012-10-29 19:00:33.682629521 +0900
@@ -38,7 +38,7 @@
location: http://community.haskell.org/~ndm/darcs/cmdargs/
flag testprog
- default: True
+ default: False
description: Build the test program
flag quotation

View File

@ -9,8 +9,8 @@
parsers.
Name: ghc-%{pkg_name}
Version: 0.10
Release: 2%{?dist}
Version: 0.10.2
Release: 1%{?dist}
Summary: %{common_summary}
License: BSD
@ -26,7 +26,6 @@ BuildRequires: ghc-template-haskell-devel
BuildRequires: ghc-transformers-devel
ExclusiveArch: %{ghc_arches_with_ghci}
# End cabal-rpm deps
Patch1: cmdargs-disable-testprog.patch
%description
%{common_description}
@ -34,7 +33,6 @@ Patch1: cmdargs-disable-testprog.patch
%prep
%setup -q -n %{pkg_name}-%{version}
%patch1 -p1 -b .orig
%build
@ -57,6 +55,9 @@ Patch1: cmdargs-disable-testprog.patch
%changelog
* Tue Mar 12 2013 Jens Petersen <petersen@redhat.com> - 0.10.2-1
- update to 0.10.2
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
4fbcfdbca06e29012fb0bc26e73ceb56 cmdargs-0.10.tar.gz
755e82053471b090992e656cff36a9fc cmdargs-0.10.2.tar.gz