diff --git a/.gitignore b/.gitignore index d6d7fbc..a2f4b85 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-5.5.tar.xz +/strace-5.6.tar.xz diff --git a/sources b/sources index cd4ef0e..7b2f0d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-5.5.tar.xz) = 317fe6341000b452cf038433c2a9a7bcdc8ce736e97b242673ce066dd9dbd3b2c3435a014b529429fdf2ac8af5c3a72d62971b293d007b7d3efcbb684c216231 +SHA512 (strace-5.6.tar.xz) = 58c8a250e55a018206bee9468ea057c087d5d5bb523339ea3c01e0a19d8f84c95bd1398d66a6dca6ada45c6535aa44b776713a2bb080eebaa734ffb926ac5b38 diff --git a/strace.spec b/strace.spec index edf6c20..0b6d6a0 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: 5.5 +Version: 5.6 Release: 1%{?dist} # The test suite is GPLv2+, all the rest is LGPLv2.1+. License: LGPL-2.1+ and GPL-2.0+ @@ -53,7 +53,7 @@ received by a process. %setup -q echo -n %version-%release > .tarball-version echo -n 2020 > .year -echo -n 2020-02-04 > .strace.1.in.date +echo -n 2020-04-06 > .strace.1.in.date %build echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION' @@ -100,6 +100,9 @@ echo 'END OF TEST SUITE INFORMATION' %{_mandir}/man1/* %changelog +* Tue Apr 07 2020 Dmitry V. Levin - 5.6-1 +- v5.5 -> v5.6. + * Thu Feb 06 2020 Dmitry V. Levin - 5.5-1 - v5.4 -> v5.5.