diff --git a/.gitignore b/.gitignore index 5313a3b..73c54cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-4.7.tar.xz +/strace-4.8.tar.xz diff --git a/sources b/sources index 1ed6c8c..a047a97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6054c3880a00c6703f83b57f15e04642 strace-4.7.tar.xz +c575ef43829586801f514fd91bfe7575 strace-4.8.tar.xz diff --git a/strace.spec b/strace.spec index da596ad..817f1ae 100644 --- a/strace.spec +++ b/strace.spec @@ -1,7 +1,7 @@ Summary: Tracks and displays system calls associated with a running process Name: strace -Version: 4.7 -Release: 3%{?dist} +Version: 4.8 +Release: 1%{?dist} License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ @@ -74,7 +74,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root) -%doc CREDITS ChangeLog ChangeLog-CVS COPYRIGHT NEWS README +%doc CREDITS ChangeLog ChangeLog-CVS COPYING NEWS README %{_bindir}/strace %{_bindir}/strace-log-merge %{_mandir}/man1/* @@ -86,6 +86,13 @@ rm -rf %{buildroot} %endif %changelog +* Mon Jun 03 2013 Dmitry V. Levin - 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 - 4.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild