From ba1004bf931742b9d559e7a6ed3a28fb9e0eddc9 Mon Sep 17 00:00:00 2001 From: Dmitry V. Levin Date: Mar 20 2024 06:29:54 +0000 Subject: 6.8-1 - v6.7 -> v6.8. --- diff --git a/.gitignore b/.gitignore index 75f990f..a7e2983 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-6.7.tar.xz +/strace-6.8.tar.xz diff --git a/sources b/sources index eb34dd4..2d634b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-6.7.tar.xz) = da28fd9fb987044782e6fd6f5e90e2cea2ab8e536cbd3893ef4c9b11c9b3185f073ca3d8ca0eade49e9a2af8efbda8c2b66b8988be7ebc463dc45e8f48ca1256 +SHA512 (strace-6.8.tar.xz) = c477724a77112a74a5236a38b7dbaa9b6199622a1d21cc6253cac80dc4ddea78aeaf8cddf4a51ee4119e00e1adaf95f64f64e20d9775ec3edd77cd82c8f7b30e diff --git a/strace.spec b/strace.spec index 30afe8a..80b81c2 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.7 +Version: 6.8 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 2024 > .year -echo -n 2023-11-21 > doc/.strace.1.in.date +echo -n 2024-03-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 +* Wed Mar 20 2024 Dmitry V. Levin - 6.8-1 +- v6.7 -> v6.8. + * Mon Jan 29 2024 Dmitry V. Levin - 6.7-1 - v6.6 -> v6.7.