diff --git a/ltrace.spec b/ltrace.spec index 2ba0d6d..38dce5b 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,16 +1,17 @@ Summary: Tracks runtime library calls from dynamically linked executables. Name: ltrace Version: 0.3.10 -Release: 7 +Release: 7a 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 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 Copyright: GPL Group: Development/Debuggers -ExclusiveArch: i386 +ExclusiveArch: i386 s390 Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-root @@ -33,6 +34,7 @@ execution of processes. %patch1 -p1 -b .jbj %patch2 -p1 -b .mandir %patch3 -p1 -b .nsyscals0 +%patch4 -p1 -b .s390 %build %configure @@ -54,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %config /etc/ltrace.conf %changelog +* Tue May 28 2002 Phil Knirsch +- Added the 'official' s390 patch. + * Fri Jul 20 2001 Jakub Jelinek - fix stale symlink in documentation directory (#47749)