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-03-05 13:42:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fish (Old)
 and      /work/SRC/openSUSE:Factory/.fish.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fish"

Fri Mar  5 13:42:59 2021 rev:26 rq:876081 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fish/fish.changes        2021-02-15 
23:13:12.283118398 +0100
+++ /work/SRC/openSUSE:Factory/.fish.new.2378/fish.changes      2021-03-05 
13:43:01.835499711 +0100
@@ -1,0 +2,34 @@
+Mon Mar  1 15:43:22 UTC 2021 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 3.2.0:
+  * Undo and redo support for the command-line editor and pager search
+  * Builtins can now output before all data is read
+  * Prompts will now be truncated instead of replaced with "> "
+  * Better errors with "test"
+  * A new theme for the documentation and Web-based configuration
+  * fish --no-execute will no longer complain about unknown commands
+    or non-matching wildcards
+  * string match --regex now integrates named PCRE2 capture groups
+    as fish variables
+  * Globs and other expansions are limited to 512,288 results
+  * A new "fish for bash users" documentation page gives a quick overview
+    of the scripting differences between bash and fish 
+  * Range limits in index range expansions like $x[$start..$end]
+    may be omitted: $start and $end default to 1 and -1 
+  * the type, _ (gettext), . (source) and : (no-op) functions
+    are now implemented builtins for performance purposes
+  * The output for set --show has been shortened
+  * string sub has a new --end option to specify the end index of
+    a substring 
+  * string trim now also trims vertical tabs by default
+  * string repeat now handles multiple arguments, repeating each one
+  * The true and false builtins ignore any arguments
+  * status gained new dirname and basename convenience subcommands
+  * jobs now shows continued child processes correctly
+  * A new fish_status_to_signal function for transforming exit statuses
+    to signal names has been added
+  * fish -c now reads the remaining arguments into $argv
+  * The pwd command supports the long options --logical and --physical
+  * https://github.com/fish-shell/fish-shell/releases/tag/3.2.0
+- Remove fix-pc-file-paths.patch
+-------------------------------------------------------------------

Old:
----
  fish-3.1.2.tar.gz
  fix-pc-file-paths.patch

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

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

Other differences:
------------------
++++++ fish.spec ++++++
--- /var/tmp/diff_new_pack.mEXct9/_old  2021-03-05 13:43:02.499500315 +0100
+++ /var/tmp/diff_new_pack.mEXct9/_new  2021-03-05 13:43:02.499500315 +0100
@@ -17,14 +17,14 @@
 
 
 Name:           fish
-Version:        3.1.2
+Version:        3.2.0
 Release:        0
 Summary:        The "friendly interactive shell"
 License:        GPL-2.0-only
 Group:          System/Shells
 URL:            https://fishshell.com/
-Source:         
https://github.com/fish-shell/fish-shell/releases/download/%{version}/fish-%{version}.tar.gz
-Patch0:         fix-pc-file-paths.patch
+Source:         
https://github.com/fish-shell/fish-shell/releases/download/%{version}/fish-%{version}.tar.xz
+Source1:        
https://github.com/fish-shell/fish-shell/releases/download/%{version}/fish-%{version}.tar.xz.asc
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -52,7 +52,6 @@
 
 %prep
 %setup -q
-%autopatch -p1
 
 # fix E: env-script-interpreter
 find share/tools -type f -name *.py -exec sed -i -r '1s|^#!%{_bindir}/env 
|#!%{_bindir}/|' {} +
@@ -93,6 +92,8 @@
 %{_datadir}/doc/%{name}
 %{_datadir}/%{name}
 %{_mandir}/man1/*.1%{?ext_man}
+%{_datadir}/applications/fish.desktop
+%{_datadir}/pixmaps/fish.png
 
 %files devel
 %{_datadir}/pkgconfig/fish.pc

Reply via email to