From 6299e6a4db085503f9eed9cb2943fd25497c356f Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:05:07 +0000 Subject: [PATCH] auto-import changelog data from ltrace-0.3.10-12.src.rpm Sun Sep 01 2002 Jakub Jelinek 0.3.10-12 - add a bunch of missing functions to ltrace.conf (like strlen, ugh) --- ltrace.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ltrace.spec b/ltrace.spec index 67e6f3d..afa103b 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,7 +1,7 @@ Summary: Tracks runtime library calls from dynamically linked executables. Name: ltrace Version: 0.3.10 -Release: 11 +Release: 12 Source: ftp://ftp.debian.org/debian/dists/unstable/main/source/utils/ltrace_%{version}.tar.gz # XXX this patch doesn't work yet Patch0: ltrace-0.3.8.sparc.patch @@ -9,6 +9,7 @@ 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 Copyright: GPL Group: Development/Debuggers ExclusiveArch: i386 s390 @@ -35,6 +36,7 @@ execution of processes. %patch2 -p1 -b .mandir %patch3 -p1 -b .nsyscals0 %patch4 -p1 -b .s390 +%patch5 -p1 -b .conf %build %configure @@ -56,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT %config /etc/ltrace.conf %changelog +* Sun Sep 1 2002 Jakub Jelinek 0.3.10-12 +- add a bunch of missing functions to ltrace.conf + (like strlen, ugh) + * Fri Jun 21 2002 Tim Powers - automated rebuild