diff --git a/.gitignore b/.gitignore index 5675069..25496fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ansi-wl-pprint-0.6.7.1.tar.gz +/ansi-wl-pprint-0.6.7.3.tar.gz diff --git a/ghc-ansi-wl-pprint.spec b/ghc-ansi-wl-pprint.spec index 336044d..a4e844a 100644 --- a/ghc-ansi-wl-pprint.spec +++ b/ghc-ansi-wl-pprint.spec @@ -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 - 0.6.7.3-1 +- update to 0.6.7.3 + * Wed Jun 17 2015 Fedora Release Engineering - 0.6.7.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index ee4f9ca..53a3765 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14ea73630867e75a55889f72f3c5dda9 ansi-wl-pprint-0.6.7.1.tar.gz +e1770ad4cef741e8807f97340e5eb72a ansi-wl-pprint-0.6.7.3.tar.gz