Hello community, here is the log from the commit of package ghc-ansi-terminal for openSUSE:Factory checked in at 2018-05-30 11:59:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-ansi-terminal (Old) and /work/SRC/openSUSE:Factory/.ghc-ansi-terminal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-ansi-terminal" Wed May 30 11:59:11 2018 rev:7 rq:607738 version:0.8.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-ansi-terminal/ghc-ansi-terminal.changes 2017-09-15 21:19:53.379276819 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-ansi-terminal.new/ghc-ansi-terminal.changes 2018-05-30 12:23:14.650220274 +0200 @@ -1,0 +2,25 @@ +Mon May 14 17:02:11 UTC 2018 - [email protected] + +- Update ansi-terminal to version 0.8.0.4. + * On Windows, `hSupportsANSI` now recognises if the handle is connected to a + 'mintty' terminal. + * On Windows, try to enable ANSI on ConHost terminals even if a TERM environment + variable exits (such as with the Hyper 2 terminal) + * Minor improvements to Haddock documentation + * Improve README and Haddock documentation + * On Windows, fix compatability with earlier GHC versions + * Drop support for GHC versions before 6.12.1 (released December 2009) + * On Windows, if the standard output channel is valid but not a ConHost + terminal, assume it is ANSI-enabled rather than failing + * On Windows, output the improved error message to the standard error channel + rather than the standard output channel + * Make the fields of `SGR` strict + * Make compatible with GHC 8.2.2 + * Improve the error message on Windows when not ANSI-capable or ConHost + * Recognise Appveyor build environment as ANSI-enabled + `getReportedCursorPosition`: don't let the cursor reporting code be echo'd + * Allow saving, restoring, and querying the current cursor position + * Fix a couple of issues with the Reset emulation on Windows + * Add 24-bit RGB color support + +------------------------------------------------------------------- Old: ---- ansi-terminal-0.6.3.1.tar.gz New: ---- ansi-terminal-0.8.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-ansi-terminal.spec ++++++ --- /var/tmp/diff_new_pack.0eHF3a/_old 2018-05-30 12:23:15.582192208 +0200 +++ /var/tmp/diff_new_pack.0eHF3a/_new 2018-05-30 12:23:15.586192087 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-ansi-terminal # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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.6.3.1 +Version: 0.8.0.4 Release: 0 Summary: Simple ANSI terminal support, with Windows compatibility License: BSD-3-Clause @@ -26,13 +26,13 @@ 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-colour-devel BuildRequires: ghc-rpm-macros %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. +color output, showing or hiding the cursor, and changing the title. +Works on UNIX and Windows. %package devel Summary: Haskell %{pkg_name} library development files @@ -61,7 +61,7 @@ %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %doc CHANGELOG.md README.md ++++++ ansi-terminal-0.6.3.1.tar.gz -> ansi-terminal-0.8.0.4.tar.gz ++++++ ++++ 5068 lines of diff (skipped)
