Sync debian/changelog and strace.spec with packages
* debian/changelog: Sync with 4.5.20-2.
* strace.spec: Likewise.
diff --git a/debian/changelog b/debian/changelog
index c71a9cd..f479b31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+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 ]
diff --git a/strace.spec b/strace.spec
index 98a3521..9059d97 100644
--- a/strace.spec
+++ b/strace.spec
@@ -1,7 +1,7 @@
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/
@@ -82,6 +82,9 @@
%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);