From 16052ba682e69d23eb30f47c218535fff4d305c6 Mon Sep 17 00:00:00 2001 From: roland Date: Tue, 28 Aug 2007 17:58:25 +0000 Subject: [PATCH] Rebuild for Fedora 8 --- strace.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/strace.spec b/strace.spec index 18e987c..9f1b997 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.5.16 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ @@ -74,6 +74,9 @@ rm -rf %{buildroot} %changelog +* Tue Aug 28 2007 Roland McGrath - 4.5.16-2 +- rebuilt + * Fri Aug 3 2007 Roland McGrath - 4.5.16-1 - fix multithread issues (#240962, #240961, #247907) - fix spurious SIGSTOP on early interrupt (#240986)