From 809cd23f3b752a5e57500703a24a6ac7064f016fc945181a0208b12ff7704cef Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Tue, 5 Jul 2016 01:06:26 +0000 Subject: [PATCH] Accepting request 406632 from home:simotek:branches:shells Version 2.3.1 OBS-URL: https://build.opensuse.org/request/show/406632 OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=19 --- fish-2.3.0.tar.gz | 3 --- fish-2.3.1.tar.gz | 3 +++ fish.changes | 28 ++++++++++++++++++++++++++++ fish.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 fish-2.3.0.tar.gz create mode 100644 fish-2.3.1.tar.gz diff --git a/fish-2.3.0.tar.gz b/fish-2.3.0.tar.gz deleted file mode 100644 index f39af81..0000000 --- a/fish-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:912bac47552b1aa0d483a39ade330356632586a8f726c0e805b46d45cfad54e5 -size 4537458 diff --git a/fish-2.3.1.tar.gz b/fish-2.3.1.tar.gz new file mode 100644 index 0000000..a9872da --- /dev/null +++ b/fish-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328acad35d131c94118c1e187ff3689300ba757c4469c8cc1eaa994789b98664 +size 4502836 diff --git a/fish.changes b/fish.changes index 46497d0..3bf74ef 100644 --- a/fish.changes +++ b/fish.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Jul 4 05:01:34 UTC 2016 - sflees@suse.de + +- Update to v2.3.1 +- Significant changes + * A new fish_key_reader binary for decoding interactive keypresses (#2991). + * fish_mode_prompt has been updated to reflect the changes in the way the + Vi input mode is set up (#3067), making this more reliable. + * fish_config can now properly be launched from the OS X app bundle (#3140). + +- Notable fixes and improvements + * Extra lines were sometimes inserted into the output under Windows (Cygwin + and Microsoft Windows Subsystem for Linux) due to TTY timestamps + not being updated (#2859). + * The string builtin's match mode now handles the combination of -rnv (match, + invert and count) correctly (#3098). + * Improvements to TTY special character handling (#3064), locale handling (#3124) + and terminal environment variable handling (#3060). + * Work towards handling the terminal modes for external commands launched + from initialisation files (#2980). + * Ease the upgrade path from fish 2.2.0 and before by warning users to restart + fish if the string builtin is not available (#3057). + * type -a now syntax-colorizes function source output. + * Added completions for alsamixer, godoc, gofmt, goimports, gorename, lscpu, + mkdir, modinfo, netctl-auto, poweroff, termite, udisksctl and xz (#3123). + * Improved completions for apt (#3097), aura (#3102),git (#3114), npm (#3158), + string and suspend (#3154). + ------------------------------------------------------------------- Mon May 23 01:05:17 UTC 2016 - sflees@suse.de diff --git a/fish.spec b/fish.spec index 6accee5..5b0318d 100644 --- a/fish.spec +++ b/fish.spec @@ -17,7 +17,7 @@ Name: fish -Version: 2.3.0 +Version: 2.3.1 Release: 0 Summary: A user friendly interactive shell License: GPL-2.0