Latest upstream release
Signed-off-by: Ricky Elrod <ricky@elrod.me>
This commit is contained in:
parent
a002531736
commit
032147378b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/optparse-applicative-0.8.0.1.tar.gz
|
/optparse-applicative-0.8.0.1.tar.gz
|
||||||
/optparse-applicative-0.8.1.tar.gz
|
/optparse-applicative-0.8.1.tar.gz
|
||||||
/optparse-applicative-0.9.0.tar.gz
|
/optparse-applicative-0.9.0.tar.gz
|
||||||
|
/optparse-applicative-0.10.0.tar.gz
|
||||||
|
@ -2,9 +2,12 @@
|
|||||||
|
|
||||||
%global pkg_name optparse-applicative
|
%global pkg_name optparse-applicative
|
||||||
|
|
||||||
|
# no useful debuginfo for Haskell packages without C sources
|
||||||
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.9.0
|
Version: 0.10.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Utilities and combinators for parsing command line options
|
Summary: Utilities and combinators for parsing command line options
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -69,6 +72,9 @@ files.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 23 2014 Ricky Elrod <relrod@redhat.com> - 0.10.0-1
|
||||||
|
- Latest upstream release.
|
||||||
|
|
||||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-2
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user