diff --git a/.gitignore b/.gitignore index 6e2a570..efef407 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-4.17.tar.xz +/strace-4.18.tar.xz diff --git a/sources b/sources index 808d796..b1e3a73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-4.17.tar.xz) = dab376d9c5ac7db98e864f3cfb165eeec714e3ea492f32ee873cebe01fbd3a0793db09983af1da6530480666a59973ccd9855d348e754be1eead9c0a5d524029 +SHA512 (strace-4.18.tar.xz) = 4fcabc11ef8055c09a5a4777e66f006dd9d67d74740dc0d6e31eb16fa8496062b848c1f21adeeeba7895f57af851103a384c19000ac15cd2f5521e78a5e7a8ad diff --git a/strace.spec b/strace.spec index 02bb6e0..d177bf4 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.17 +Version: 4.18 Release: 1%{?dist} License: BSD Group: Development/Debuggers @@ -48,6 +48,7 @@ The `strace' program in the `strace' package is for 32-bit processes. %prep %setup -q echo -n %version-%release > .tarball-version +echo -n 2017 > .year %build echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION' @@ -100,6 +101,9 @@ echo 'END OF TEST SUITE INFORMATION' %endif %changelog +* Wed Jul 05 2017 Dmitry V. Levin - 4.18-1 +- v4.17 -> v4.18. + * Wed May 24 2017 Dmitry V. Levin - 4.17-1 - v4.16 -> v4.17.