From 66f03991f25ddc1e6168151e0915ab9ac52db2f9 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:07:06 +0000 Subject: [PATCH] auto-import changelog data from ltrace-0.3.32-2.src.rpm Thu Apr 22 2004 Jakub Jelinek 0.3.32-2 - fix demangling Thu Apr 22 2004 Jakub Jelinek 0.3.32-1 - update to 0.3.32 - fix dict.c assertion (#114359) - x86_64 support - rewrite elf.[ch] using libelf - don't rely on st_value of SHN_UNDEF symbols in binaries, instead walk .rel{,a}.plt and compute the addresses (#115299) - fix x86-64 support - some ltrace.conf additions - some format string printing fixes --- .cvsignore | 2 +- ltrace.spec | 28 ++++++++++++++++++++++------ sources | 2 +- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 45b5fd4..86d5a41 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ltrace_0.3.29.tar.gz +ltrace_0.3.32.tar.gz diff --git a/ltrace.spec b/ltrace.spec index 34f68ae..bc61735 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,15 +1,16 @@ Summary: Tracks runtime library calls from dynamically linked executables. Name: ltrace -Version: 0.3.29 +Version: 0.3.32 Release: 2 Source: ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_%{version}.tar.gz # XXX this patch doesn't work yet Patch0: ltrace-0.3.8.sparc.patch -Patch1: ltrace-0.3.29-nsyscals0.patch -Patch2: ltrace-0.3.29-conf.patch +Patch1: ltrace-0.3.32-64bit.patch +Patch2: ltrace-0.3.32-elf-rewrite.patch +Patch3: ltrace-0.3.32-demangle.patch Copyright: GPL Group: Development/Debuggers -ExclusiveArch: i386 s390 ppc +ExclusiveArch: i386 s390 ppc x86_64 Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-root @@ -29,8 +30,9 @@ execution of processes. # XXX this patch doesn't work yet #%patch0 -p1 -b .sparc -%patch1 -p1 -b .nsyscals0 -%patch2 -p1 -b .conf +%patch1 -p1 -b .64bit +%patch2 -p1 -b .elf-rewrite +%patch3 -p1 -b .demangle %build %configure @@ -52,6 +54,20 @@ rm -rf $RPM_BUILD_ROOT %config /etc/ltrace.conf %changelog +* Thu Apr 22 2004 Jakub Jelinek 0.3.32-2 +- fix demangling + +* Thu Apr 22 2004 Jakub Jelinek 0.3.32-1 +- update to 0.3.32 + - fix dict.c assertion (#114359) + - x86_64 support +- rewrite elf.[ch] using libelf +- don't rely on st_value of SHN_UNDEF symbols in binaries, + instead walk .rel{,a}.plt and compute the addresses (#115299) +- fix x86-64 support +- some ltrace.conf additions +- some format string printing fixes + * Fri Feb 13 2004 Elliot Lee - rebuilt diff --git a/sources b/sources index 71b4a96..f12cb23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3969e1af5edb0f6e2b947781069cd9cc ltrace_0.3.29.tar.gz +8637e09cbb808e816bd700c19aeb6111 ltrace_0.3.32.tar.gz