This commit is contained in:
Jakub Jelinek 2004-11-17 23:20:08 +00:00
parent 65e4c9fe3a
commit eab47033ea

View File

@ -1,12 +1,8 @@
Summary: Tracks runtime library calls from dynamically linked executables.
Name: ltrace
Version: 0.3.35
Version: 0.3.36
Release: 1
Source: ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_%{version}.tar.gz
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
Source: ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_%{version}.orig.tar.gz
Copyright: GPL
Group: Development/Debuggers
ExclusiveArch: i386 s390 ppc x86_64 alpha sparc
@ -27,14 +23,6 @@ execution of processes.
%prep
%setup -q
# XXX this patch doesn't work yet
#%patch0 -p1 -b .sparc
%patch1 -p1 -b .64bit
%patch2 -p1 -b .elf-rewrite
%patch3 -p1 -b .demangle
%patch4 -p1 -b .syscallent-update
%build
%configure
make
@ -55,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
%config /etc/ltrace.conf
%changelog
* Thu Nov 18 2004 Jakub Jelinek <jakub@redhat.com> 0.3.36-1
- update to 0.3.36
* Mon Oct 11 2004 Jakub Jelinek <jakub@redhat.com> 0.3.35-1
- update to 0.3.35
- update syscall tables from latest kernel source