Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2015-03-11 09:58:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-01-08 
23:03:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perf.new/perf.changes   2015-03-11 
09:58:18.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar  9 13:13:37 UTC 2015 - [email protected]
+
+- Inject libdir=%{_libdir} into make calls.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perf.spec ++++++
--- /var/tmp/diff_new_pack.zgjKyy/_old  2015-03-11 09:58:19.000000000 +0100
+++ /var/tmp/diff_new_pack.zgjKyy/_new  2015-03-11 09:58:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perf
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -67,12 +67,12 @@
 %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 %{_perf_unwind}
+make -f Makefile.perf EXTRA_CFLAGS="%{optflags}" ASCIIDOC8=1 prefix=/usr 
libdir=%{_libdir} perfexecdir=lib/%{name}-core all doc %{_perf_unwind}
 
 %install
 cd tools/perf
 export WERROR=0
-make -f Makefile.perf V=1 EXTRA_CFLAGS="%{optflags}" prefix=/usr 
perfexecdir=lib/%{name}-core DESTDIR=%{buildroot} install install-doc 
%{_perf_unwind}
+make -f Makefile.perf V=1 EXTRA_CFLAGS="%{optflags}" prefix=/usr 
libdir=%{_libdir} perfexecdir=lib/%{name}-core DESTDIR=%{buildroot} install 
install-doc %{_perf_unwind}
 
 %files
 %defattr(-, root, root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to