diff --git a/ansi-terminal-0.8.2.tar.gz b/ansi-terminal-0.8.2.tar.gz deleted file mode 100644 index 956e435..0000000 --- a/ansi-terminal-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90a7324811e7da0d0aecd66454b1622e3b1ee22ed09bbdae379c0ff079d2fa90 -size 31357 diff --git a/ansi-terminal-0.9.tar.gz b/ansi-terminal-0.9.tar.gz new file mode 100644 index 0000000..ae35f96 --- /dev/null +++ b/ansi-terminal-0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d755c2c0f2819cd7fe198a6aa58e60a88ae532cd69467e1111c8839b83c0ac03 +size 34424 diff --git a/ghc-ansi-terminal.changes b/ghc-ansi-terminal.changes index 4775351..c303359 100644 --- a/ghc-ansi-terminal.changes +++ b/ghc-ansi-terminal.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Jan 27 03:01:38 UTC 2019 - psimons@suse.com + +- Update ansi-terminal to version 0.9. + Version 0.9 + ----------- + + * Add support for 256-color palettes with new `SetPaletteColor` constructor of + `SGR` type, and `xterm6LevelRGB`, `xterm24LevelGray` and `xtermSystem`. + * Remove deprecated `getCursorPosition`. (Use `getCursorPosition0` instead.) + * Add `hSupportsANSIColor`. + * Add `getTerminalSize`. + * Improvements to Haddock documentation. + ------------------------------------------------------------------- Mon Oct 29 09:03:23 UTC 2018 - psimons@suse.com diff --git a/ghc-ansi-terminal.spec b/ghc-ansi-terminal.spec index e78cf77..c07f9c0 100644 --- a/ghc-ansi-terminal.spec +++ b/ghc-ansi-terminal.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-ansi-terminal # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %global pkg_name ansi-terminal Name: ghc-%{pkg_name} -Version: 0.8.2 +Version: 0.9 Release: 0 Summary: Simple ANSI terminal support, with Windows compatibility License: BSD-3-Clause