Richard Brown 2021-04-06 15:28:59 +00:00 committed by Git OBS Bridge
commit 01f565545b
6 changed files with 63 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f0293ed9f6a6b77e47d41efabe62f3319e86efc8bf83cc58733044fbc6f9211
size 3403640

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEnh3gZzzMAykZ0YUmwLlpspdOiI4FAmA853UACgkQwLlpspdO
iI5HYg//XOxjqB8E+FAQjiBzjj9kjicZXpBkW25SY9OwkkNjd9Hy5HjKpxMbsr7O
K69PvM41it3jyrNibpX+v2nbDe6d5NtMZNeAC7Kuf5Djg9/FRcvOLZNecISrqIMe
yToTBA9dvIKnIaORkg/a2PGK1mTZIrrgrlF5OY+m55mcLqkYgCbn26pM9uI4adiM
93B0qsDoHc3cRC3/ANFHjs16ZTkON3pcgXQLAczpn2i9cMdwnjIFhC5btfqabswg
+2fdXa7K+06KwvcKMUcQSF1wGdg9A6HLWArJ2t7LCE+Pklu6SGgyM0GoRsOwVRPw
gqV8CUkBdw8lm0jAbXqkl8YUuArYX0Pfen8U0W6koD/gZGOn89bLLzhCk2YwVCRR
Hg5hq1T4BAIdfnvEPbEQkBZzysuS0QfvodD7EX57QefcfYGdndROoiJbayaMjXqe
1wZqPTL2WXofYFpijZzR5e8e3SnA66LSIvaIinYLy5v7D8niqOhvagxh1KjwmCOs
gnzHVdtU8u3DOsuuc4FtHnwlyvLcno3KUlP5YnbKfTBZQkvZ5YhzXhiLWwrCubCG
gpqUt5zEWmMd9iV8yKNzHeWs5UhggsUeYd6FrUWw/tndLnskPZjbmbr6+tlbxytQ
eOyXyz/tjT/9ZBLd0tDKbrqbRp/HyDQ4htNlMc0J21HXPPeFlTg=
=U8NW
-----END PGP SIGNATURE-----

3
fish-3.2.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8e49f4090d3778df17dd825e4a2a80192015682423cd9dd02b6675d65c3af5b
size 3409808

16
fish-3.2.1.tar.xz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEnh3gZzzMAykZ0YUmwLlpspdOiI4FAmBSydIACgkQwLlpspdO
iI5A9xAAg3vpPcYMtOWMLSU1XaFmVPDYnQFhEJmLeJjFThS6nFzfNuMCgrpjoHYZ
O+msPdWhZxZW8u5+5ex/8SqjvMK+S/k4HLeYsBw3JBcRcUn5GoZF61iPpEzEvHX+
REM7PPyjdzU5/SXgr5VafJEe5TXyNoQGEaDmbepn35YXjV5l9fLrr9HYnzq9zbjv
XH1E0yWdKZMyX9EBroWrrxc397CmtdN0hIt/0jsaHfeox3fq2wMzIcD15F+oHfJ7
tfYpiMo5YJsxi68YjOm6lH375V4v68wdzVlpJkGtgz7jjXZrfaWHIvMs/bOyjzVY
tHUIJHUBXmC9fdH8iD+Th9aVqdqeZqzohhMs42dph4u2ezS1XTK/azsr3xbVlH2D
kQS7/CMuB9LMUJoLjIwld9Soldjj8Dwfr+99NnowQihEi5ejkLvcQAEi8KJt0Ims
DgeMyWdSkLAlMLAU1qJl62sCKvUTJqhbiffkCkq1Mwoz9qvxIh9m2mL3hhbDoKgE
HRlbstfQdoRbwfd6umKpyyMz0hhX9t3MCt0WPhYcq3f4KBLplPvy4HsiuJcSubXV
CIBNRXBtBINzU/d51PKXcXe46ijahr090dlG8wpNhnBm7NjGclURdrPTSVESteSQ
5pkigiB2w0646A0n724Y4BRs+BHXDE2KJrWJXdXP9tfIYWsHNS8=
=4gwo
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Thu Mar 18 17:40:37 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- Update to 3.2.1:
* Commands in key bindings are run with fish's internal terminal
modes, instead of the terminal modes typically used for commands.
This fixes a bug introduced in 3.2.0, where text would unexpectedly
appear on the terminal, especially when pasting
* Prompts which use the internal __fish_print_pipestatus function will
display correctly rather than carrying certain modifiers (such as
bold) further than intended
* Redirections to internal file descriptors is allowed again, reversing
the changes in 3.2.0. This fixes a problem with Midnight Commander
* Universal variables should be fully reliable regardless of operating
system again
* fish_git_prompt no longer causes screen flickering in certain terminals
* fish_add_path manipulates the fish_user_paths variable correctly
when moving multiple paths
* Pasting with a multi-line command no longer causes
__fish_tokenizer_state error
* psub inside event handlers cleans up temporary files properly
* Event handlers declared with --on-job-exit $fish_pid no longer run
constantly, although these functions should use --on-event fish_exit
instead.
* Changing terminal modes inside config.fish works
* set_color --print-colors no longer prints all colors in bold
* Completing commands starting with a - no longer prints an error
* Running fish_command_not_found directly no longer produces an error
on macOS or other OSes which do not have a handler available
* The new type builtin now has the (deprecated) --quiet long form of -q
* help and fish_config work correctly when fish is running in a Chrome
OS Crostini Linux VM
* The history file can be made a symbolic link without it being overwritten,
matching a similar improvement for the universal variable file in 3.2.0.
* An unhelpful error ("access: No error"), seen on Cygwin, is no longer produced
* Improvements to the rsync completions, some completion descriptions,
and completions that use IP address
* Improvements to the appearance of fish_config
- explicitly list binaries in spec file
-------------------------------------------------------------------
Tue Mar 9 05:43:01 UTC 2021 - Samu Voutilainen <smar@smar.fi>

View File

@ -17,7 +17,7 @@
Name: fish
Version: 3.2.0
Version: 3.2.1
Release: 0
Summary: The "friendly interactive shell"
License: GPL-2.0-only
@ -91,7 +91,9 @@ fi
%files -f %{name}.lang
%dir %{_sysconfdir}/fish
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_bindir}/*
%{_bindir}/fish
%{_bindir}/fish_indent
%{_bindir}/fish_key_reader
%{_datadir}/doc/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*.1%{?ext_man}