auto-import changelog data from strace-4.4-1.1.src.rpm

Fri May 03 2002 Philip Copeland <bryce@redhat.com> 4.4-1.1
- 'borrowed' from 7.3 for 7.2-alpha as the older strace no longer rebuilt
    with the current kernel/gcc headers as it's for 7.2-alpha bumped the
    version number down to prevent conflicts
Tue Apr 16 2002 Jakub Jelinek <jakub@redhat.com> 4.4-4
- fix for the last patch by Jeff Law (#62591)
Mon Mar 04 2002 Preston Brown <pbrown@redhat.com> 4.4-3
- integrate patch from Jeff Law to eliminate hang tracing threads
Sat Feb 23 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- minor update from debian tar-ball
Wed Jan 02 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 4.4
This commit is contained in:
cvsdist 2004-09-09 12:43:53 +00:00
parent e5f035b37f
commit e2a4a013c6
3 changed files with 39 additions and 28 deletions

View File

@ -1 +1 @@
strace-4.3.tar.gz
strace-4.4.tar.gz

View File

@ -1 +1 @@
7374eb6a2abc45ece28bb192ee127c56 strace-4.3.tar.gz
1c8d2b02a611a3700e8b34f1f52975a5 strace-4.4.tar.gz

View File

@ -1,23 +1,21 @@
Summary: Tracks and displays system calls associated with a running process.
Name: strace
Version: 4.3
Release: 2
Version: 4.4
Release: 1.1
License: BSD
Group: Development/Debuggers
URL: http://sourceforge.net/projects/strace/
Source0: %{name}-%{version}.tar.gz
Patch1: strace-4.2-sparc.patch
Patch3: strace-4.2-sparc2.patch
Patch4: strace-4.2-putmsg.patch
#Patch5: strace-4.2-newsysc.patch
#Patch6: strace-4.2-getdents64.patch
Patch7: strace-4.2-sparc3.patch
Patch8: strace-4.2.2-s390.patch
Patch9: strace-4.3-ia64.patch
Patch10: strace-4.2-sparc4.patch
Patch11: strace-4.2.2-include.patch
Patch12: strace-4.4-atomic.patch
Patch13: strace-4.4-threads.patch
Patch14: strace-4.4-threads2.patch
BuildRoot: %{_tmppath}/%{name}-root
BuildPrereq: autoconf
%description
The strace program intercepts and records the system calls called and
@ -31,32 +29,27 @@ received by a process.
%prep
%setup -q
%patch4 -p1 -b .putmsg
#%ifnarch s390
#%patch5 -p1 -b .newsysc
#%patch6 -p1 -b .getdents64
#XXX this one should get verified
#%ifarch ia64
#%patch9 -p1 -b .ia64
#%endif
#%ifarch s390 s390x
#%patch8 -p1 -b .s390
#XXX this one should get verified
#%ifarch sparc sparc64
#%patch1 -p1 -b .sparc
#%patch3 -p1 -b .sparc2
#%patch7 -p1 -b .sparc3
#%patch10 -p1 -b .sparc4
#%endif
%ifarch ia64
%patch9 -p1 -b .ia64
%endif
%ifarch sparc sparc64
%patch1 -p1 -b .sparc
%patch3 -p1 -b .sparc2
%patch7 -p1 -b .sparc3
%patch10 -p1 -b .sparc4
%endif
%patch11 -p1 -b .incl
%patch11 -p1 -b .include
%patch12 -p1 -b .atomic
%patch13 -p1 -b .threads
%patch14 -p1 -b .threads2
%build
./cvsbuild
#./cvsbuild
%configure
make
@ -75,6 +68,24 @@ rm -rf %{buildroot}
%{_mandir}/man1/*
%changelog
* Fri May 03 2002 Philip Copeland <bryce@redhat.com> 4.4-1.1
- 'borrowed' from 7.3 for 7.2-alpha as the older
strace no longer rebuilt with the current
kernel/gcc headers as it's for 7.2-alpha bumped the
version number down to prevent conflicts
* Tue Apr 16 2002 Jakub Jelinek <jakub@redhat.com> 4.4-4
- fix for the last patch by Jeff Law (#62591)
* Mon Mar 4 2002 Preston Brown <pbrown@redhat.com> 4.4-3
- integrate patch from Jeff Law to eliminate hang tracing threads
* Sat Feb 23 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- minor update from debian tar-ball
* Wed Jan 02 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 4.4
* Sun Jul 22 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- disable s390 patches, they are already included