Accepting request 563730 from shells
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/563730 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=13
This commit is contained in:
commit
35b44fffdf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ee5bbd671c73e5323778982109241685d58a836e52013e18ee5d9f2e638fdfb
|
||||
size 3575346
|
3
fish-2.7.0.tar.gz
Normal file
3
fish-2.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a76b7cae92f9f88863c35c832d2427fb66082f98e92a02203dc900b8fa87bcb
|
||||
size 5760470
|
32
fish.changes
32
fish.changes
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 5 01:05:21 UTC 2018 - sflees@suse.de
|
||||
|
||||
- Don't Require python-curses its not needed or used
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 15:23:31 UTC 2017 - jaime.marquinez.ferrandiz@fastmail.net
|
||||
|
||||
- Update to 2.7.0. Notable improvements:
|
||||
* A new cdh (change directory using recent history) command provides a more
|
||||
friendly alternative to prevd/nextd and pushd/popd (#2847).
|
||||
* A new argparse command is available to allow fish script to parse arguments
|
||||
with the same behavior as builtin commands. This also includes the fish_opt helper command. (#4190).
|
||||
* Invalid array indexes are now silently ignored (#826, #4127).
|
||||
* Improvements to the debugging facility, including a prompt specific to the
|
||||
debugger (fish_breakpoint_prompt) and a status is-breakpoint subcommand (#1310).
|
||||
* string supports new lower and upper subcommands, for altering the case of
|
||||
strings (#4080). The case changing is not locale-aware yet.
|
||||
* string escape has a new --style=xxx flag where xxx can be script, var,
|
||||
or url (#4150), and can be reversed with string unescape (#3543).
|
||||
* History can now be split into sessions with the fish_history variable,
|
||||
or not saved to disk at all (#102).
|
||||
* Read history is now controlled by the fish_history variable rather than
|
||||
the --mode-name flag (#1504).
|
||||
* command now supports an --all flag to report all directories with the
|
||||
command. which is no longer a runtime dependency (#2778).
|
||||
* fish can run commands before starting an interactive session using the new
|
||||
--init-command/-C options (#4164).
|
||||
* set has a new --show option to show lots of information about variables
|
||||
(#4265).
|
||||
* Full changelog: https://github.com/fish-shell/fish-shell/releases/tag/2.7.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 7 22:56:22 UTC 2017 - vilene@posteo.net
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fish
|
||||
Version: 2.6.0
|
||||
Version: 2.7.0
|
||||
Release: 0
|
||||
Summary: A user friendly interactive shell
|
||||
License: GPL-2.0
|
||||
@ -34,7 +34,6 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: python
|
||||
Requires: bc
|
||||
Requires: man
|
||||
Requires: python-curses
|
||||
Recommends: terminfo
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user