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