From aeb090e90a182eb9cb126fefc83df205c8004bde Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 26 Jun 2023 21:40:16 +0000 Subject: [PATCH] 6.4-1 - v6.3 -> v6.4. --- .gitignore | 2 +- sources | 2 +- strace.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b4c79c8..10a41a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-6.3.tar.xz +/strace-6.4.tar.xz diff --git a/sources b/sources index 1145ea9..72c6721 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-6.3.tar.xz) = 2b0a57e3ee8a23eb3882123149cd732c568322614bf8fde69fabcea64d0d4e3c46c71d63183e0e8d9f8744a7b1cebc823cc67023660c37547f5b854fcc1ca9df +SHA512 (strace-6.4.tar.xz) = 29f47195b2766dc0d2907aba2d561e87ec87939251d07fd82d22ffdd3c864944ab0c47eabd7b13272345dfc5dfae7ca435c94fd5ccc297dd46e0747c6d463e01 diff --git a/strace.spec b/strace.spec index 9229d75..afb6c9f 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: 6.3 +Version: 6.4 Release: 1%{?dist} # The test suite is GPLv2+, all the rest is LGPLv2.1+. %if 0%{?fedora} >= 35 || 0%{?centos} >= 9 || 0%{?rhel} >= 9 @@ -69,7 +69,7 @@ received by a process. %setup -q echo -n %version-%release > .tarball-version echo -n 2023 > .year -echo -n 2023-05-06 > doc/.strace.1.in.date +echo -n 2023-06-11 > doc/.strace.1.in.date echo -n 2022-01-01 > doc/.strace-log-merge.1.in.date %build @@ -122,6 +122,9 @@ fi %{_mandir}/man1/* %changelog +* Mon Jun 26 2023 Dmitry V. Levin - 6.4-1 +- v6.3 -> v6.4. + * Mon May 08 2023 Dmitry V. Levin - 6.3-1 - v6.2 -> v6.3.