[strace] 4.7-1

Dmitry V. Levin ldv at fedoraproject.org
Wed May 2 21:25:21 UTC 2012


commit ea3e2e6a9cad5fb9a7dc21f5d54afb0180be214a
Author: Dmitry V. Levin <ldv at altlinux.org>
Date:   Wed May 2 15:40:00 2012 +0000

    4.7-1
    
    - New upstream release.
      + implemented proper handling of real SIGTRAPs (#162774).

 .gitignore  |    2 +-
 sources     |    2 +-
 strace.spec |   11 ++++++++---
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f212a2..5313a3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/strace-4.6.tar.xz
+/strace-4.7.tar.xz
diff --git a/sources b/sources
index 2d800c0..1ed6c8c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e537b2b1afeec70c0e6e27a0d0fd671e  strace-4.6.tar.xz
+6054c3880a00c6703f83b57f15e04642  strace-4.7.tar.xz
diff --git a/strace.spec b/strace.spec
index a6451f9..1bb7d3b 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: 2%{?dist}
+Version: 4.7
+Release: 1%{?dist}
 License: BSD
 Group: Development/Debuggers
 URL: http://sourceforge.net/projects/strace/
@@ -74,8 +74,9 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
-%doc CREDITS ChangeLog ChangeLog-CVS COPYRIGHT NEWS PORTING README
+%doc CREDITS ChangeLog ChangeLog-CVS COPYRIGHT NEWS README
 %{_bindir}/strace
+%{_bindir}/strace-log-merge
 %{_mandir}/man1/*
 
 %ifarch %{strace64_arches}
@@ -85,6 +86,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Wed May 02 2012 Dmitry V. Levin <ldv at altlinux.org> 4.7-1
+- New upstream release.
+  + implemented proper handling of real SIGTRAPs (#162774).
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list