Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2016-04-07 13:32:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-20 
09:54:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perf.new/perf.changes   2016-04-07 
13:32:23.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr  4 21:56:53 UTC 2016 - to...@suse.com
+
+- Package perf-tips as docs.
+- Include support for xz compressed images
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perf.spec ++++++
--- /var/tmp/diff_new_pack.FeYhZp/_old  2016-04-07 13:32:24.000000000 +0200
+++ /var/tmp/diff_new_pack.FeYhZp/_new  2016-04-07 13:32:24.000000000 +0200
@@ -33,6 +33,7 @@
 BuildRequires:  kernel-source >= 2.6.31
 BuildRequires:  libdw-devel
 BuildRequires:  libelf-devel
+BuildRequires:  xz-devel
 %ifarch aarch64 ia64 x86_64 ppc64 ppc64le ppc %sparc
 BuildRequires:  libnuma-devel
 %endif
@@ -67,16 +68,17 @@
 %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 
libdir=%{_libdir} 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} 
tipdir=share/doc/packages/perf
 
 %install
 cd tools/perf
 export WERROR=0
-make -f Makefile.perf V=1 EXTRA_CFLAGS="%{optflags}" prefix=/usr 
libdir=%{_libdir} 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} tipdir=share/doc/packages/perf
 
 %files
 %defattr(-, root, root)
 %doc COPYING CREDITS README tools/perf/design.txt
+%doc %{_docdir}/perf/tips.txt
 %{_bindir}/perf
 %{_bindir}/trace
 %{_libdir}/libperf-gtk.so


Reply via email to