[strace] 4.6-1

ldv ldv at fedoraproject.org
Tue Mar 15 23:50:52 UTC 2011


commit 6cf9c50f6a69588e572e0ff4d5900d96ba15ed93
Author: Dmitry V. Levin <ldv at altlinux.org>
Date:   Wed Mar 16 02:48:37 2011 +0300

    4.6-1
    
    - New upstream release.
      + fixed a corner case in waitpid handling (#663547).

 .gitignore  |    2 +-
 sources     |    2 +-
 strace.spec |   15 +++++++++++----
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index afd46df..3f212a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-strace-4.5.20.tar.bz2
+/strace-4.6.tar.xz
diff --git a/sources b/sources
index e71eeb8..2d800c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64dfe10d9db0c1e34030891695ffca4b  strace-4.5.20.tar.bz2
+e537b2b1afeec70c0e6e27a0d0fd671e  strace-4.6.tar.xz
diff --git a/strace.spec b/strace.spec
index 9059d97..51333ab 100644
--- a/strace.spec
+++ b/strace.spec
@@ -1,14 +1,14 @@
 Summary: Tracks and displays system calls associated with a running process
 Name: strace
-Version: 4.5.20
-Release: 2%{?dist}
+Version: 4.6
+Release: 1%{?dist}
 License: BSD
 Group: Development/Debuggers
 URL: http://sourceforge.net/projects/strace/
-Source0: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.bz2
+Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: libaio-devel, libacl-devel
+BuildRequires: libacl-devel, libaio-devel, time
 
 %define strace64_arches ppc64 sparc64
 
@@ -66,6 +66,9 @@ rm -f %{buildroot}%{_bindir}/strace-graph
 %{copy64} %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64
 %endif
 
+%check
+make check
+
 %clean
 rm -rf %{buildroot}
 
@@ -82,6 +85,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Mon Mar 14 2011 Dmitry V. Levin <ldv at altlinux.org> - 4.6-1
+- New upstream release.
+  + fixed a corner case in waitpid handling (#663547).
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.5.20-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list