Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2014-07-02 15:05:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-03-28 
12:11:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perf.new/perf.changes   2014-07-02 
15:05:31.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 17:46:46 UTC 2014 - to...@suse.com
+
+- Build for s390[x] without libunwind (bnc#882855)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perf.spec ++++++
--- /var/tmp/diff_new_pack.EbvClJ/_old  2014-07-02 15:05:32.000000000 +0200
+++ /var/tmp/diff_new_pack.EbvClJ/_new  2014-07-02 15:05:32.000000000 +0200
@@ -36,7 +36,12 @@
 %ifarch ia64 x86_64 ppc64 ppc64le ppc %sparc
 BuildRequires:  libnuma-devel
 %endif
+%ifarch s390x s390
+%define         _perf_unwind NO_LIBUNWIND=1
+%else
+%define         _perf_unwind %{nil}
 BuildRequires:  libunwind-devel
+%endif
 BuildRequires:  newt-devel
 BuildRequires:  openssl-devel
 BuildRequires:  xmlto
@@ -62,11 +67,11 @@
 %build
 cd tools/perf
 # PASS rpm optflags as EXTRA_FLAGS,  passing as CFLAGS overrides and breaks 
build
-make -f Makefile.perf EXTRA_CFLAGS="%{optflags}" ASCIIDOC8=1 prefix=/usr 
perfexecdir=lib/%{name}-core all doc
+make -f Makefile.perf EXTRA_CFLAGS="%{optflags}" ASCIIDOC8=1 prefix=/usr 
perfexecdir=lib/%{name}-core all doc %{_perf_unwind}
 
 %install
 cd tools/perf
-make -f Makefile.perf V=1 EXTRA_CFLAGS="%{optflags}" prefix=/usr 
perfexecdir=lib/%{name}-core DESTDIR=%{buildroot} install install-doc
+make -f Makefile.perf V=1 EXTRA_CFLAGS="%{optflags}" prefix=/usr 
perfexecdir=lib/%{name}-core DESTDIR=%{buildroot} install install-doc 
%{_perf_unwind}
 
 %files
 %defattr(-, root, root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to