From b0a24bfbc1fc7be528fa4f308c4383dbd380d0be6d75cf588ec796aa2e048b6d Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Thu, 8 Jun 2017 00:29:55 +0000 Subject: [PATCH] Accepting request 501825 from home:vilene:branches:shells - Update to 2.6.0. Notable fixes and improvements: * Jobs running in the background can now be removed from the list of jobs with the new disown builtin, which behaves like the same command in other shells (#2810). * Command substitutions now have access to the terminal, like in other shells. This allows tools like fzf to work properly (#1362, #3922). * In cases where the operating system does not report the size of the terminal, the COLUMNS and LINES environment variables are used; if they are unset, a default of 80x24 is assumed. * New French (#3772 & #3788) and improved German (#3834) translations. * fish no longer depends on the which external command. * Full changelog: https://github.com/fish-shell/fish-shell/releases/tag/2.6.0 OBS-URL: https://build.opensuse.org/request/show/501825 OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=28 --- fish-2.5.0.tar.gz | 3 --- fish-2.6.0.tar.gz | 3 +++ fish.changes | 16 ++++++++++++++++ fish.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 fish-2.5.0.tar.gz create mode 100644 fish-2.6.0.tar.gz diff --git a/fish-2.5.0.tar.gz b/fish-2.5.0.tar.gz deleted file mode 100644 index e7f7109..0000000 --- a/fish-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8c0edadca2de379ccf305aeace660a9255fa2180c72e85e97705a24c256b2a5 -size 3496831 diff --git a/fish-2.6.0.tar.gz b/fish-2.6.0.tar.gz new file mode 100644 index 0000000..1d933d3 --- /dev/null +++ b/fish-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee5bbd671c73e5323778982109241685d58a836e52013e18ee5d9f2e638fdfb +size 3575346 diff --git a/fish.changes b/fish.changes index d8a4065..3d04f4c 100644 --- a/fish.changes +++ b/fish.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Jun 7 22:56:22 UTC 2017 - vilene@posteo.net + +- Update to 2.6.0. Notable fixes and improvements: + * Jobs running in the background can now be removed from the list of jobs + with the new disown builtin, which behaves like the same command in other + shells (#2810). + * Command substitutions now have access to the terminal, like in other + shells. This allows tools like fzf to work properly (#1362, #3922). + * In cases where the operating system does not report the size of the + terminal, the COLUMNS and LINES environment variables are used; if they + are unset, a default of 80x24 is assumed. + * New French (#3772 & #3788) and improved German (#3834) translations. + * fish no longer depends on the which external command. + * Full changelog: https://github.com/fish-shell/fish-shell/releases/tag/2.6.0 + ------------------------------------------------------------------- Fri Feb 3 04:13:49 UTC 2017 - sflees@suse.de diff --git a/fish.spec b/fish.spec index 6d50f3e..096de91 100644 --- a/fish.spec +++ b/fish.spec @@ -17,7 +17,7 @@ Name: fish -Version: 2.5.0 +Version: 2.6.0 Release: 0 Summary: A user friendly interactive shell License: GPL-2.0