Hello community,

here is the log from the commit of package buzztrax for openSUSE:Factory 
checked in at 2016-06-20 11:07:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/buzztrax (Old)
 and      /work/SRC/openSUSE:Factory/.buzztrax.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "buzztrax"

Changes:
--------
--- /work/SRC/openSUSE:Factory/buzztrax/buzztrax.changes        2016-04-14 
13:04:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.buzztrax.new/buzztrax.changes   2016-06-20 
11:07:03.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Jun 17 05:26:40 UTC 2016 - [email protected]
+
+- Added -Wno-error=misleading-indentation to CFLAGS as a work
+  around for boo#985062 and to fix build with gcc6. Will be fixed
+  upstream.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ buzztrax.spec ++++++
--- /var/tmp/diff_new_pack.lkCPmw/_old  2016-06-20 11:07:04.000000000 +0200
+++ /var/tmp/diff_new_pack.lkCPmw/_new  2016-06-20 11:07:04.000000000 +0200
@@ -205,7 +205,9 @@
 cp -v %{SOURCE1} .
 
 %build
-#export CFLAGS="-Wno-error=implicit-int 
-Wno-error=implicit-function-declaration -Wno-error=int-to-pointer-cast 
%%{optflags}"
+%if 0%{?suse_version} > 1320
+export CFLAGS="-Wno-error=misleading-indentation %{optflags}"
+%endif
 /bin/sh ./autogen.sh --noconfigure
 %configure --disable-static \
     --disable-schemas-compile \


Reply via email to