update to 0.10.14

This commit is contained in:
Ben Boeckel 2016-04-23 14:06:29 -04:00
parent 51cbae4221
commit 0bd5efd340
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/cmdargs-0.10.2.tar.gz
/cmdargs-0.10.3.tar.gz
/cmdargs-0.10.12.tar.gz
/cmdargs-0.10.14.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name cmdargs
Name: ghc-%{pkg_name}
Version: 0.10.12
Release: 4%{?dist}
Version: 0.10.14
Release: 1%{?dist}
Summary: Command line argument processing
License: BSD
@ -47,6 +47,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
%ghc_pkg_recache
@ -57,7 +59,7 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -65,6 +67,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 0.10.14-1
- update to 0.10.14
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
b962dc0472be507631f43f70b13b3157 cmdargs-0.10.12.tar.gz
ebc50066c2d38a0ad0f2a446acfea1cd cmdargs-0.10.14.tar.gz