auto-import changelog data from strace-4.5-1.src.rpm

Wed Sep 24 2003 Roland McGrath <roland@redhat.com> 4.5-1
- new upstream version, more fixes (#101499, #104365)
Thu Jul 17 2003 Roland McGrath <roland@redhat.com> 4.4.99-2
- rebuilt
Thu Jul 17 2003 Roland McGrath <roland@redhat.com> 4.4.99-1
- new upstream version, groks more new system calls, PF_INET6 sockets
Tue Jun 10 2003 Roland McGrath <roland@redhat.com> 4.4.98-1
- new upstream version, more fixes (#90754, #91085)
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Sun Mar 30 2003 Roland McGrath <roland@redhat.com> 4.4.96-1
- new upstream version, handles yet more 2.5 syscalls, x86_64 & ia64 fixes
This commit is contained in:
cvsdist 2004-09-09 12:47:16 +00:00
parent db2d1e3b03
commit 4ef3b3ba30
3 changed files with 55 additions and 5 deletions

View File

@ -1 +1 @@
strace-4.4.95.tar.bz2
strace-4.5.tar.bz2

View File

@ -1 +1 @@
077ce2f4097dc08bece37e8ffbee2294 strace-4.4.95.tar.bz2
9c9dfe9b92a56bf448959557c1a81ed5 strace-4.5.tar.bz2

View File

@ -1,13 +1,15 @@
Summary: Tracks and displays system calls associated with a running process.
Name: strace
Version: 4.4.95
Release: 2
Version: 4.5
Release: 1
License: BSD
Group: Development/Debuggers
URL: http://sourceforge.net/projects/strace/
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root
%define strace64_arches ppc64
%description
The strace program intercepts and records the system calls called and
received by a running process. Strace can print a record of each
@ -18,6 +20,25 @@ purposes.
Install strace if you need a tool to track the system calls made and
received by a process.
%ifarch %{strace64_arches}
%package -n strace64
Summary: Tracks and displays system calls associated with a running process.
Group: Development/Debuggers
%description -n strace64
The strace program intercepts and records the system calls called and
received by a running process. Strace can print a record of each
system call, its arguments and its return value. Strace is useful for
diagnosing problems and debugging, as well as for instructional
purposes.
Install strace if you need a tool to track the system calls made and
received by a process.
This package provides the `strace64' program to trace 64-bit processes.
The `strace' program in the `strace' package is for 32-bit processes.
%endif
%prep
%setup -q
@ -34,6 +55,10 @@ mkdir -p %{buildroot}%{_bindir}
# remove unpackaged files from the buildroot
rm -f %{buildroot}%{_bindir}/strace-graph
%ifarch %{strace64_arches}
ln %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64
%endif
%clean
rm -rf %{buildroot}
@ -42,8 +67,33 @@ rm -rf %{buildroot}
%{_bindir}/strace
%{_mandir}/man1/*
%ifarch %{strace64_arches}
%files -n strace64
%defattr(-,root,root)
%{_bindir}/strace64
%endif
%changelog
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
* Wed Sep 24 2003 Roland McGrath <roland@redhat.com> 4.5-1
- new upstream version, more fixes (#101499, #104365)
* Thu Jul 17 2003 Roland McGrath <roland@redhat.com> 4.4.99-2
- rebuilt
* Thu Jul 17 2003 Roland McGrath <roland@redhat.com> 4.4.99-1
- new upstream version, groks more new system calls, PF_INET6 sockets
* Mon Jun 10 2003 Roland McGrath <roland@redhat.com> 4.4.98-1
- new upstream version, more fixes (#90754, #91085)
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Sun Mar 30 2003 Roland McGrath <roland@redhat.com> 4.4.96-1
- new upstream version, handles yet more 2.5 syscalls, x86_64 & ia64 fixes
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 4.4.95-2
- rebuilt
* Mon Feb 24 2003 Roland McGrath <roland@redhat.com> 4.4.95-1