From 417bb5f3bd1e6c0805d58e11a4bdaf5110d14ca3 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 18 Jun 2022 18:34:42 +0000 Subject: [PATCH] 5.18-1 - v5.17 -> v5.18. --- .gitignore | 2 +- sources | 2 +- strace.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c62ca7f..dc99fc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-5.17.tar.xz +/strace-5.18.tar.xz diff --git a/sources b/sources index 1597571..d9851da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-5.17.tar.xz) = 1b63cf7e6e339333b9d24fa20232409192abc815f2ebe2e336ef4acc039cd06c976b3c12e9ce993491a0e6b86c26b90ceba962f580e894b1ff5ab9863bdfcc44 +SHA512 (strace-5.18.tar.xz) = 99418b84a5e2049cb6fe32eed19ddcb61bbefb25220550c67d92cd7bc3d44ae5d87ac228b3e1c207166b9bfdae55c624a0f4e603004599fb7ea3143bbccc749e diff --git a/strace.spec b/strace.spec index d9aa1b0..024499e 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.17 +Version: 5.18 Release: 1%{?dist} # The test suite is GPLv2+, all the rest is LGPLv2.1+. License: LGPL-2.1+ and GPL-2.0+ @@ -62,7 +62,7 @@ received by a process. %setup -q echo -n %version-%release > .tarball-version echo -n 2022 > .year -echo -n 2022-01-18 > doc/.strace.1.in.date +echo -n 2022-04-02 > doc/.strace.1.in.date echo -n 2022-01-01 > doc/.strace-log-merge.1.in.date %build @@ -107,6 +107,9 @@ echo 'END OF TEST SUITE INFORMATION' %{_mandir}/man1/* %changelog +* Sat Jun 18 2022 Dmitry V. Levin - 5.18-1 +- v5.17 -> v5.18. + * Sat Mar 26 2022 Dmitry V. Levin - 5.17-1 - v5.16 -> v5.17 (resolves: #2047030).