auto-import changelog data from ltrace-0.3.32-2.src.rpm

Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 0.3.32-2
- fix demangling
Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 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
This commit is contained in:
cvsdist 2004-09-09 08:07:06 +00:00
parent 0fddda606f
commit 66f03991f2
3 changed files with 24 additions and 8 deletions

View File

@ -1 +1 @@
ltrace_0.3.29.tar.gz
ltrace_0.3.32.tar.gz

View File

@ -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 <jakub@redhat.com> 0.3.32-2
- fix demangling
* Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 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 <sopwith@redhat.com>
- rebuilt

View File

@ -1 +1 @@
3969e1af5edb0f6e2b947781069cd9cc ltrace_0.3.29.tar.gz
8637e09cbb808e816bd700c19aeb6111 ltrace_0.3.32.tar.gz