update to 0.6.7.3

This commit is contained in:
Jens Petersen 2015-09-30 13:19:58 +09:00
parent cc0d39e9ae
commit 47cd44a4a5
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: 6%{?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
* Wed Sep 30 2015 Jens Petersen <petersen@redhat.com> - 0.6.7.3-1
- update to 0.6.7.3
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_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