summaryrefslogtreecommitdiff
path: root/strace.spec
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2012-04-20 17:31:48 +0000
committerDmitry V. Levin <ldv@altlinux.org>2012-04-20 17:31:48 +0000
commit48e95c7b1a653cbb16ab9e97106595388d4a9ff5 (patch)
tree625bd94190aaddf0baa3351777ac964242dd81e6 /strace.spec
parentebee04cfb009bdc46599774b4647f6615b6ce3a2 (diff)
downloadstrace-48e95c7b1a653cbb16ab9e97106595388d4a9ff5.tar.gz
strace-48e95c7b1a653cbb16ab9e97106595388d4a9ff5.tar.bz2
strace-48e95c7b1a653cbb16ab9e97106595388d4a9ff5.tar.xz
Sync strace.spec and debian/ with packages
* debian/changelog: Sync with 4.5.20-2.3. * debian/control: Likewise. * strace.spec: Sync with 4.6-2.
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 bd44453..4fad2ae 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.6
-Release: 1%{?dist}
+Release: 2%{?dist}
License: BSD
Group: Development/Debuggers
URL: http://sourceforge.net/projects/strace/
@@ -85,6 +85,9 @@ rm -rf %{buildroot}
%endif
%changelog
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
* Mon Mar 14 2011 Dmitry V. Levin <ldv@altlinux.org> - 4.6-1
- New upstream release.
+ fixed a corner case in waitpid handling (#663547).