Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2014-02-04 19:56:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-12-06 
11:47:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perf.new/perf.changes   2014-02-04 
19:56:33.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Jan 24 18:48:52 UTC 2014 - to...@suse.com
+
+- Fix build errors (invoke Makefile.perf directly to pass perfexecdir)
+- Add /usr/bin/trace alias for perf (mainline b52bc234)
+- Add libperf-gtk.so (loaded via dlsym, mainline fc67297b)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perf.spec ++++++
--- /var/tmp/diff_new_pack.MFz6dm/_old  2014-02-04 19:56:34.000000000 +0100
+++ /var/tmp/diff_new_pack.MFz6dm/_new  2014-02-04 19:56:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perf
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -58,11 +58,11 @@
 %build
 cd tools/perf
 # PASS rpm optflags as EXTRA_FLAGS,  passing as CFLAGS overrides and breaks 
build
-make EXTRA_CFLAGS="%{optflags}" ASCIIDOC8=1 all doc prefix=/usr 
perfexecdir=%{_libexecdir}/%{name}
+make -f Makefile.perf EXTRA_CFLAGS="%{optflags}" ASCIIDOC8=1 prefix=/usr 
perfexecdir=lib/%{name}-core all doc
 
 %install
 cd tools/perf
-make EXTRA_CFLAGS="%{optflags}" install install-doc prefix=/usr 
perfexecdir=%{_libexecdir}/%{name} DESTDIR=%{buildroot}
+make -f Makefile.perf V=1 EXTRA_CFLAGS="%{optflags}" prefix=/usr 
perfexecdir=lib/%{name}-core DESTDIR=%{buildroot} install install-doc
 
 %clean
 rm -rf %{buildroot}
@@ -71,8 +71,10 @@
 %defattr(-, root, root)
 %doc COPYING CREDITS README tools/perf/design.txt
 %{_bindir}/perf
+%{_bindir}/trace
+%{_libdir}/libperf-gtk.so
 %{_sysconfdir}/bash_completion.d/perf
-%{_libexecdir}/%{name}
+%{_libexecdir}/%{name}-core
 %{_mandir}/man1/perf*
 
 %changelog

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

Reply via email to