diff --git a/.gitignore b/.gitignore index 3f212a2..5313a3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-4.6.tar.xz +/strace-4.7.tar.xz diff --git a/sources b/sources index 2d800c0..1ed6c8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e537b2b1afeec70c0e6e27a0d0fd671e strace-4.6.tar.xz +6054c3880a00c6703f83b57f15e04642 strace-4.7.tar.xz diff --git a/strace.spec b/strace.spec index a6451f9..1bb7d3b 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.6 -Release: 2%{?dist} +Version: 4.7 +Release: 1%{?dist} License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ @@ -74,8 +74,9 @@ rm -rf %{buildroot} %files %defattr(-,root,root) -%doc CREDITS ChangeLog ChangeLog-CVS COPYRIGHT NEWS PORTING README +%doc CREDITS ChangeLog ChangeLog-CVS COPYRIGHT NEWS README %{_bindir}/strace +%{_bindir}/strace-log-merge %{_mandir}/man1/* %ifarch %{strace64_arches} @@ -85,6 +86,10 @@ rm -rf %{buildroot} %endif %changelog +* Wed May 02 2012 Dmitry V. Levin 4.7-1 +- New upstream release. + + implemented proper handling of real SIGTRAPs (#162774). + * Sat Jan 14 2012 Fedora Release Engineering - 4.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild