From eb569ccca53143eb52306dcf260790d41539329a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Jun 2016 12:00:41 +0900 Subject: [PATCH] update to 0.6.7.3 --- .gitignore | 1 + ghc-ansi-wl-pprint.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) 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 a55e43a..f2ff23b 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: 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 - 0.6.7.3-1 +- update to 0.6.7.3 + * Wed Feb 03 2016 Fedora Release Engineering - 0.6.7.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_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