]> granicus.if.org Git - strace/commitdiff
Sync debian/changelog and strace.spec with packages
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 21 Feb 2011 23:22:34 +0000 (23:22 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 22 Feb 2011 10:32:50 +0000 (10:32 +0000)
* debian/changelog: Sync with 4.5.20-2.
* strace.spec: Likewise.

debian/changelog
strace.spec

index c71a9cd8b8a46ab1f57d3e030daa8d53b182951b..f479b31f37bab63a886aac6edc9d602e2f1e388d 100644 (file)
@@ -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 ]
index 98a3521b84f0f21f65841f1197f1b69bc1ee9101..9059d974a75ca339db1e009781893c356011552d 100644 (file)
@@ -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 <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);