Hello community,

here is the log from the commit of package pulseview for openSUSE:Factory 
checked in at 2016-10-20 23:08:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pulseview (Old)
 and      /work/SRC/openSUSE:Factory/.pulseview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pulseview"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pulseview/pulseview.changes      2016-02-17 
12:22:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pulseview.new/pulseview.changes 2016-10-20 
23:08:08.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 23:29:37 UTC 2016 - stefan.bru...@rwth-aachen.de
+
+- Add -fext-numeric-literals compiler flag as workaround for
+  boo#1004168
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pulseview.spec ++++++
--- /var/tmp/diff_new_pack.yFyUZG/_old  2016-10-20 23:08:09.000000000 +0200
+++ /var/tmp/diff_new_pack.yFyUZG/_new  2016-10-20 23:08:09.000000000 +0200
@@ -49,7 +49,8 @@
 %setup -q
 
 %build
-export CXXFLAGS="%{optflags} -fpermissive"
+# -fext-numeric-literal is a workaround for boo#1004168, remove when fixed
+export CXXFLAGS="%{optflags} -fpermissive -fext-numeric-literals"
 %cmake -DDISABLE_WERROR=TRUE ..
 make %{?_smp_mflags}
 


Reply via email to