4.8-1
- New upstream release: + fixed ERESTARTNOINTR leaking to userspace on ancient kernels (#659382); + fixed decoding of *xattr syscalls (#885233); + fixed handling of files with 64-bit inode numbers by 32-bit strace (#912790); + added aarch64 support (#969858).
This commit is contained in:
parent
9cbbcb6d22
commit
38a7490be0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/strace-4.7.tar.xz
|
/strace-4.8.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
6054c3880a00c6703f83b57f15e04642 strace-4.7.tar.xz
|
c575ef43829586801f514fd91bfe7575 strace-4.8.tar.xz
|
||||||
|
13
strace.spec
13
strace.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Tracks and displays system calls associated with a running process
|
Summary: Tracks and displays system calls associated with a running process
|
||||||
Name: strace
|
Name: strace
|
||||||
Version: 4.7
|
Version: 4.8
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
URL: http://sourceforge.net/projects/strace/
|
URL: http://sourceforge.net/projects/strace/
|
||||||
@ -74,7 +74,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CREDITS ChangeLog ChangeLog-CVS COPYRIGHT NEWS README
|
%doc CREDITS ChangeLog ChangeLog-CVS COPYING NEWS README
|
||||||
%{_bindir}/strace
|
%{_bindir}/strace
|
||||||
%{_bindir}/strace-log-merge
|
%{_bindir}/strace-log-merge
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
@ -86,6 +86,13 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 03 2013 Dmitry V. Levin <ldv@altlinux.org> - 4.8-1
|
||||||
|
- New upstream release:
|
||||||
|
+ fixed ERESTARTNOINTR leaking to userspace on ancient kernels (#659382);
|
||||||
|
+ fixed decoding of *xattr syscalls (#885233);
|
||||||
|
+ fixed handling of files with 64-bit inode numbers by 32-bit strace (#912790);
|
||||||
|
+ added aarch64 support (#969858).
|
||||||
|
|
||||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7-3
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user