~ubuntu-branches/debian/sid/strace/sid

« back to all changes in this revision

Viewing changes to strace.spec

  • Committer: Bazaar Package Importer
  • Author(s): Frederik Schüler
  • Date: 2010-05-04 14:31:46 UTC
  • mfrom: (0.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504143146-yo6uohwusjj7qxm3
Tags: 4.5.20-2
Add missing sparc syscall defines to fix FTBFS on sparc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Summary: Tracks and displays system calls associated with a running process
2
2
Name: strace
3
 
Version: 4.5.19
 
3
Version: 4.5.20
4
4
Release: 1%{?dist}
5
5
License: BSD
6
6
Group: Development/Debuggers
82
82
%endif
83
83
 
84
84
%changelog
 
85
* Tue Apr 13 2010 Roland McGrath <roland@redhat.com> - 4.5.20-1
 
86
- New upstream release, work mostly by Andreas Schwab and Dmitry V. Levin.
 
87
  + fixed potential stack buffer overflow in select decoder (#556678);
 
88
  + fixed FTBFS (#539044).
 
89
 
85
90
* Wed Oct 21 2009 Roland McGrath <roland@redhat.com> - 4.5.19-1
86
91
- New upstream release, work mostly by Dmitry V. Levin <ldv@altlinux.org>
87
92
  + exit/kill strace with traced process exitcode/signal (#105371);