auto-import changelog data from ltrace-0.3.10-12.src.rpm

Sun Sep 01 2002 Jakub Jelinek <jakub@redhat.com> 0.3.10-12
- add a bunch of missing functions to ltrace.conf (like strlen, ugh)
This commit is contained in:
cvsdist 2004-09-09 08:05:07 +00:00
parent f9d99cc3ba
commit 6299e6a4db

View File

@ -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 <jakub@redhat.com> 0.3.10-12
- add a bunch of missing functions to ltrace.conf
(like strlen, ugh)
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild