summaryrefslogtreecommitdiff
path: root/strace.spec
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-02-21 23:22:34 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-02-22 10:32:50 +0000
commitc36c3033fb35745639137c39936493ef0ca5b5ff (patch)
tree06dcddadeaa5594f77c2f0a5d66c21009e8dfbf6 /strace.spec
parent7bab9fcc44d72c375306c81648239fba21d492bd (diff)
downloadstrace-c36c3033fb35745639137c39936493ef0ca5b5ff.tar.gz
strace-c36c3033fb35745639137c39936493ef0ca5b5ff.tar.bz2
strace-c36c3033fb35745639137c39936493ef0ca5b5ff.tar.xz
Sync debian/changelog and strace.spec with packages
* debian/changelog: Sync with 4.5.20-2. * strace.spec: Likewise.
Diffstat (limited to 'strace.spec')
-rw-r--r--strace.spec5
1 files changed, 4 insertions, 1 deletions
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 @@ 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);