Accepting request 676964 from shells
OBS-URL: https://build.opensuse.org/request/show/676964 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=17
This commit is contained in:
commit
09314488bf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea9dd3614bb0346829ce7319437c6a93e3e1dfde3b7f6a469b543b0d2c68f2cf
|
|
||||||
size 6472393
|
|
3
fish-3.0.1.tar.gz
Normal file
3
fish-3.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:21677a5755ee1738bad2cf8179c104068f8bb81b969660d5a2af4ba6eceba5e4
|
||||||
|
size 6477550
|
13
fish.changes
13
fish.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 18 05:46:44 UTC 2019 - seanlew@opensuse.org
|
||||||
|
|
||||||
|
- Update to 3.0.1
|
||||||
|
* exec does not complain about running foreground jobs (#5449)
|
||||||
|
* while loops now evaluate to the last executed command (#4982)
|
||||||
|
* The error when a command is not found is now a single time (#5588)
|
||||||
|
* Significant perf improvements to core shell (#5447)
|
||||||
|
* Starting in symlinked working directories works (#5525)
|
||||||
|
* The nim prompt now works correctly in web-based config (#5490)
|
||||||
|
* Killing the term while fish is in vi normal mode fixed (#5528)
|
||||||
|
* Misc crash fixes (#5550,#5548, #5479, #5453)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 29 06:47:02 UTC 2018 - sean@suspend.net
|
Sat Dec 29 06:47:02 UTC 2018 - sean@suspend.net
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fish
|
# spec file for package fish
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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: 3.0.0
|
Version: 3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The "friendly interactive shell"
|
Summary: The "friendly interactive shell"
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user