Hello community,

here is the log from the commit of package octave-forge-lssa for 
openSUSE:Factory checked in at 2016-06-21 11:30:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-lssa (Old)
 and      /work/SRC/openSUSE:Factory/.octave-forge-lssa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octave-forge-lssa"

Changes:
--------
--- /work/SRC/openSUSE:Factory/octave-forge-lssa/octave-forge-lssa.changes      
2015-06-16 15:12:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.octave-forge-lssa.new/octave-forge-lssa.changes 
2016-06-21 12:29:15.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Jun 18 19:33:42 UTC 2016 - dmitr...@opensuse.org
+
+- Fix build with GCC6 [boo#985375]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ octave-forge-lssa.spec ++++++
--- /var/tmp/diff_new_pack.XVclNe/_old  2016-06-21 12:29:16.000000000 +0200
+++ /var/tmp/diff_new_pack.XVclNe/_new  2016-06-21 12:29:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package octave-forge-lssa
 #
-# 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
@@ -40,6 +40,10 @@
 %octave_pkg_src
 
 %build
+# GCC6 uses c++11 by default
+%if 0%{?suse_version} > 1320
+export CXXFLAGS="-std=gnu++98 %{optflags}"
+%endif
 %octave_pkg_build
 
 %install


Reply via email to