From ad1c598f902615642c17150a2215c8677ceb4a74 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 7 Feb 2006 13:53:48 +0000 Subject: [PATCH] bump for new gcc/glibc --- strace.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/strace.spec b/strace.spec index aa1e9b2..6816b90 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.14 -Release: 1 +Release: 1.1 License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ @@ -75,6 +75,9 @@ rm -rf %{buildroot} %changelog +* Tue Feb 07 2006 Jesse Keating - 4.5.14-1.1 +- rebuilt for new gcc4.1 snapshot and glibc changes + * Mon Jan 16 2006 Roland McGrath - 4.5.14-1 - Fix biarch decoding of socket syscalls (#174354). - Fix biarch -e support (#173986).