diff --git a/.cvsignore b/.cvsignore index d16ebc1..45b5fd4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ltrace_0.3.10.tar.gz +ltrace_0.3.29.tar.gz diff --git a/ltrace.spec b/ltrace.spec index afa103b..4d36c48 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,18 +1,15 @@ Summary: Tracks runtime library calls from dynamically linked executables. Name: ltrace -Version: 0.3.10 -Release: 12 -Source: ftp://ftp.debian.org/debian/dists/unstable/main/source/utils/ltrace_%{version}.tar.gz +Version: 0.3.29 +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.10-jbj.patch -Patch2: ltrace-0.3.10-mandir.patch -Patch3: ltrace-0.3.10-nsyscals0.patch -Patch4: ltrace-0.3.11-s390.patch -Patch5: ltrace-0.3.10-conf.patch +Patch1: ltrace-0.3.29-nsyscals0.patch +Patch2: ltrace-0.3.29-conf.patch Copyright: GPL Group: Development/Debuggers -ExclusiveArch: i386 s390 +ExclusiveArch: i386 s390 ppc Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-root @@ -32,11 +29,8 @@ execution of processes. # XXX this patch doesn't work yet #%patch0 -p1 -b .sparc -%patch1 -p1 -b .jbj -%patch2 -p1 -b .mandir -%patch3 -p1 -b .nsyscals0 -%patch4 -p1 -b .s390 -%patch5 -p1 -b .conf +%patch1 -p1 -b .nsyscals0 +%patch2 -p1 -b .conf %build %configure @@ -58,6 +52,12 @@ rm -rf $RPM_BUILD_ROOT %config /etc/ltrace.conf %changelog +* Mon Feb 3 2003 Jakub Jelinek 0.3.29-1 +- update to 0.3.29 + +* Wed Jan 22 2003 Tim Powers +- rebuilt + * Sun Sep 1 2002 Jakub Jelinek 0.3.10-12 - add a bunch of missing functions to ltrace.conf (like strlen, ugh) diff --git a/sources b/sources index 6f1c83e..71b4a96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3275b51fa2bcad7597d04a12253ef236 ltrace_0.3.10.tar.gz +3969e1af5edb0f6e2b947781069cd9cc ltrace_0.3.29.tar.gz