From 74c8e68b6f07437c49e7fbd771aa6617cc4413a1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 28 Oct 2014 23:23:14 +0900 Subject: [PATCH] update to 0.6.2.1 --- .gitignore | 1 + ghc-ansi-terminal.spec | 7 ++++--- sources | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 701a294..eaa8e4f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /ansi-terminal-0.5.5.1.tar.gz /ansi-terminal-0.6.tar.gz /ansi-terminal-0.6.1.1.tar.gz +/ansi-terminal-0.6.2.1.tar.gz diff --git a/ghc-ansi-terminal.spec b/ghc-ansi-terminal.spec index 3d3c8f5..9f43b56 100644 --- a/ghc-ansi-terminal.spec +++ b/ghc-ansi-terminal.spec @@ -6,7 +6,7 @@ %global debug_package %{nil} Name: ghc-%{pkg_name} -Version: 0.6.1.1 +Version: 0.6.2.1 Release: 1%{?dist} Summary: Simple ANSI terminal support @@ -23,8 +23,6 @@ BuildRequires: ghc-unix-devel %description ANSI terminal support for Haskell: allows cursor movement, screen clearing, color output showing or hiding the cursor, and changing the title. -Compatible with Windows and those Unixes with ANSI terminals, -but only GHC is supported as a compiler. %package devel @@ -68,6 +66,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Tue Oct 28 2014 Jens Petersen - 0.6.2.1-1 +- update to 0.6.2.1 + * Fri Sep 19 2014 Jens Petersen - 0.6.1.1-1 - update to 0.6.1.1 - refresh to cblrpm-0.8.11 diff --git a/sources b/sources index e495199..904a074 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f5d0135a23c9a11c8ee2e5294e3b1eda ansi-terminal-0.6.1.1.tar.gz +1dedb633b90ede41bd16b31d25b9b090 ansi-terminal-0.6.2.1.tar.gz