Update to 4.5.19
This commit is contained in:
parent
88c3e001e4
commit
34093317d6
@ -1 +1 @@
|
||||
strace-4.5.18.tar.bz2
|
||||
strace-4.5.19.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
e9449fcee97e6a8ed73934c883c870e0 strace-4.5.18.tar.bz2
|
||||
2415e435d61e40315a298c80aced0cda strace-4.5.19.tar.bz2
|
||||
|
29
strace.spec
29
strace.spec
@ -1,7 +1,7 @@
|
||||
Summary: Tracks and displays system calls associated with a running process
|
||||
Name: strace
|
||||
Version: 4.5.18
|
||||
Release: 3%{?dist}
|
||||
Version: 4.5.19
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: Development/Debuggers
|
||||
URL: http://sourceforge.net/projects/strace/
|
||||
@ -55,8 +55,15 @@ make DESTDIR=%{buildroot} install
|
||||
# remove unpackaged files from the buildroot
|
||||
rm -f %{buildroot}%{_bindir}/strace-graph
|
||||
|
||||
%define copy64 ln
|
||||
%if 0%{?rhel}
|
||||
%if 0%{?rhel} < 6
|
||||
%endif
|
||||
%define copy64 cp -p
|
||||
%endif
|
||||
|
||||
%ifarch %{strace64_arches}
|
||||
ln %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64
|
||||
%{copy64} %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64
|
||||
%endif
|
||||
|
||||
%clean
|
||||
@ -64,7 +71,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CREDITS ChangeLog COPYRIGHT NEWS PORTING README
|
||||
%doc CREDITS ChangeLog ChangeLog-CVS COPYRIGHT NEWS PORTING README
|
||||
%{_bindir}/strace
|
||||
%{_mandir}/man1/*
|
||||
|
||||
@ -74,13 +81,15 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/strace64
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.18-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.18-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
* Wed Oct 21 2009 Roland McGrath <roland@redhat.com> - 4.5.19-1
|
||||
- New upstream release, work mostly by Dmitry V. Levin <ldv@altlinux.org>
|
||||
+ exit/kill strace with traced process exitcode/signal (#105371);
|
||||
+ fixed build on ARM EABI (#507576);
|
||||
+ fixed display of 32-bit argv array on 64-bit architectures (#519480);
|
||||
+ fixed display of 32-bit fcntl(F_SETLK) on 64-bit architectures (#471169);
|
||||
+ fixed several bugs in strings decoder, including potential heap
|
||||
memory corruption (#470529, #478324, #511035).
|
||||
|
||||
* Thu Aug 28 2008 Roland McGrath <roland@redhat.com> - 4.5.18-1
|
||||
- build fix for newer kernel headers (#457291)
|
||||
|
Loading…
Reference in New Issue
Block a user