This commit is contained in:
Jakub Jelinek 2004-10-11 12:17:56 +00:00
parent a9ac1c1669
commit 65e4c9fe3a
3 changed files with 14 additions and 10 deletions

View File

@ -1 +1 @@
ltrace_0.3.32.tar.gz
ltrace_0.3.35.tar.gz

View File

@ -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 <jakub@redhat.com> 0.3.35-1
- update to 0.3.35
- update syscall tables from latest kernel source
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

View File

@ -1 +1 @@
8637e09cbb808e816bd700c19aeb6111 ltrace_0.3.32.tar.gz
14a925a621a4720e1dd6a6b5465547ef ltrace_0.3.35.tar.gz