Accepting request 454354 from home:simotek:base
2.5.0 OBS-URL: https://build.opensuse.org/request/show/454354 OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=26
This commit is contained in:
parent
3bfad55317
commit
3e5ccbfd2b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:06bbb2323360439c4044da762d114ec1aa1aba265cec71c0543e6a0095c9efc5
|
|
||||||
size 3455874
|
|
3
fish-2.5.0.tar.gz
Normal file
3
fish-2.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8c0edadca2de379ccf305aeace660a9255fa2180c72e85e97705a24c256b2a5
|
||||||
|
size 3496831
|
58
fish.changes
58
fish.changes
@ -1,3 +1,61 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 3 04:13:49 UTC 2017 - sflees@suse.de
|
||||||
|
|
||||||
|
- Update to 2.5.0
|
||||||
|
Notable fixes and improvements
|
||||||
|
* alias, run without options or arguments, lists all defined aliases, and
|
||||||
|
aliases now include a description in the function signature that identifies
|
||||||
|
them.
|
||||||
|
* complete accepts empty strings as descriptions (#3557).
|
||||||
|
* command accepts -q/--quiet in combination with --search (#3591), providing
|
||||||
|
a simple way of checking whether a command exists in scripts.
|
||||||
|
* Abbreviations can now be renamed with abbr --rename OLD_KEY NEW_KEY (#3610).
|
||||||
|
* The command synopses printed by --help options work better with copying and
|
||||||
|
pasting (#2673).
|
||||||
|
* help launches the browser specified by the $fish_help_browser variable if it
|
||||||
|
is set (#3131).
|
||||||
|
* History merging could lose items under certain circumstances and is now
|
||||||
|
fixed (#3496).
|
||||||
|
* The $status variable is now set to 123 when a syntactically invalid command
|
||||||
|
is entered (#3616).
|
||||||
|
* Exiting fish now signals all background processes to terminate, not just
|
||||||
|
stopped jobs (#3497).
|
||||||
|
* A new prompt_hostname function which prints a hostname suitable for use in
|
||||||
|
prompts (#3482).
|
||||||
|
* The __fish_man_page function (bound to Alt-h by default) now tries to
|
||||||
|
recognize subcommands (e.g. git add will now open the "git-add" man page)
|
||||||
|
(#3678).
|
||||||
|
* A new function edit_command_buffer (bound to Alt-e & Alt-v by default) to
|
||||||
|
edit the command buffer in an external editor (#1215, #3627).
|
||||||
|
* set_color now supports italics (--italics), dim (--dim) and reverse
|
||||||
|
(--reverse) modes (#3650).
|
||||||
|
* Filesystems with very slow locking (eg incorrectly-configured NFS) will no
|
||||||
|
longer slow fish down (#685).
|
||||||
|
* Improved completions for apt (#3695), fusermount (#3642), make (#3628),
|
||||||
|
netctl-auto (#3378), nmcli (#3648), pygmentize (#3378), and tar (#3719).
|
||||||
|
* Added completions for:
|
||||||
|
VBoxHeadless (#3378)
|
||||||
|
VBoxSDL (#3378)
|
||||||
|
base64 (#3378)
|
||||||
|
caffeinate (#3524)
|
||||||
|
dconf (#3638)
|
||||||
|
dig (#3495)
|
||||||
|
dpkg-reconfigure (#3521 & #3522)
|
||||||
|
feh (#3378)
|
||||||
|
launchctl (#3682)
|
||||||
|
lxc (#3554 & #3564),
|
||||||
|
mddiagnose (#3524)
|
||||||
|
mdfind (#3524)
|
||||||
|
mdimport (#3524)
|
||||||
|
mdls (#3524)
|
||||||
|
mdutil (#3524)
|
||||||
|
mkvextract (#3492)
|
||||||
|
nvram (#3524)
|
||||||
|
objdump (#3378)
|
||||||
|
sysbench (#3491)
|
||||||
|
tmutil (#3524)
|
||||||
|
* Full changelog https://github.com/fish-shell/fish-shell/releases/tag/2.5.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 8 11:49:49 UTC 2016 - aloisio@gmx.com
|
Tue Nov 8 11:49:49 UTC 2016 - aloisio@gmx.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fish
|
# spec file for package fish
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fish
|
Name: fish
|
||||||
Version: 2.4.0
|
Version: 2.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A user friendly interactive shell
|
Summary: A user friendly interactive shell
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user