Hello community, here is the log from the commit of package fish for openSUSE:Factory checked in at 2020-03-17 13:10:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fish (Old) and /work/SRC/openSUSE:Factory/.fish.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fish" Tue Mar 17 13:10:39 2020 rev:20 rq:785751 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/fish/fish.changes 2019-04-11 12:18:21.524967478 +0200 +++ /work/SRC/openSUSE:Factory/.fish.new.3160/fish.changes 2020-03-17 13:10:47.837829003 +0100 @@ -1,0 +2,18 @@ +Mon Mar 16 14:09:10 UTC 2020 - Paolo Stivanin <[email protected]> + +- Update to 3.1.0 +* A new $pipestatus variable contains a list of exit statuses + of the previous job, for each of the separate commands in a pipeline +* fish no longer buffers pipes to the last function in a pipeline, + improving many cases where pipes appeared to block or hang +* cd now always looks for its argument in the current directory as a + last resort, even if the CDPATH variable does not include it or "." +* fish's debugging arguments have been significantly improved +* new builtin command, time, which allows timing of fish functions + and builtins as well as external commands +* Brace expansion now only takes place if the braces include a "," or + a variable expansion, meaning common commands such as + git reset HEAD@{0} do not require escaping +* many other fixes and improvements + +------------------------------------------------------------------- Old: ---- fish-3.0.2.tar.gz New: ---- fish-3.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fish.spec ++++++ --- /var/tmp/diff_new_pack.a8uQH1/_old 2020-03-17 13:10:48.801829744 +0100 +++ /var/tmp/diff_new_pack.a8uQH1/_new 2020-03-17 13:10:48.801829744 +0100 @@ -1,7 +1,7 @@ # # spec file for package fish # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,14 @@ Name: fish -Version: 3.0.2 +Version: 3.1.0 Release: 0 Summary: The "friendly interactive shell" License: GPL-2.0-only Group: System/Shells -Url: https://fishshell.com/ +URL: https://fishshell.com/ Source: https://github.com/fish-shell/fish-shell/releases/download/%{version}/fish-%{version}.tar.gz +BuildRequires: cmake BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: gettext @@ -56,18 +57,22 @@ find share/tools -type f -name *.py -exec sed -i -r '1s|^#!%{_bindir}/env |#!%{_bindir}/|' {} + %build -%configure \ - --without-included-pcre2 -make %{?_smp_mflags} +%cmake \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir} %install -%make_install +%cmake_install %find_lang %{name} # Drop the curl completions, the curl packages provide a better version rm %{buildroot}/%{_datadir}/fish/completions/curl.fish +rm %{buildroot}/%{_datadir}/doc/fish/.buildinfo +rm -r %{buildroot}/%{_datadir}/%{name}/man + %post # Add fish to the list of allowed shells in /etc/shells if ! grep -q '^%{_bindir}/%{name}$' %{_sysconfdir}/shells; then ++++++ fish-3.0.2.tar.gz -> fish-3.1.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/fish/fish-3.0.2.tar.gz /work/SRC/openSUSE:Factory/.fish.new.3160/fish-3.1.0.tar.gz differ: char 5, line 1
