From 1f929cc56d0906fea70dae3e58066094697a4c03 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Jun 2016 11:56:46 +0900 Subject: [PATCH] update to 0.6.2.3 --- .gitignore | 1 + ghc-ansi-terminal.spec | 20 ++++++++++++-------- sources | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index eaa8e4f..c16c535 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /ansi-terminal-0.6.tar.gz /ansi-terminal-0.6.1.1.tar.gz /ansi-terminal-0.6.2.1.tar.gz +/ansi-terminal-0.6.2.3.tar.gz diff --git a/ghc-ansi-terminal.spec b/ghc-ansi-terminal.spec index 431c79b..74e187b 100644 --- a/ghc-ansi-terminal.spec +++ b/ghc-ansi-terminal.spec @@ -2,17 +2,14 @@ %global pkg_name ansi-terminal -# no useful debuginfo for Haskell packages without C sources -%global debug_package %{nil} - Name: ghc-%{pkg_name} -Version: 0.6.2.1 -Release: 3%{?dist} +Version: 0.6.2.3 +Release: 1%{?dist} Summary: Simple ANSI terminal support License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -23,6 +20,8 @@ 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 @@ -48,6 +47,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %post devel %ghc_pkg_recache @@ -58,7 +59,7 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files @@ -66,6 +67,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Jun 23 2016 Jens Petersen - 0.6.2.3-1 +- update to 0.6.2.3 + * Wed Feb 03 2016 Fedora Release Engineering - 0.6.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 904a074..8f98df2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1dedb633b90ede41bd16b31d25b9b090 ansi-terminal-0.6.2.1.tar.gz +8afe9864ce4600841a83febb40a2c753 ansi-terminal-0.6.2.3.tar.gz