Hello community, here is the log from the commit of package valgrind for openSUSE:Factory checked in at 2016-05-03 09:33:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/valgrind (Old) and /work/SRC/openSUSE:Factory/.valgrind.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "valgrind" Changes: -------- --- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes 2016-04-12 18:59:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes 2016-05-03 09:33:24.000000000 +0200 @@ -1,0 +2,10 @@ +Wed Apr 20 09:13:09 UTC 2016 - jslaby@suse.com + +- The previous did not help, remove -strong first. + +------------------------------------------------------------------- +Tue Apr 19 09:49:36 UTC 2016 - meissner@suse.com + +- also remove -fstack-protector-strong from the CFLAGS + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ valgrind.spec ++++++ --- /var/tmp/diff_new_pack.dAbZCF/_old 2016-05-03 09:33:25.000000000 +0200 +++ /var/tmp/diff_new_pack.dAbZCF/_new 2016-05-03 09:33:25.000000000 +0200 @@ -132,6 +132,7 @@ %endif # not a good idea to build valgrind with fortify, as it does not link glibc FLAGS="${FLAGS/-D_FORTIFY_SOURCE=2/}" +FLAGS="${FLAGS/-fstack-protector-strong/}" FLAGS="${FLAGS/-fstack-protector/}" export CFLAGS="$FLAGS" export CXXFLAGS="$FLAGS"