From 83c8eb2d30c50693dbe4e2e618e1120756ac4923 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 Feb 2016 23:28:16 +0900 Subject: [PATCH] Revert "update to 0.6.7.3" This reverts commit 47cd44a4a537169cf30aad4b3334c3116b8f8958. --- .gitignore | 1 - ghc-ansi-wl-pprint.spec | 11 +++-------- sources | 2 +- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 25496fa..5675069 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ /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 a4e844a..336044d 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.3 -Release: 1%{?dist} +Version: 0.6.7.1 +Release: 6%{?dist} Summary: The Wadler/Leijen Pretty Printer for colored ANSI terminal output License: BSD @@ -48,8 +48,6 @@ sed -i 's/\r$//' README.textile %install %ghc_lib_install -rm %{buildroot}%{ghc_pkgdocdir}/LICENSE - %post devel %ghc_pkg_recache @@ -60,7 +58,7 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %files -f %{name}.files -%license LICENSE +%doc LICENSE %files devel -f %{name}-devel.files @@ -68,9 +66,6 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %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 53a3765..ee4f9ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e1770ad4cef741e8807f97340e5eb72a ansi-wl-pprint-0.6.7.3.tar.gz +14ea73630867e75a55889f72f3c5dda9 ansi-wl-pprint-0.6.7.1.tar.gz