From 99b25b6af00c5aae1e6dbde8e7a84f75a48d31142f1bf281ba74153c4d2c69c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 6 Jan 2019 20:44:27 +0000 Subject: [PATCH] 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 --- fish-3.0.0.tar.gz | 3 +++ fish.changes | 20 ++++++++++++++++++++ fish.spec | 4 ++-- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 fish-3.0.0.tar.gz diff --git a/fish-3.0.0.tar.gz b/fish-3.0.0.tar.gz new file mode 100644 index 0000000..e9e30ae --- /dev/null +++ b/fish-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9dd3614bb0346829ce7319437c6a93e3e1dfde3b7f6a469b543b0d2c68f2cf +size 6472393 diff --git a/fish.changes b/fish.changes index fbe5f4d..1c6acdc 100644 --- a/fish.changes +++ b/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 diff --git a/fish.spec b/fish.spec index 4ca39da..04a1a04 100644 --- a/fish.spec +++ b/fish.spec @@ -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