diff --git a/ansi-terminal-0.10.1.tar.gz b/ansi-terminal-0.10.1.tar.gz deleted file mode 100644 index 95ef399..0000000 --- a/ansi-terminal-0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31397cff165772b6c3725583cd45e535145945ad7dd5251a79342c84cc4726ac -size 35615 diff --git a/ansi-terminal-0.10.2.tar.gz b/ansi-terminal-0.10.2.tar.gz new file mode 100644 index 0000000..02de5cc --- /dev/null +++ b/ansi-terminal-0.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a894e224920b5bd475eb514126801ae3d58538c1fc2d3804b890e17754a40940 +size 35818 diff --git a/ghc-ansi-terminal.changes b/ghc-ansi-terminal.changes index a95198f..443c083 100644 --- a/ghc-ansi-terminal.changes +++ b/ghc-ansi-terminal.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Nov 21 03:01:38 UTC 2019 - psimons@suse.com + +- Update ansi-terminal to version 0.10.2. + Version 0.10.2 + -------------- + + * `hGetTerminalSize` now assumes a terminal is no bigger than 9,999 by 9,999 + (previously, no bigger than 999 by 999). + * On Windows, fix a bug where emulated cursor movement functions differed from + Windows 10 (movement bounded by the current viewport). + +------------------------------------------------------------------- +Fri Nov 8 16:13:11 UTC 2019 - Peter Simons + +- Drop obsolete group attributes. + ------------------------------------------------------------------- Sun Oct 6 02:03:01 UTC 2019 - psimons@suse.com diff --git a/ghc-ansi-terminal.spec b/ghc-ansi-terminal.spec index 362eb99..d8ee7ef 100644 --- a/ghc-ansi-terminal.spec +++ b/ghc-ansi-terminal.spec @@ -18,7 +18,7 @@ %global pkg_name ansi-terminal Name: ghc-%{pkg_name} -Version: 0.10.1 +Version: 0.10.2 Release: 0 Summary: Simple ANSI terminal support, with Windows compatibility License: BSD-3-Clause