From bd50a186fc0c2f2d6459d0da9a5e0d5c733a1767c2f8dc5b1c4d67cd7c617d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 9 Dec 2017 09:44:10 +0000 Subject: [PATCH 1/2] Accepting request 545529 from home:jaimeMF:branches:shells - 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 OBS-URL: https://build.opensuse.org/request/show/545529 OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=30 --- fish-2.6.0.tar.gz | 3 --- fish-2.7.0.tar.gz | 3 +++ fish.changes | 27 +++++++++++++++++++++++++++ fish.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 fish-2.6.0.tar.gz create mode 100644 fish-2.7.0.tar.gz diff --git a/fish-2.6.0.tar.gz b/fish-2.6.0.tar.gz deleted file mode 100644 index 1d933d3..0000000 --- a/fish-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ee5bbd671c73e5323778982109241685d58a836e52013e18ee5d9f2e638fdfb -size 3575346 diff --git a/fish-2.7.0.tar.gz b/fish-2.7.0.tar.gz new file mode 100644 index 0000000..ebf1e91 --- /dev/null +++ b/fish-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a76b7cae92f9f88863c35c832d2427fb66082f98e92a02203dc900b8fa87bcb +size 5760470 diff --git a/fish.changes b/fish.changes index 3d04f4c..53c51a8 100644 --- a/fish.changes +++ b/fish.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +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 diff --git a/fish.spec b/fish.spec index 096de91..d28f170 100644 --- a/fish.spec +++ b/fish.spec @@ -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 From 92d08553e74b622a69b3f471439c90e0e845310deec7e0bcc37b2b37a04e91bf Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Fri, 5 Jan 2018 01:06:56 +0000 Subject: [PATCH 2/2] Accepting request 561780 from home:simotek:base - Don't Require python-curses its not needed or used OBS-URL: https://build.opensuse.org/request/show/561780 OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=31 --- fish.changes | 5 +++++ fish.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/fish.changes b/fish.changes index 53c51a8..605bdfe 100644 --- a/fish.changes +++ b/fish.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/fish.spec b/fish.spec index d28f170..98d5b66 100644 --- a/fish.spec +++ b/fish.spec @@ -34,7 +34,6 @@ BuildRequires: pkgconfig BuildRequires: python Requires: bc Requires: man -Requires: python-curses Recommends: terminfo BuildRoot: %{_tmppath}/%{name}-%{version}-build