From d9077d967a7981f9dc6090e05c591970e8396fa2 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 22 May 2019 13:09:29 +0000 Subject: [PATCH] 5.1-1 - v5.0 -> v5.1. --- .gitignore | 2 +- sources | 2 +- strace.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 45f417a..eb78ada 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-5.0.tar.xz +/strace-5.1.tar.xz diff --git a/sources b/sources index 0f22dcb..17d3c3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-5.0.tar.xz) = cba3280ada27ef434eda54d0e150f04ab89ad227d67b29bd0993f9ac7747eb32b0e49af8cc493b92eab99c0848ec8dc6bbd9b1db423abd53f19129dacbddf265 +SHA512 (strace-5.1.tar.xz) = dfbfa97650f0c42d088a3c5ff9715a05a31e579742fb2874c225b6e3c26b0d49c2427489080e971ee2cabb0fe744ff2464b3524c5adae0b3d5843583018de074 diff --git a/strace.spec b/strace.spec index 59de634..79f7722 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.0 +Version: 5.1 Release: 1%{?dist} # The test suite is GPLv2+, all the rest is LGPLv2.1+. License: LGPL-2.1-or-later and GPL-2.0-or-later @@ -95,6 +95,9 @@ echo 'END OF TEST SUITE INFORMATION' %{_mandir}/man1/* %changelog +* Wed May 22 2019 Dmitry V. Levin - 5.1-1 +- v5.0 -> v5.1. + * Tue Mar 19 2019 Dmitry V. Levin - 5.0-1 - v4.26 -> v5.0 (resolves: #478419, #526740, #851457, #1609318, #1610774, #1662936, #1676045).