From 9fe9e66a3ec3a39ff73c2f5d415ae09cf2c3fb40 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 6 Feb 2020 16:24:23 +0000 Subject: [PATCH] 5.5-1 - v5.4 -> v5.5. --- .gitignore | 2 +- sources | 2 +- strace.spec | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 41e12ad..d6d7fbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-5.4.tar.xz +/strace-5.5.tar.xz diff --git a/sources b/sources index 3246ea8..cd4ef0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-5.4.tar.xz) = 4ddba2ec4457a2257c18b26dca851e49a275813c4eb3069379a93fcc60228f9b63a3dee9e3719ae606a7cc61d55ab21ce147327223903c302c061e381097a8d7 +SHA512 (strace-5.5.tar.xz) = 317fe6341000b452cf038433c2a9a7bcdc8ce736e97b242673ce066dd9dbd3b2c3435a014b529429fdf2ac8af5c3a72d62971b293d007b7d3efcbb684c216231 diff --git a/strace.spec b/strace.spec index 0539b5d..edf6c20 100644 --- a/strace.spec +++ b/strace.spec @@ -1,7 +1,7 @@ Summary: Tracks and displays system calls associated with a running process Name: strace -Version: 5.4 -Release: 2%{?dist} +Version: 5.5 +Release: 1%{?dist} # The test suite is GPLv2+, all the rest is LGPLv2.1+. License: LGPL-2.1+ and GPL-2.0+ # Some distros require Group tag to be present, @@ -52,8 +52,8 @@ received by a process. %prep %setup -q echo -n %version-%release > .tarball-version -echo -n 2019 > .year -echo -n 2019-10-07 > .strace.1.in.date +echo -n 2020 > .year +echo -n 2020-02-04 > .strace.1.in.date %build echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION' @@ -100,8 +100,8 @@ echo 'END OF TEST SUITE INFORMATION' %{_mandir}/man1/* %changelog -* Fri Jan 31 2020 Fedora Release Engineering - 5.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild +* Thu Feb 06 2020 Dmitry V. Levin - 5.5-1 +- v5.4 -> v5.5. * Thu Nov 28 2019 Dmitry V. Levin - 5.4-1 - v5.3 -> v5.4.