diff --git a/systemtap-tcl-send_log-syntax-fix.diff b/systemtap-tcl-send_log-syntax-fix.diff new file mode 100644 index 0000000..491b74e --- /dev/null +++ b/systemtap-tcl-send_log-syntax-fix.diff @@ -0,0 +1,11 @@ +--- testsuite/systemtap.syscall/test.tcl-dist 2009-01-12 12:48:26.000000000 +0100 ++++ testsuite/systemtap.syscall/test.tcl 2009-01-12 12:48:48.000000000 +0100 +@@ -106,7 +106,7 @@ + } + } + if {$i < $ind} { +- send_log "--------- EXPECTED and NOT MATCHED ----------\n" ++ send_log -- "--------- EXPECTED and NOT MATCHED ----------\n" + } + for {} {$i < $ind} {incr i} { + send_log "$results($i)\n" diff --git a/systemtap.changes b/systemtap.changes index 4803716..be67ff8 100644 --- a/systemtap.changes +++ b/systemtap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 12 12:55:06 CET 2009 - tiwai@suse.de + +- Fix syntax errors with Tcl send_log (bnc#460886) + ------------------------------------------------------------------- Thu Dec 18 16:59:23 CET 2008 - tiwai@suse.de diff --git a/systemtap.spec b/systemtap.spec index b7f8016..d9e5922 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,7 +1,7 @@ # # spec file for package systemtap (Version 0.7.1) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -25,7 +25,7 @@ BuildRequires: latex2html %define package_version 20080906 License: GPL v2 or later Version: 0.7.1 -Release: 29 +Release: 31 Summary: Instrumentation System Group: Development/Tools/Debuggers Url: http://sourceware.org/systemtap/ @@ -41,6 +41,7 @@ Patch6: systemtap-netcat-fix1.diff Patch7: systemtap-netcat-fix2.diff Patch8: systemtap-2.6.28-fixes.diff Patch9: systemtap-use-send_signal.diff +Patch10: systemtap-tcl-send_log-syntax-fix.diff Requires: libebl1 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,6 +71,7 @@ Authors: %patch7 -p1 %patch8 %patch9 -p1 +%patch10 %build autoreconf -fi @@ -98,6 +100,8 @@ rm -rf ${RPM_BUILD_ROOT} %dir %attr(0755,root,root) /var/cache/systemtap %changelog +* Mon Jan 12 2009 tiwai@suse.de +- Fix syntax errors with Tcl send_log (bnc#460886) * Thu Dec 18 2008 tiwai@suse.de - Fix stap failures with signal tapsets (bnc#459387) * Tue Dec 16 2008 tiwai@suse.de