From b1d646bb65618c2490e3b6e5bc75982e56eaa1f7 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:44:47 +0000 Subject: [PATCH] auto-import strace-4.4-4 from strace-4.4-4.src.rpm --- strace.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/strace.spec b/strace.spec index 400c8b9..bf94eed 100644 --- a/strace.spec +++ b/strace.spec @@ -1,7 +1,7 @@ Summary: Tracks and displays system calls associated with a running process. Name: strace Version: 4.4 -Release: 3 +Release: 4 License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ @@ -14,6 +14,7 @@ Patch10: strace-4.2-sparc4.patch Patch11: strace-4.2.2-include.patch Patch12: strace-4.4-atomic.patch Patch13: strace-4.4-threads.patch +Patch14: strace-4.4-threads2.patch BuildRoot: %{_tmppath}/%{name}-root %description @@ -45,6 +46,7 @@ received by a process. %patch11 -p1 -b .include %patch12 -p1 -b .atomic %patch13 -p1 -b .threads +%patch14 -p1 -b .threads2 %build #./cvsbuild @@ -66,6 +68,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Tue Apr 16 2002 Jakub Jelinek 4.4-4 +- fix for the last patch by Jeff Law (#62591) + * Mon Mar 4 2002 Preston Brown 4.4-3 - integrate patch from Jeff Law to eliminate hang tracing threads