Hello community,

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

Package is "varnish"

Changes:
--------
--- /work/SRC/openSUSE:Factory/varnish/varnish.changes  2016-04-30 
23:32:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.varnish.new/varnish.changes     2016-08-20 
12:27:13.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Aug 18 07:08:52 UTC 2016 - dims...@opensuse.org
+
+- Add "-ffloat-store -fexcess-precision=standard" to CFLAGS when
+  building for ix86, working around bug gcc#323. See also
+  gh#varnish/Varnish-Cache#88.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ varnish.spec ++++++
--- /var/tmp/diff_new_pack.EGx7yx/_old  2016-08-20 12:27:14.000000000 +0200
+++ /var/tmp/diff_new_pack.EGx7yx/_new  2016-08-20 12:27:14.000000000 +0200
@@ -97,6 +97,9 @@
 
 %build
 export CFLAGS="%optflags -fstack-protector"
+%ifarch %ix86
+export CFLAGS+=" -ffloat-store -fexcess-precision=standard"
+%endif
 %configure --disable-static --docdir="%_docdir/%name" \
            --localstatedir="%_localstatedir/cache/" \
            --disable-silent-rules \


Reply via email to