~ubuntu-branches/ubuntu/saucy/strace/saucy-proposed

« back to all changes in this revision

Viewing changes to strace.spec

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-05-05 10:21:37 UTC
  • mfrom: (0.1.6 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090505102137-ransgzeynrwa2yww
Tags: 4.5.18-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Add lpia as supported architecture

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.17
 
3
Version: 4.5.18
4
4
Release: 1%{?dist}
5
5
License: BSD
6
6
Group: Development/Debuggers
76
76
 
77
77
 
78
78
%changelog
 
79
* Thu Aug 28 2008 Roland McGrath <roland@redhat.com> - 4.5.18-1
 
80
- build fix for newer kernel headers (#457291)
 
81
- fix CLONE_VFORK handling (#455078)
 
82
- Support new Linux/PPC system call subpage_prot and PROT_SAO flag.
 
83
- In sigaction system call, display sa_flags value along with SIG_DFL/SIG_IGN.
 
84
 
79
85
* Mon Jul 21 2008 Roland McGrath <roland@redhat.com> - 4.5.17-1
80
86
- handle O_CLOEXEC, MSG_CMSG_CLOEXEC (#365781)
81
87
- fix biarch stat64 decoding (#222275)