* debian/changelog: Sync with 4.5.20-2.
* strace.spec: Likewise.
+strace (4.5.20-2) unstable; urgency=low
+
+ * Add missing sparc syscall defines to fix FTBFS on sparc.
+
+ -- Frederik Schüler <fs@debian.org> Tue, 04 May 2010 14:31:46 +0200
+
strace (4.5.20-1) unstable; urgency=low
[ Dmitry V. Levin ]
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 4.5.20
-Release: 1%{?dist}
+Release: 2%{?dist}
License: BSD
Group: Development/Debuggers
URL: http://sourceforge.net/projects/strace/
%endif
%changelog
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.20-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
* Tue Apr 13 2010 Roland McGrath <roland@redhat.com> - 4.5.20-1
- New upstream release, work mostly by Andreas Schwab and Dmitry V. Levin.
+ fixed potential stack buffer overflow in select decoder (#556678);