Hello community,

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

Package is "liborigin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liborigin/liborigin.changes      2014-04-25 
11:34:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.liborigin.new/liborigin.changes 2016-06-21 
12:29:13.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 17 11:37:33 UTC 2016 - [email protected]
+
+- Fix build with GCC6 [boo#985159]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ liborigin.spec ++++++
--- /var/tmp/diff_new_pack.cWGTXH/_old  2016-06-21 12:29:14.000000000 +0200
+++ /var/tmp/diff_new_pack.cWGTXH/_new  2016-06-21 12:29:14.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liborigin
 #
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -85,6 +85,11 @@
 # fix hardcoded library path
 sed -i "s|DESTINATION lib)|DESTINATION %{_lib})|" CMakeLists.txt
 
+# force old c++ standard for GCC6
+%if 0%{?suse_version} > 1320
+export CXXFLAGS="-std=gnu++98 %{optflags}"
+%endif
+
 cmake   \
         -DCMAKE_INSTALL_PREFIX=%{_prefix} \
         .


Reply via email to