diff --git a/.cvsignore b/.cvsignore index 86d5a41..e8fde7e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ltrace_0.3.32.tar.gz +ltrace_0.3.35.tar.gz diff --git a/ltrace.spec b/ltrace.spec index 7bcb5b7..dddd85e 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,16 +1,15 @@ Summary: Tracks runtime library calls from dynamically linked executables. Name: ltrace -Version: 0.3.32 -Release: 4 +Version: 0.3.35 +Release: 1 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.32-64bit.patch -Patch2: ltrace-0.3.32-elf-rewrite.patch -Patch3: ltrace-0.3.32-demangle.patch +Patch1: ltrace-0.3.35-64bit.patch +Patch2: ltrace-0.3.35-elf-rewrite.patch +Patch3: ltrace-0.3.35-demangle.patch +Patch4: ltrace-0.3.35-syscallent-update.patch Copyright: GPL Group: Development/Debuggers -ExclusiveArch: i386 s390 ppc x86_64 +ExclusiveArch: i386 s390 ppc x86_64 alpha sparc Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-root BuildRequires: elfutils-libelf-devel @@ -34,6 +33,7 @@ execution of processes. %patch1 -p1 -b .64bit %patch2 -p1 -b .elf-rewrite %patch3 -p1 -b .demangle +%patch4 -p1 -b .syscallent-update %build %configure @@ -55,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT %config /etc/ltrace.conf %changelog +* Mon Oct 11 2004 Jakub Jelinek 0.3.35-1 +- update to 0.3.35 +- update syscall tables from latest kernel source + * Tue Jun 15 2004 Elliot Lee - rebuilt diff --git a/sources b/sources index f12cb23..f168da4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8637e09cbb808e816bd700c19aeb6111 ltrace_0.3.32.tar.gz +14a925a621a4720e1dd6a6b5465547ef ltrace_0.3.35.tar.gz