From 5d00846a32456b4b1432ec4ce3b8898ab033297d Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 31 Oct 2023 09:30:34 +0000 Subject: [PATCH] 6.6-1 - v6.5 -> v6.6 (resolves: #2243631). --- .gitignore | 2 +- sources | 2 +- strace.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6158824..a917656 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-6.5.tar.xz +/strace-6.6.tar.xz diff --git a/sources b/sources index 17b9954..b925807 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-6.5.tar.xz) = 7edf7b00b5ad91be2df4e44b63df7f88376f3e6a8f078dfccf307a6a5003ad25d9cf233f2a32139e00fe399494ce6a8f67728bf9dfeb9bb5958ed08ce25e9e01 +SHA512 (strace-6.6.tar.xz) = 77ea45c72e513f6c07026cd9b2cc1a84696a5a35cdd3b06dd4a360fb9f9196958e3f6133b4a9c91e091c24066ba29e0330b6459d18a9c390caae2dba97ab399b diff --git a/strace.spec b/strace.spec index db27e06..79ea507 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.5 +Version: 6.6 Release: 1%{?dist} # The test suite is GPLv2+, the bundled headers are GPLv2 with Linux syscall # exception, all the rest is LGPLv2.1+. @@ -152,7 +152,7 @@ received by a process. %setup -q echo -n %version-%release > .tarball-version echo -n 2023 > .year -echo -n 2023-06-11 > doc/.strace.1.in.date +echo -n 2023-10-13 > doc/.strace.1.in.date echo -n 2022-01-01 > doc/.strace-log-merge.1.in.date %build @@ -205,6 +205,9 @@ fi %{_mandir}/man1/* %changelog +* Tue Oct 31 2023 Dmitry V. Levin - 6.6-1 +- v6.5 -> v6.6 (resolves: #2243631). + * Fri Sep 01 2023 Dmitry V. Levin - 6.5-1 - v6.4 -> v6.5. - Updated the SPDX license expression (by Eugene Syromyatnikov).