new upstream version 4.5.8
This commit is contained in:
parent
e12dcb8f4c
commit
53e0df590d
@ -1 +1 @@
|
||||
strace-4.5.7.tar.bz2
|
||||
strace-4.5.8.tar.bz2
|
||||
|
11
Makefile
11
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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
b1829d858b6cd7072f9b2fa9c17a2346 strace-4.5.7.tar.bz2
|
||||
9320ac849890b8e2cc623193bd5733ba strace-4.5.8.tar.bz2
|
||||
|
13
strace.spec
13
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 <roland@redhat.com> - 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 <roland@redhat.com> - 4.5.7-2
|
||||
- new upstream version, misc fixes and updates (#128091, #129166, #128391, #129378, #130965, #131177)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user