aboutsummaryrefslogtreecommitdiff
path: root/ltrace.spec
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2001-07-07 20:56:56 +0200
committerJuan Cespedes <cespedes@debian.org>2001-07-07 20:56:56 +0200
commit21c63a1469bc049d93444b8a15afd685ee251392 (patch)
treef7a91a6bf95ec808cab9a9484fc73e86957bc084 /ltrace.spec
parent76040edfd4a9a4cf49ef5b9e0a9a9e28660ae444 (diff)
downloadltrace-21c63a1469bc049d93444b8a15afd685ee251392.tar.gz
Version: 0.3.14
* Assume a syscall is always immediatly followed by a sysret in i386 (fixes bug which prevented ltrace to work properly in any program using signals); I will have to rethink all this and fix it correctly or port it to non-i386 archs * Fixed -n option: now it is done in output.c (this still has problems when tracing more than one process at a time)
Diffstat (limited to 'ltrace.spec')
-rw-r--r--ltrace.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltrace.spec b/ltrace.spec
index cb091bf..92ca09c 100644
--- a/ltrace.spec
+++ b/ltrace.spec
@@ -1,6 +1,6 @@
Summary: Shows runtime library call information for dynamically linked executables
Name: ltrace
-%define version 0.3.13
+%define version 0.3.14
Version: %{version}
Release: 1
Source: ftp://ftp.debian.org/debian/dists/unstable/main/source/utils/ltrace_%{version}.tar.gz