From: Dmitry V. Levin Date: Mon, 21 Feb 2011 23:22:34 +0000 (+0000) Subject: Sync debian/changelog and strace.spec with packages X-Git-Tag: v4.6~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c36c3033fb35745639137c39936493ef0ca5b5ff;p=strace 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 c71a9cd8..f479b31f 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 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 98a3521b..9059d974 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 @@ rm -rf %{buildroot} %endif %changelog +* Wed Feb 09 2011 Fedora Release Engineering - 4.5.20-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Tue Apr 13 2010 Roland McGrath - 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);