Hello community,

here is the log from the commit of package cld2 for openSUSE:Factory checked in 
at 2016-06-23 13:37:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cld2 (Old)
 and      /work/SRC/openSUSE:Factory/.cld2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cld2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cld2/cld2.changes        2015-05-29 
10:40:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cld2.new/cld2.changes   2016-06-23 
13:37:10.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jun 21 12:55:27 UTC 2016 - astie...@suse.com
+
+- fix build with gcc6 in Factory, build with -std=c++98 boo#985158
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cld2.spec ++++++
--- /var/tmp/diff_new_pack.WR2vA8/_old  2016-06-23 13:37:12.000000000 +0200
+++ /var/tmp/diff_new_pack.WR2vA8/_new  2016-06-23 13:37:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cld2
 #
-# 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
@@ -73,7 +73,7 @@
        -DCMAKE_SKIP_RPATH:BOOL=ON \
        -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
        -DCMAKE_C_FLAGS:STRING="%{optflags}" \
-       -DCMAKE_CXX_FLAGS:STRING="%{optflags}"
+       -DCMAKE_CXX_FLAGS:STRING="%{optflags} -std=c++98"
 %endif
 make %{?_smp_mflags}
 
@@ -82,11 +82,10 @@
 %cmake_install
 %else
 cd build
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 %endif
 
 %post -n libcld2-0 -p /sbin/ldconfig
-
 %postun -n libcld2-0 -p /sbin/ldconfig
 
 %files -n libcld2-0


Reply via email to