This commit is contained in:
Dennis Gilmore 2012-07-21 16:22:23 -05:00
parent ea3e2e6a9c
commit 741036a3fa
1 changed files with 4 additions and 1 deletions

View File

@ -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.7
Release: 1%{?dist} Release: 2%{?dist}
License: BSD License: BSD
Group: Development/Debuggers Group: Development/Debuggers
URL: http://sourceforge.net/projects/strace/ URL: http://sourceforge.net/projects/strace/
@ -86,6 +86,9 @@ rm -rf %{buildroot}
%endif %endif
%changelog %changelog
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Wed May 02 2012 Dmitry V. Levin <ldv@altlinux.org> 4.7-1 * Wed May 02 2012 Dmitry V. Levin <ldv@altlinux.org> 4.7-1
- New upstream release. - New upstream release.
+ implemented proper handling of real SIGTRAPs (#162774). + implemented proper handling of real SIGTRAPs (#162774).