Hello community,

here is the log from the commit of package fish for openSUSE:Factory checked in 
at 2015-02-06 10:23:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-29 
09:58:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fish.new/fish.changes   2015-02-06 
10:23:42.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb  5 09:31:48 UTC 2015 - [email protected]
+
+- no-return-in-nonvoid-function.patch: fix no-return-in-nonvoid-function
+  error
+
+-------------------------------------------------------------------

New:
----
  no-return-in-nonvoid-function.patch

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

Other differences:
------------------
++++++ fish.spec ++++++
--- /var/tmp/diff_new_pack.N34w1r/_old  2015-02-06 10:23:43.000000000 +0100
+++ /var/tmp/diff_new_pack.N34w1r/_new  2015-02-06 10:23:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fish
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -26,6 +26,8 @@
 Source:         http://fishshell.com/files/%{version}/fish-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM check_for_command-not-found_command_on_suse.patch 
gh#fish-shell/fish-shell#1208
 Patch0:         check_for_command-not-found_command_on_suse.patch
+# PATCH-FIX-UPSTREAM no-return-in-nonvoid-function.patch Fix 
no-return-in-nonvoid-function error
+Patch1:         no-return-in-nonvoid-function.patch
 BuildRequires:  autoconf
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -44,6 +46,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 autoconf

++++++ no-return-in-nonvoid-function.patch ++++++
Index: fish-2.1.1/fallback.cpp
===================================================================
--- fish-2.1.1.orig/fallback.cpp
+++ fish-2.1.1/fallback.cpp
@@ -61,6 +61,7 @@ int tputs(const char *str, int affcnt, i
     {
         fish_putc(*str++);
     }
+    return 0;
 }
 
 #endif
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to