Hello community,

here is the log from the commit of package fish for openSUSE:Factory checked in 
at 2016-05-29 03:11:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fish (Old)
 and      /work/SRC/openSUSE:Factory/.fish.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fish"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fish/fish.changes        2015-11-26 
17:02:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fish.new/fish.changes   2016-05-29 
03:12:51.000000000 +0200
@@ -1,0 +2,30 @@
+Mon May 23 01:05:17 UTC 2016 - sfl...@suse.de
+
+- Update to v2.3.0
+- Significant Changes
+   * A new string builtin to handle… strings! 
+   * After seeing an escape character wait up to 300ms for an a
+     dditional character.
+   * Add new directories for vendor functions and configuration 
+     snippets (#2498)
+   * A new fish_realpath builtin and associated function to allow 
+     the use of realpath even on those platforms that don't ship 
+     an appropriate command. (#2932)
+   * Alt-# toggles the current command line between commented and 
+     uncommented states, making it easy to save a command in 
+     history without executing it.
+   * The fish_vi_mode function is now deprecated in favour of 
+     fish_vi_key_bindings
+- Backward-incompatible changes
+   * Unmatched globs will now cause an error, except when used 
+     with for, set or count (#2719, #2394) and and or will now bind 
+     to the closest if or while, allowing compound conditions without 
+     begin and end (#1428)
+   * set -ql now searches up to function scope for variables (#2502)
+   * status -f will now behave the same when run as the main script 
+     or using source (#2643)
+   * source no longer puts the file name in $argv if no arguments 
+     are given (#139) 
+- Full release notes at
+  https://github.com/fish-shell/fish-shell/releases/tag/2.3.0
+-------------------------------------------------------------------

Old:
----
  fish-2.2.0.tar.gz

New:
----
  fish-2.3.0.tar.gz

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

Other differences:
------------------
++++++ fish.spec ++++++
--- /var/tmp/diff_new_pack.kwGCYH/_old  2016-05-29 03:12:52.000000000 +0200
+++ /var/tmp/diff_new_pack.kwGCYH/_new  2016-05-29 03:12:52.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fish
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           fish
-Version:        2.2.0
+Version:        2.3.0
 Release:        0
 Summary:        A user friendly interactive shell
 License:        GPL-2.0

++++++ fish-2.2.0.tar.gz -> fish-2.3.0.tar.gz ++++++
++++ 330952 lines of diff (skipped)

++++++ no-return-in-nonvoid-function.patch ++++++
--- /var/tmp/diff_new_pack.kwGCYH/_old  2016-05-29 03:12:53.000000000 +0200
+++ /var/tmp/diff_new_pack.kwGCYH/_new  2016-05-29 03:12:53.000000000 +0200
@@ -1,7 +1,7 @@
-Index: fish-2.1.1/fallback.cpp
+Index: fish-2.1.1/src/fallback.cpp
 ===================================================================
---- fish-2.1.1.orig/fallback.cpp
-+++ fish-2.1.1/fallback.cpp
+--- fish-2.1.1.orig/src/fallback.cpp
++++ fish-2.1.1/src/fallback.cpp
 @@ -61,6 +61,7 @@ int tputs(const char *str, int affcnt, i
      {
          fish_putc(*str++);


Reply via email to