Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fish for openSUSE:Factory checked in 
at 2021-04-06 17:28:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fish (Old)
 and      /work/SRC/openSUSE:Factory/.fish.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fish"

Tue Apr  6 17:28:59 2021 rev:28 rq:880370 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/fish/fish.changes        2021-03-11 
20:08:10.468262689 +0100
+++ /work/SRC/openSUSE:Factory/.fish.new.2401/fish.changes      2021-04-06 
17:29:34.683109957 +0200
@@ -1,0 +2,40 @@
+Thu Mar 18 17:40:37 UTC 2021 - Avindra Goolcharan <avin...@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
+
+-------------------------------------------------------------------

Old:
----
  fish-3.2.0.tar.xz
  fish-3.2.0.tar.xz.asc

New:
----
  fish-3.2.1.tar.xz
  fish-3.2.1.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fish.spec ++++++
--- /var/tmp/diff_new_pack.4655jR/_old  2021-04-06 17:29:35.119110450 +0200
+++ /var/tmp/diff_new_pack.4655jR/_new  2021-04-06 17:29:35.123110455 +0200
@@ -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 @@
 %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}

++++++ fish-3.2.0.tar.xz -> fish-3.2.1.tar.xz ++++++
++++ 12610 lines of diff (skipped)

Reply via email to