From 601088ff11a18d5a8107c58735a0e8568fdd5ab3 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 12 Jul 2019 13:13:00 +0000 Subject: [PATCH] 5.2-1 - v5.1 -> v5.2. --- .gitignore | 2 +- sources | 2 +- strace.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index eb78ada..c0d12e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-5.1.tar.xz +/strace-5.2.tar.xz diff --git a/sources b/sources index 17d3c3b..9701b4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-5.1.tar.xz) = dfbfa97650f0c42d088a3c5ff9715a05a31e579742fb2874c225b6e3c26b0d49c2427489080e971ee2cabb0fe744ff2464b3524c5adae0b3d5843583018de074 +SHA512 (strace-5.2.tar.xz) = 41bea20215fa80ad90a5d49c41944e02774e715efda5e563b3714e5800933a5fca4a2392634193cf49c0752321a39e0c185bdbc9cfb8ee053b09a6bd5723da35 diff --git a/strace.spec b/strace.spec index 79f7722..6ea335d 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.1 +Version: 5.2 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 @@ -48,7 +48,7 @@ received by a process. %setup -q echo -n %version-%release > .tarball-version echo -n 2019 > .year -echo -n 2019-03-17 > .strace.1.in.date +echo -n 2019-07-10 > .strace.1.in.date %build echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION' @@ -95,6 +95,9 @@ echo 'END OF TEST SUITE INFORMATION' %{_mandir}/man1/* %changelog +* Fri Jul 12 2019 Dmitry V. Levin - 5.2-1 +- v5.1 -> v5.2. + * Wed May 22 2019 Dmitry V. Levin - 5.1-1 - v5.0 -> v5.1.