From 6a24294bf0d0350b11adcc297c7d25699095a3bb Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:51:10 +0000 Subject: [PATCH] auto-import changelog data from strace-4.5.7-1.src.rpm Tue Aug 31 2004 Roland McGrath - 4.5.7-1 - new upstream version, misc fixes and updates (#128091, #129166, #128391, #129378, #130965, #131177) --- .cvsignore | 2 +- sources | 2 +- strace.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index fa3269e..3672a21 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -strace-4.5.6.tar.bz2 +strace-4.5.7.tar.bz2 diff --git a/sources b/sources index 29b4ef8..0022a67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2dd9d23430957a7ee0221efb28c66d1e strace-4.5.6.tar.bz2 +feb5ee81461ebf58387815dc342cd255 strace-4.5.7.tar.bz2 diff --git a/strace.spec b/strace.spec index 7fff2ca..d2edd28 100644 --- a/strace.spec +++ b/strace.spec @@ -1,6 +1,6 @@ Summary: Tracks and displays system calls associated with a running process. Name: strace -Version: 4.5.6 +Version: 4.5.7 Release: 1 License: BSD Group: Development/Debuggers @@ -75,6 +75,9 @@ rm -rf %{buildroot} %changelog +* Tue Aug 31 2004 Roland McGrath - 4.5.7-1 +- new upstream version, misc fixes and updates (#128091, #129166, #128391, #129378, #130965, #131177) + * Mon Jul 12 2004 Roland McGrath 4.5.6-1 - new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917)