- New upstream release.
  + implemented proper handling of real SIGTRAPs (#162774).
This commit is contained in:
Dmitry V. Levin 2012-05-02 15:40:00 +00:00
parent 9d78369458
commit ea3e2e6a9c
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/strace-4.6.tar.xz
/strace-4.7.tar.xz

View File

@ -1 +1 @@
e537b2b1afeec70c0e6e27a0d0fd671e strace-4.6.tar.xz
6054c3880a00c6703f83b57f15e04642 strace-4.7.tar.xz

View File

@ -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 <ldv@altlinux.org> 4.7-1
- New upstream release.
+ implemented proper handling of real SIGTRAPs (#162774).
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild