Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2016-06-09 16:11:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perf (Old)
 and      /work/SRC/openSUSE:Factory/.perf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perf/perf.changes        2016-04-07 
13:32:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perf.new/perf.changes   2016-06-09 
16:16:03.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Jun  6 12:29:26 UTC 2016 - jsl...@suse.com
+
+- disable Werror completely. It breaks build due to shadow variables
+  in external (perl) headers.
+- add %{?_smp_mflags}
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perf.spec ++++++
--- /var/tmp/diff_new_pack.uDS7aw/_old  2016-06-09 16:16:06.000000000 +0200
+++ /var/tmp/diff_new_pack.uDS7aw/_new  2016-06-09 16:16:06.000000000 +0200
@@ -67,8 +67,9 @@
 
 %build
 cd tools/perf
+export WERROR=0
 # PASS rpm optflags as EXTRA_FLAGS,  passing as CFLAGS overrides and breaks 
build
-make -f Makefile.perf EXTRA_CFLAGS="%{optflags}" ASCIIDOC8=1 prefix=/usr 
libdir=%{_libdir} perfexecdir=lib/%{name}-core all doc %{_perf_unwind} 
tipdir=share/doc/packages/perf
+make %{?_smp_mflags} -f Makefile.perf EXTRA_CFLAGS="%{optflags}" ASCIIDOC8=1 
prefix=/usr libdir=%{_libdir} perfexecdir=lib/%{name}-core all doc 
%{_perf_unwind} tipdir=share/doc/packages/perf
 
 %install
 cd tools/perf


Reply via email to