From 15309f54570005d9a68e06a4659437e03ca90ec4 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:44:02 +0000 Subject: [PATCH] auto-import strace-4.4-3 from strace-4.4-3.src.rpm --- strace.spec | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/strace.spec b/strace.spec index 59f9d89..400c8b9 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: 1.1 +Release: 3 License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ @@ -14,7 +14,6 @@ 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 @@ -46,7 +45,6 @@ received by a process. %patch11 -p1 -b .include %patch12 -p1 -b .atomic %patch13 -p1 -b .threads -%patch14 -p1 -b .threads2 %build #./cvsbuild @@ -68,15 +66,6 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog -* Fri May 03 2002 Philip Copeland 4.4-1.1 -- 'borrowed' from 7.3 for 7.2-alpha as the older - strace no longer rebuilt with the current - kernel/gcc headers as it's for 7.2-alpha bumped the - version number down to prevent conflicts - -* 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