From 88388671334cb6095177fa59f46733d0f69deaed Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 1 Jun 2020 23:17:00 +0300 Subject: [PATCH] 5.7-1 - v5.6 -> v5.7. --- .gitignore | 2 +- sources | 2 +- strace.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a2f4b85..6803740 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-5.6.tar.xz +/strace-5.7.tar.xz diff --git a/sources b/sources index 7b2f0d6..e730676 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-5.6.tar.xz) = 58c8a250e55a018206bee9468ea057c087d5d5bb523339ea3c01e0a19d8f84c95bd1398d66a6dca6ada45c6535aa44b776713a2bb080eebaa734ffb926ac5b38 +SHA512 (strace-5.7.tar.xz) = aef481238196204495cf9507cd48ce30af799f79904478e6be57a267311a999c868f18540cc1e025f5e486730cfe9ccb256f528f6f796d204a7347ebdf2042f1 diff --git a/strace.spec b/strace.spec index 0b6d6a0..640b0a7 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.6 +Version: 5.7 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-04-06 > .strace.1.in.date +echo -n 2020-04-24 > .strace.1.in.date %build echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION' @@ -100,6 +100,9 @@ echo 'END OF TEST SUITE INFORMATION' %{_mandir}/man1/* %changelog +* Mon Jun 01 2020 Dmitry V. Levin - 5.7-1 +- v5.6 -> v5.7. + * Tue Apr 07 2020 Dmitry V. Levin - 5.6-1 - v5.5 -> v5.6.