From 522f2c5a472da2c43a1b4eb1b763f38b7f4557544207c3e4cc576c619b7255ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 14:40:01 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-ansi-terminal revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ansi-terminal?expand=0&rev=35 --- ghc-ansi-terminal.changes | 132 ++------------------------------------ 1 file changed, 5 insertions(+), 127 deletions(-) diff --git a/ghc-ansi-terminal.changes b/ghc-ansi-terminal.changes index 443c083..e33aa15 100644 --- a/ghc-ansi-terminal.changes +++ b/ghc-ansi-terminal.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Nov 21 03:01:38 UTC 2019 - psimons@suse.com +Thu Nov 21 03:01:34 UTC 2019 - psimons@suse.com - Update ansi-terminal to version 0.10.2. Version 0.10.2 @@ -11,12 +11,7 @@ Thu Nov 21 03:01:38 UTC 2019 - psimons@suse.com 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 +Sun Oct 6 02:03:08 UTC 2019 - psimons@suse.com - Update ansi-terminal to version 0.10.1. Version 0.10.1 @@ -29,7 +24,7 @@ Sun Oct 6 02:03:01 UTC 2019 - psimons@suse.com * Improvements to Haddock documentation. ------------------------------------------------------------------- -Fri Sep 6 06:39:58 UTC 2019 - psimons@suse.com +Fri Sep 6 06:34:49 UTC 2019 - psimons@suse.com - Update ansi-terminal to version 0.10. Upstream has edited the change log file since the last release in @@ -38,124 +33,7 @@ Fri Sep 6 06:39:58 UTC 2019 - psimons@suse.com http://hackage.haskell.org/package/ansi-terminal-0.10/src/CHANGELOG.md ------------------------------------------------------------------- -Mon May 13 02:02:17 UTC 2019 - psimons@suse.com +Wed Aug 28 17:31:08 UTC 2019 - psimons@suse.com -- Update ansi-terminal to version 0.9.1. - Version 0.9.1 - ------------- +- Add ansi-terminal at version 0.9.1. - * Flag modules with GHC's 'Safe Haskell' language extensions (from GHC 7.2.1). - * Improvements and corrections to Haddock documentation. - -------------------------------------------------------------------- -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 - -- Update ansi-terminal to version 0.8.2. - Version 0.8.2 - ------------- - - * Add `getCursorPosition0` and deprecate `getCursorPosition`. Any position - provided by the latter is 1-based. Any position provided by the former is - 0-based, consistent with `setCursorColumn` and `setCursorPosition`. - * Improvements to Haddock documentation in respect of 0-based and 1-based - cursor positions. - -------------------------------------------------------------------- -Thu Oct 4 09:42:57 UTC 2018 - psimons@suse.com - -- Update ansi-terminal to version 0.8.1. - * Add `hSupportsANSIWithoutEmulation`. On Windows 10, if the handle is identifed - as connected to a native terminal ('Command Prompt' or 'PowerShell'), the - processing of 'ANSI' control characters will be enabled. - -------------------------------------------------------------------- -Wed Jul 18 14:26:12 UTC 2018 - psimons@suse.com - -- Cosmetic: replace tabs with blanks, strip trailing white space, - and update copyright headers with spec-cleaner. - -------------------------------------------------------------------- -Mon May 14 17:02:11 UTC 2018 - psimons@suse.com - -- 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 - -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Thu Jun 8 11:08:24 UTC 2017 - psimons@suse.com - -- Update to version 0.6.3.1. - -------------------------------------------------------------------- -Wed May 31 14:01:06 UTC 2017 - psimons@suse.com - -- Update to version 0.6.3. - -------------------------------------------------------------------- -Sun Jul 10 17:31:22 UTC 2016 - psimons@suse.com - -- Update to version 0.6.2.3 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Sun Sep 13 12:23:07 UTC 2015 - mimi.vx@gmail.com - -- update to 0.6.2.3 -* Add an example to the haddocks - -------------------------------------------------------------------- -Sun Aug 23 17:26:19 UTC 2015 - mimi.vx@gmail.com - -- update to 0.6.2.2 -* Fix a GHC 7.10 warning - -------------------------------------------------------------------- -Thu May 14 11:33:49 UTC 2015 - mimi.vx@gmail.com - -- regenerated spec with cabal-rpm - -------------------------------------------------------------------- -Sat Nov 22 07:31:06 UTC 2014 - mimi.vx@gmail.com - -- add group to devele section - -------------------------------------------------------------------- -Sun Nov 16 22:00:10 UTC 2014 - mimi.vx@gmail.com - -- initial commit From 36ebfa10ce120c3370786280173201272994cb4b21a14597dd145f6adb91a61e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 02:01:44 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-ansi-terminal revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ansi-terminal?expand=0&rev=36 --- ghc-ansi-terminal.changes | 132 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 127 insertions(+), 5 deletions(-) diff --git a/ghc-ansi-terminal.changes b/ghc-ansi-terminal.changes index e33aa15..443c083 100644 --- a/ghc-ansi-terminal.changes +++ b/ghc-ansi-terminal.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Nov 21 03:01:34 UTC 2019 - psimons@suse.com +Thu Nov 21 03:01:38 UTC 2019 - psimons@suse.com - Update ansi-terminal to version 0.10.2. Version 0.10.2 @@ -11,7 +11,12 @@ Thu Nov 21 03:01:34 UTC 2019 - psimons@suse.com Windows 10 (movement bounded by the current viewport). ------------------------------------------------------------------- -Sun Oct 6 02:03:08 UTC 2019 - psimons@suse.com +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 - Update ansi-terminal to version 0.10.1. Version 0.10.1 @@ -24,7 +29,7 @@ Sun Oct 6 02:03:08 UTC 2019 - psimons@suse.com * Improvements to Haddock documentation. ------------------------------------------------------------------- -Fri Sep 6 06:34:49 UTC 2019 - psimons@suse.com +Fri Sep 6 06:39:58 UTC 2019 - psimons@suse.com - Update ansi-terminal to version 0.10. Upstream has edited the change log file since the last release in @@ -33,7 +38,124 @@ Fri Sep 6 06:34:49 UTC 2019 - psimons@suse.com http://hackage.haskell.org/package/ansi-terminal-0.10/src/CHANGELOG.md ------------------------------------------------------------------- -Wed Aug 28 17:31:08 UTC 2019 - psimons@suse.com +Mon May 13 02:02:17 UTC 2019 - psimons@suse.com -- Add ansi-terminal at version 0.9.1. +- Update ansi-terminal to version 0.9.1. + Version 0.9.1 + ------------- + * Flag modules with GHC's 'Safe Haskell' language extensions (from GHC 7.2.1). + * Improvements and corrections to Haddock documentation. + +------------------------------------------------------------------- +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 + +- Update ansi-terminal to version 0.8.2. + Version 0.8.2 + ------------- + + * Add `getCursorPosition0` and deprecate `getCursorPosition`. Any position + provided by the latter is 1-based. Any position provided by the former is + 0-based, consistent with `setCursorColumn` and `setCursorPosition`. + * Improvements to Haddock documentation in respect of 0-based and 1-based + cursor positions. + +------------------------------------------------------------------- +Thu Oct 4 09:42:57 UTC 2018 - psimons@suse.com + +- Update ansi-terminal to version 0.8.1. + * Add `hSupportsANSIWithoutEmulation`. On Windows 10, if the handle is identifed + as connected to a native terminal ('Command Prompt' or 'PowerShell'), the + processing of 'ANSI' control characters will be enabled. + +------------------------------------------------------------------- +Wed Jul 18 14:26:12 UTC 2018 - psimons@suse.com + +- Cosmetic: replace tabs with blanks, strip trailing white space, + and update copyright headers with spec-cleaner. + +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- 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 + +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Thu Jun 8 11:08:24 UTC 2017 - psimons@suse.com + +- Update to version 0.6.3.1. + +------------------------------------------------------------------- +Wed May 31 14:01:06 UTC 2017 - psimons@suse.com + +- Update to version 0.6.3. + +------------------------------------------------------------------- +Sun Jul 10 17:31:22 UTC 2016 - psimons@suse.com + +- Update to version 0.6.2.3 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Sun Sep 13 12:23:07 UTC 2015 - mimi.vx@gmail.com + +- update to 0.6.2.3 +* Add an example to the haddocks + +------------------------------------------------------------------- +Sun Aug 23 17:26:19 UTC 2015 - mimi.vx@gmail.com + +- update to 0.6.2.2 +* Fix a GHC 7.10 warning + +------------------------------------------------------------------- +Thu May 14 11:33:49 UTC 2015 - mimi.vx@gmail.com + +- regenerated spec with cabal-rpm + +------------------------------------------------------------------- +Sat Nov 22 07:31:06 UTC 2014 - mimi.vx@gmail.com + +- add group to devele section + +------------------------------------------------------------------- +Sun Nov 16 22:00:10 UTC 2014 - mimi.vx@gmail.com + +- initial commit From e107c0c2fe39b56f6d6bd1db25a5313a601f5501e593b4f55155e5496f4fc817 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Feb 2020 18:23:48 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-ansi-terminal revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ansi-terminal?expand=0&rev=37 --- ansi-terminal-0.10.2.tar.gz | 3 --- ansi-terminal-0.10.3.tar.gz | 3 +++ ghc-ansi-terminal.changes | 9 +++++++++ ghc-ansi-terminal.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 ansi-terminal-0.10.2.tar.gz create mode 100644 ansi-terminal-0.10.3.tar.gz diff --git a/ansi-terminal-0.10.2.tar.gz b/ansi-terminal-0.10.2.tar.gz deleted file mode 100644 index 02de5cc..0000000 --- a/ansi-terminal-0.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a894e224920b5bd475eb514126801ae3d58538c1fc2d3804b890e17754a40940 -size 35818 diff --git a/ansi-terminal-0.10.3.tar.gz b/ansi-terminal-0.10.3.tar.gz new file mode 100644 index 0000000..155a34f --- /dev/null +++ b/ansi-terminal-0.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2e2e32dfad29835aa7fd442bbe233e07d97e933223a001fe5efa562535b57c +size 35863 diff --git a/ghc-ansi-terminal.changes b/ghc-ansi-terminal.changes index 443c083..bac9dc7 100644 --- a/ghc-ansi-terminal.changes +++ b/ghc-ansi-terminal.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Feb 27 14:17:50 UTC 2020 - psimons@suse.com + +- Update ansi-terminal to version 0.10.3. + Version 0.10.3 + -------------- + * Add `getCursorPosition` as a synonym of `getCursorPosition0` and deprecate the + latter. + ------------------------------------------------------------------- Thu Nov 21 03:01:38 UTC 2019 - psimons@suse.com diff --git a/ghc-ansi-terminal.spec b/ghc-ansi-terminal.spec index d8ee7ef..95e275c 100644 --- a/ghc-ansi-terminal.spec +++ b/ghc-ansi-terminal.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-ansi-terminal # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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.10.2 +Version: 0.10.3 Release: 0 Summary: Simple ANSI terminal support, with Windows compatibility License: BSD-3-Clause