update to 0.6.7.3

This commit is contained in:
Jens Petersen 2016-06-23 12:00:41 +09:00
parent b76e13c459
commit eb569ccca5
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/ansi-wl-pprint-0.6.7.1.tar.gz
/ansi-wl-pprint-0.6.7.3.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name ansi-wl-pprint
Name: ghc-%{pkg_name}
Version: 0.6.7.1
Release: 7%{?dist}
Version: 0.6.7.3
Release: 1%{?dist}
Summary: The Wadler/Leijen Pretty Printer for colored ANSI terminal output
License: BSD
@ -48,6 +48,8 @@ sed -i 's/\r$//' README.textile
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
%ghc_pkg_recache
@ -58,7 +60,7 @@ sed -i 's/\r$//' README.textile
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -66,6 +68,9 @@ sed -i 's/\r$//' README.textile
%changelog
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.6.7.3-1
- update to 0.6.7.3
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.7.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
14ea73630867e75a55889f72f3c5dda9 ansi-wl-pprint-0.6.7.1.tar.gz
e1770ad4cef741e8807f97340e5eb72a ansi-wl-pprint-0.6.7.3.tar.gz