- v6.5 -> v6.6 (resolves: #2243631).
This commit is contained in:
Dmitry V. Levin 2023-10-31 09:30:34 +00:00
parent be6e7b82a2
commit 5d00846a32
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/strace-6.5.tar.xz
/strace-6.6.tar.xz

View File

@ -1 +1 @@
SHA512 (strace-6.5.tar.xz) = 7edf7b00b5ad91be2df4e44b63df7f88376f3e6a8f078dfccf307a6a5003ad25d9cf233f2a32139e00fe399494ce6a8f67728bf9dfeb9bb5958ed08ce25e9e01
SHA512 (strace-6.6.tar.xz) = 77ea45c72e513f6c07026cd9b2cc1a84696a5a35cdd3b06dd4a360fb9f9196958e3f6133b4a9c91e091c24066ba29e0330b6459d18a9c390caae2dba97ab399b

View File

@ -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 <ldv@strace.io> - 6.6-1
- v6.5 -> v6.6 (resolves: #2243631).
* Fri Sep 01 2023 Dmitry V. Levin <ldv@strace.io> - 6.5-1
- v6.4 -> v6.5.
- Updated the SPDX license expression (by Eugene Syromyatnikov).