Hello community, here is the log from the commit of package trace-cmd for openSUSE:Factory checked in at 2015-01-29 09:56:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trace-cmd (Old) and /work/SRC/openSUSE:Factory/.trace-cmd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trace-cmd" Changes: -------- --- /work/SRC/openSUSE:Factory/trace-cmd/trace-cmd.changes 2013-03-12 22:38:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.trace-cmd.new/trace-cmd.changes 2015-01-29 09:56:57.000000000 +0100 @@ -1,0 +2,17 @@ +Wed Jan 28 11:00:46 UTC 2015 - [email protected] + +- Upgrade to version 2.5.1 + - New command stream: stream to console without files + - New command profile: live statistic gathering + - New command stat: show what can be enabled + - New command hist: histogram of recorded events + - New command mem: filter a trace for kernel slab allocator calls + - New option: record --profile will enable the same defaults as used + with trace-cmd profile + - New option: report --event filter recorded events based on a regex + - New option: report --profile produces identical output as trace-cmd profile + except on recorded data instead of live data. + - Resets all modifications to existing tracing options on completion + - Trace multiple PIDs (-P x,y,z) + +------------------------------------------------------------------- Old: ---- trace-cmd-2.0.4.tar.bz2 New: ---- trace-cmd-2.5.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trace-cmd.spec ++++++ --- /var/tmp/diff_new_pack.1UOEty/_old 2015-01-29 09:56:58.000000000 +0100 +++ /var/tmp/diff_new_pack.1UOEty/_new 2015-01-29 09:56:58.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package trace-cmd # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -21,7 +21,7 @@ Summary: Configuration tool for Ftrace License: GPL-2.0 and LGPL-2.1 Group: Development/Tools/Debuggers -Version: 2.0.4 +Version: 2.5.1 Release: 0 Source0: trace-cmd-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -68,6 +68,7 @@ %{_bindir}/trace-cmd %{_libdir}/trace-cmd %{_mandir}/man1/trace-cmd* +%{_mandir}/man1/kernelshark* %{_mandir}/man5/trace-cmd.dat* %files -n kernelshark ++++++ makefile-lib64.patch ++++++ --- /var/tmp/diff_new_pack.1UOEty/_old 2015-01-29 09:56:58.000000000 +0100 +++ /var/tmp/diff_new_pack.1UOEty/_new 2015-01-29 09:56:58.000000000 +0100 @@ -2,25 +2,22 @@ Subject: install 64bit libs into /usr/lib64 Upstream: no - Makefile | 10 ++++++++-- - 1 file changed, 8 insertions(+), 2 deletions(-) + Makefile | 5 +++++ + 1 file changed, 5 insertions(+) +diff --git a/Makefile b/Makefile +index a21a43eb0096..8a4587e7fe48 100644 --- a/Makefile +++ b/Makefile -@@ -56,8 +56,14 @@ ifeq ($(prefix),$(HOME)) - plugin_dir = $(HOME)/.trace-cmd/plugins - python_dir = $(HOME)/.trace-cmd/python - else --plugin_dir = $(prefix)/lib/trace-cmd/plugins --python_dir = $(prefix)/lib/trace-cmd/python -+libdir = lib +@@ -48,6 +48,11 @@ html_install_SQ = '$(subst ','\'',$(html_install))' + img_install = $(prefix)/share/kernelshark/html/images + img_install_SQ = '$(subst ','\'',$(img_install))' + libdir ?= lib +ifeq ($(prefix),/usr) + ifeq ($(shell getconf LONG_BIT),64) + libdir = lib64 + endif +endif -+plugin_dir = $(prefix)/$(libdir)/trace-cmd/plugins -+python_dir = $(prefix)/$(libdir)/trace-cmd/python - PLUGIN_DIR = -DPLUGIN_DIR="$(plugin_dir)" - PYTHON_DIR = -DPYTHON_DIR="$(python_dir)" - PLUGIN_DIR_SQ = '$(subst ','\'',$(PLUGIN_DIR))' + + export man_dir man_dir_SQ html_install html_install_SQ INSTALL + export img_install img_install_SQ ++++++ trace-cmd-2.0.4.tar.bz2 -> trace-cmd-2.5.1.tar.bz2 ++++++ ++++ 24316 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
