From 66158fa6f562b0e59e6fe87d0ee0cf1f1232b429 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 1 Dec 2021 19:51:34 +0000 Subject: [PATCH] 5.15-1 - v5.14 -> v5.15. --- .gitignore | 2 +- sources | 2 +- strace.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 836ddc2..eb5af34 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-5.14.tar.xz +/strace-5.15.tar.xz diff --git a/sources b/sources index c1ad5a4..c5bdd55 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-5.14.tar.xz) = 3e147521773d900167809db9feeb148e8ba116f90dd634311941ea335eb7bd8b73ab9e641bd2dcfe899ab41c19a841e203dc771ec3000ae01452d22ecdc43c5a +SHA512 (strace-5.15.tar.xz) = 67251792ad0fb7f44013c3ae5e5b757106223c9d123d349e31de7565e0f2bfdc6bbd46a9c269e58508bd288ee70f104f8e2185f2203bd91431c5c776db0d9384 diff --git a/strace.spec b/strace.spec index d550b98..0349033 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.14 +Version: 5.15 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 2021 > .year -echo -n 2021-08-24 > doc/.strace.1.in.date +echo -n 2021-11-29 > doc/.strace.1.in.date %build echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION' @@ -106,6 +106,9 @@ echo 'END OF TEST SUITE INFORMATION' %{_mandir}/man1/* %changelog +* Wed Dec 01 2021 Dmitry V. Levin - 5.15-1 +- v5.14 -> v5.15. + * Thu Sep 02 2021 Dmitry V. Levin - 5.14-1 - v5.13 -> v5.14.