Mailinglist Archive: opensuse-commit (1139 mails)
| < Previous | Next > |
commit systemtap
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 30 Jan 2007 18:08:10 +0100
- Message-id: <20070130170810.9CF1F67817E@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package systemtap
checked in at Tue Jan 30 18:08:10 CET 2007.
--------
--- systemtap/systemtap.changes 2007-01-09 19:30:39.000000000 +0100
+++ /mounts/work_src_done/STABLE/systemtap/systemtap.changes 2007-01-30 12:01:20.000000000 +0100
@@ -1,0 +2,15 @@
+Tue Jan 30 12:01:03 CET 2007 - tiwai@xxxxxxx
+
+- update to snapshot 20070120 and elfutils-0.125 to fix major
+ bugs (#238710):
+ * fixed libdw known bugs in elfutils 0.124
+ * add the missing support of tapsetr/errno.stp for s390x
+ * fix conditionals in syscall tapset for s390x
+ * new macros to safely read/write values from kernel pointers
+ * fix the non-standard C behavior to handle NULL in an array
+ * fixed support for benchmarking mode with off-line code
+ * added support to allow user to use array size declarations
+ * reduce number of calls to stp_module_relocate within $tvar
+ functions
+
+-------------------------------------------------------------------
Old:
----
elfutils-0.124-no-osl.tar.bz2
systemtap-20061216.tar.bz2
New:
----
elfutils-0.125-build-fix.diff
elfutils-0.125-no-osl.tar.bz2
systemtap-20070120.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ systemtap.spec ++++++
--- /var/tmp/diff_new_pack.z30476/_old 2007-01-30 18:07:48.000000000 +0100
+++ /var/tmp/diff_new_pack.z30476/_new 2007-01-30 18:07:48.000000000 +0100
@@ -12,11 +12,11 @@
Name: systemtap
BuildRequires: gcc-c++
-%define package_version 20061216
-%define elfutils_version 0.124
+%define package_version 20070120
+%define elfutils_version 0.125
License: GNU General Public License (GPL)
Version: 0.5.8
-Release: 24
+Release: 26
Summary: Instrumentation System
Group: Development/Tools/Debuggers
URL: http://sourceware.org/systemtap/
@@ -26,6 +26,9 @@
Source1: elfutils-%{elfutils_version}-no-osl.tar.bz2
Patch: systap-elf-install.patch
Patch1: elfutils-portability.patch
+Patch2: elfutils-0.125-build-fix.diff
+Autoreq: on
+Autoprov: off
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -49,6 +52,7 @@
autoreconf -fi
cd elfutils-%{elfutils_version}
%patch1 -p1
+%patch2
autoreconf -fi
cd ..
@@ -73,6 +77,18 @@
%dir %attr(0755,root,root) /var/cache/systemtap
%changelog -n systemtap
+* Tue Jan 30 2007 - tiwai@xxxxxxx
+- update to snapshot 20070120 and elfutils-0.125 to fix major
+ bugs (#238710):
+ * fixed libdw known bugs in elfutils 0.124
+ * add the missing support of tapsetr/errno.stp for s390x
+ * fix conditionals in syscall tapset for s390x
+ * new macros to safely read/write values from kernel pointers
+ * fix the non-standard C behavior to handle NULL in an array
+ * fixed support for benchmarking mode with off-line code
+ * added support to allow user to use array size declarations
+ * reduce number of calls to stp_module_relocate within $tvar
+ functions
* Tue Jan 09 2007 - tiwai@xxxxxxx
- updated to the recent snapshot version (FATE 301670).
* fix cache bugs
++++++ elfutils-0.125-build-fix.diff ++++++
--- Makefile.am-dist 2007-01-24 11:58:53.000000000 +0100
+++ Makefile.am 2007-01-24 11:59:09.000000000 +0100
@@ -29,7 +29,7 @@
mini_SUBDIRS = config m4 lib libelf libelf-po
# Add doc back when we have some real content.
-all_SUBDIRS = libebl libdwfl libdw libcpu libasm backends src po tests
+all_SUBDIRS = libebl libdwfl libdw libcpu libasm backends src
SUBDIRS = $(mini_SUBDIRS) $(all_SUBDIRS)
EXTRA_DIST = elfutils.spec GPG-KEY NOTES EXCEPTION
++++++ elfutils-0.124-no-osl.tar.bz2 -> elfutils-0.125-no-osl.tar.bz2 ++++++
++++ 3814 lines of diff (skipped)
++++++ elfutils-portability.patch ++++++
--- /var/tmp/diff_new_pack.z30476/_old 2007-01-30 18:07:50.000000000 +0100
+++ /var/tmp/diff_new_pack.z30476/_new 2007-01-30 18:07:50.000000000 +0100
@@ -90,7 +90,7 @@
libebl_%.map: Makefile
--- elfutils/ChangeLog
+++ elfutils/ChangeLog
-@@ -11,6 +11,10 @@
+@@ -15,6 +15,10 @@
* configure.ac: Add dummy automake conditional to get dependencies
for non-generic linker right. See src/Makefile.am.
@@ -101,7 +101,7 @@
2005-11-18 Roland McGrath <roland@xxxxxxxxxx>
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
-@@ -58,6 +62,17 @@
+@@ -62,6 +66,17 @@
* Makefile.am (all_SUBDIRS): Add libdwfl.
* configure.ac: Write libdwfl/Makefile.
@@ -139,7 +139,7 @@
ac_ct_CC = @ac_ct_CC@
--- elfutils/configure
+++ elfutils/configure
-@@ -276,7 +276,7 @@ PACKAGE_STRING='Red Hat elfutils 0.124'
+@@ -276,7 +276,7 @@ PACKAGE_STRING='Red Hat elfutils 0.125'
PACKAGE_BUGREPORT='http://bugzilla.redhat.com/bugzilla/'
ac_unique_file="libelf/libelf.h"
@@ -461,7 +461,7 @@
libcpu_i386_a_SOURCES = i386_dis.c
--- elfutils/libdw/ChangeLog
+++ elfutils/libdw/ChangeLog
-@@ -317,6 +317,11 @@
+@@ -322,6 +322,11 @@
2005-05-31 Roland McGrath <roland@xxxxxxxxxx>
@@ -525,7 +525,7 @@
$(COMPILE)))
--- elfutils/libdwfl/ChangeLog
+++ elfutils/libdwfl/ChangeLog
-@@ -358,6 +358,11 @@
+@@ -371,6 +371,11 @@
2005-07-21 Roland McGrath <roland@xxxxxxxxxx>
@@ -647,7 +647,7 @@
--- elfutils/libelf/ChangeLog
+++ elfutils/libelf/ChangeLog
-@@ -178,6 +178,11 @@
+@@ -183,6 +183,11 @@
If section content hasn't been read yet, do it before looking for the
block size. If no section data present, infer size of section header.
@@ -779,7 +779,7 @@
ac_ct_CC = @ac_ct_CC@
--- elfutils/src/ChangeLog
+++ elfutils/src/ChangeLog
-@@ -8,6 +8,10 @@
+@@ -42,6 +42,10 @@
* elflint.c (valid_e_machine): Add EM_ALPHA.
Reported by Christian Aichinger <Greek0@xxxxxxx>.
@@ -790,7 +790,7 @@
2006-08-08 Ulrich Drepper <drepper@xxxxxxxxxx>
* elflint.c (check_dynamic): Don't require DT_HASH for DT_SYMTAB.
-@@ -84,6 +88,10 @@
+@@ -118,6 +122,10 @@
* Makefile.am: Add hacks to create dependency files for non-generic
linker.
@@ -801,7 +801,7 @@
2006-06-12 Ulrich Drepper <drepper@xxxxxxxxxx>
* ldgeneric.c (ld_generic_generate_sections): Don't create .interp
-@@ -432,6 +440,11 @@
+@@ -466,6 +474,11 @@
* readelf.c (print_debug_loc_section): Fix indentation for larger
address size.
@@ -961,7 +961,7 @@
cannot set access and modification date of '%s'"), fname);
--- elfutils/tests/ChangeLog
+++ elfutils/tests/ChangeLog
-@@ -405,6 +405,11 @@
+@@ -419,6 +419,11 @@
* Makefile.am (TESTS): Add run-elflint-test.sh.
(EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
@@ -993,7 +993,7 @@
endif
--- elfutils/tests/Makefile.in
+++ elfutils/tests/Makefile.in
-@@ -287,6 +287,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+@@ -294,6 +294,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
@@ -1001,7 +1001,7 @@
LEX = @LEX@
LEXLIB = @LEXLIB@
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
-@@ -327,6 +328,7 @@ TESTS_RPATH_FALSE = @TESTS_RPATH_FALSE@
+@@ -334,6 +335,7 @@ TESTS_RPATH_FALSE = @TESTS_RPATH_FALSE@
TESTS_RPATH_TRUE = @TESTS_RPATH_TRUE@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
@@ -1009,7 +1009,7 @@
XGETTEXT = @XGETTEXT@
YACC = @YACC@
ac_ct_CC = @ac_ct_CC@
-@@ -368,10 +370,10 @@ sbindir = @sbindir@
+@@ -375,10 +377,10 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
++++++ systemtap-20061216.tar.bz2 -> systemtap-20070120.tar.bz2 ++++++
++++ 4737 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |