Hello community,

here is the log from the commit of package trace-cmd for openSUSE:Factory 
checked in at 2017-08-29 11:45:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trace-cmd (Old)
 and      /work/SRC/openSUSE:Factory/.trace-cmd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trace-cmd"

Tue Aug 29 11:45:30 2017 rev:10 rq:519136 version:2.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/trace-cmd/trace-cmd.changes      2016-10-18 
10:39:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.trace-cmd.new/trace-cmd.changes 2017-08-29 
11:46:50.784931399 +0200
@@ -1,0 +2,17 @@
+Mon Aug 28 12:35:58 UTC 2017 - [email protected]
+
+- Upgrade to version 2.6.1
+
+  - Improved robust handling of malloc failures and corrupted input
+  - Improved graphing support
+  - Fix bug due to double frees
+  - Fix output format oddities
+  - Add filtering of specific pids
+  - Add bash-completion handler
+  - New option: --max-graph-depth to limit graph depth
+  - New option: -I remove interrupts from trace
+  - New option: -S remove softirqs from trace
+  - New option: --ts2secs to convert cycles into seconds 
+  - Updated makefile-lib64.patch to match upstream Makefile changes
+
+-------------------------------------------------------------------

Old:
----
  trace-cmd-2.6.tar.bz2

New:
----
  trace-cmd-2.6.1.tar.bz2

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

Other differences:
------------------
++++++ trace-cmd.spec ++++++
--- /var/tmp/diff_new_pack.VbBO3z/_old  2017-08-29 11:46:52.792648401 +0200
+++ /var/tmp/diff_new_pack.VbBO3z/_new  2017-08-29 11:46:52.800647273 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package trace-cmd
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -21,7 +21,7 @@
 Summary:        Configuration tool for Ftrace
 License:        GPL-2.0 and LGPL-2.1
 Group:          Development/Tools/Debuggers
-Version:        2.6
+Version:        2.6.1
 Release:        0
 Source0:        trace-cmd-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -70,6 +70,8 @@
 %{_mandir}/man1/trace-cmd*
 %{_mandir}/man1/kernelshark*
 %{_mandir}/man5/trace-cmd.dat*
+/etc/bash_completion.d/trace-cmd.bash
+%doc COPYING
 
 %files -n kernelshark
 %defattr(-,root,root)

++++++ makefile-lib64.patch ++++++
--- /var/tmp/diff_new_pack.VbBO3z/_old  2017-08-29 11:46:52.856639381 +0200
+++ /var/tmp/diff_new_pack.VbBO3z/_new  2017-08-29 11:46:52.860638818 +0200
@@ -6,18 +6,18 @@
  1 file changed, 5 insertions(+)
 
 diff --git a/Makefile b/Makefile
-index a21a43eb0096..8a4587e7fe48 100644
+index d3dfa11d4867..dd5a5c80d09f 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -48,6 +48,11 @@ html_install_SQ = '$(subst ','\'',$(html_install))'
- img_install = $(prefix)/share/kernelshark/html/images
+@@ -49,6 +49,11 @@ img_install = $(prefix)/share/kernelshark/html/images
  img_install_SQ = '$(subst ','\'',$(img_install))'
- libdir ?= lib
+ libdir ?= $(prefix)/lib
+ libdir_SQ = '$(subst ','\'',$(libdir))'
 +ifeq ($(prefix),/usr)
 +  ifeq ($(shell getconf LONG_BIT),64)
-+    libdir = lib64
++    libdir = ${prefix}/lib64
 +  endif
 +endif
+ includedir = $(prefix)/include/trace-cmd
+ includedir_SQ = '$(subst ','\'',$(includedir))'
  
- export man_dir man_dir_SQ html_install html_install_SQ INSTALL
- export img_install img_install_SQ

++++++ trace-cmd-2.6.tar.bz2 -> trace-cmd-2.6.1.tar.bz2 ++++++
++++ 10552 lines of diff (skipped)


Reply via email to