Accepting request 661941 from home:seanlew:branches:shells
Update fish to 3.0.0 OBS-URL: https://build.opensuse.org/request/show/661941 OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=37
This commit is contained in:
parent
73cf86adf1
commit
99b25b6af0
3
fish-3.0.0.tar.gz
Normal file
3
fish-3.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea9dd3614bb0346829ce7319437c6a93e3e1dfde3b7f6a469b543b0d2c68f2cf
|
||||
size 6472393
|
20
fish.changes
20
fish.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 29 06:47:02 UTC 2018 - sean@suspend.net
|
||||
|
||||
- Update to 3.0.0
|
||||
* Process and job expansion has largely been removed
|
||||
* A literal {} now expands to itself, rather than nothing
|
||||
* Literally accessing a zeor-index is now illegal syntax
|
||||
* for loop variables are no longer local to the for block
|
||||
* Local exported (set -1x) vars are now visible to functions
|
||||
* The new math builtin does not support logical expressions
|
||||
* fish now supports && || and ! for better migration from POSIX
|
||||
* Variables may be used as commanes (#154)
|
||||
* fish may be started in private mode via fish --private
|
||||
* A new wait command for waiting on backgrounded processes
|
||||
* math is now a builtin wrather than a wrapper around bc (#3157)
|
||||
* while sets $status to a non-zero value if the loop is not exec'd (#4982)
|
||||
* Command sub output now limited to 10MB by default
|
||||
* The machine hostname is now exposed as the $hostname reserved variable
|
||||
* Bare bind invocations in config.fish now work
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 12 11:41:42 UTC 2018 - jengelh@inai.de
|
||||
|
||||
|
@ -12,12 +12,12 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: fish
|
||||
Version: 2.7.1
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: The "friendly interactive shell"
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user