From 53e0df590df70968bc1eddc1b09e5024f97ff429 Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 20 Oct 2004 03:07:40 +0000 Subject: [PATCH] new upstream version 4.5.8 --- .cvsignore | 2 +- Makefile | 11 ++++++++++- sources | 2 +- strace.spec | 13 +++++++++++-- 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3672a21..a5028c4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -strace-4.5.7.tar.bz2 +strace-4.5.8.tar.bz2 diff --git a/Makefile b/Makefile index e4682c5..487c73b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,15 @@ # Makefile for source rpm: strace -# $Id$ +# $Id: Makefile,v 1.1 2004/08/31 17:57:52 cvsdist Exp $ NAME := strace SPECFILE = $(firstword $(wildcard *.spec)) include ../common/Makefile.common + +ifdef FILES +import: $(FILES) + md5sum $^ > sources + (read m f; \ + tar xOjf $$f '*/$(SPECFILE)' > $(SPECFILE); \ + echo $$f > .cvsignore; \ + $(upload-file)) < sources +endif diff --git a/sources b/sources index 7875422..7307c07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1829d858b6cd7072f9b2fa9c17a2346 strace-4.5.7.tar.bz2 +9320ac849890b8e2cc623193bd5733ba strace-4.5.8.tar.bz2 diff --git a/strace.spec b/strace.spec index cbc0892..a08824d 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.7 -Release: 2 +Version: 4.5.8 +Release: 1 License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ @@ -75,6 +75,15 @@ rm -rf %{buildroot} %changelog +* Tue Oct 19 2004 Roland McGrath - 4.5.8-1 +- fix multithreaded exit handling (#132150, #135254) +- fix ioctl name matching (#129808) +- print RTC_* ioctl structure contents (#58606) +- grok epoll_* syscalls (#134463) +- grok new RLIMIT_* values (#133594) +- print struct cmsghdr contents for sendmsg (#131689) +- fix clock_* and timer_* argument output (#131420) + * Tue Aug 31 2004 Roland McGrath - 4.5.7-2 - new upstream version, misc fixes and updates (#128091, #129166, #128391, #129378, #130965, #131177)