diff --git a/.gitignore b/.gitignore index b08ba71..ff8abb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-4.14.0.100.622a.tar.xz +/strace-4.15.tar.xz diff --git a/sources b/sources index 5632fe3..242185d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a7a02c191cf61c2d244e013091ae1940 strace-4.14.0.100.622a.tar.xz +SHA512 (strace-4.15.tar.xz) = 15e96c31d901c94dc40de67a65365c6cc9a7b7b2bf96a735f5d20cbd54dc75d941e0c1da206aa76f6e98d1013bfeecb42800b23c9e146eaf756775d525fe1b66 diff --git a/strace.spec b/strace.spec index 34f92f3..a3c4498 100644 --- a/strace.spec +++ b/strace.spec @@ -1,6 +1,6 @@ Summary: Tracks and displays system calls associated with a running process Name: strace -Version: 4.14.0.100.622a +Version: 4.15 Release: 1%{?dist} License: BSD Group: Development/Debuggers @@ -100,6 +100,9 @@ echo 'END OF TEST SUITE INFORMATION' %endif %changelog +* Wed Dec 14 2016 Dmitry V. Levin - 4.15-1 +- v4.14-100-g622af42 -> v4.15. + * Wed Nov 16 2016 Dmitry V. Levin - 4.14.0.100.622a-1 - v4.14 -> v4.14-100-g622af42: + implemented syscall fault injection.