- v5.17 -> v5.18.
This commit is contained in:
Dmitry V. Levin 2022-06-18 18:34:42 +00:00
parent 96e0d8eada
commit 417bb5f3bd
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/strace-5.17.tar.xz
/strace-5.18.tar.xz

View File

@ -1 +1 @@
SHA512 (strace-5.17.tar.xz) = 1b63cf7e6e339333b9d24fa20232409192abc815f2ebe2e336ef4acc039cd06c976b3c12e9ce993491a0e6b86c26b90ceba962f580e894b1ff5ab9863bdfcc44
SHA512 (strace-5.18.tar.xz) = 99418b84a5e2049cb6fe32eed19ddcb61bbefb25220550c67d92cd7bc3d44ae5d87ac228b3e1c207166b9bfdae55c624a0f4e603004599fb7ea3143bbccc749e

View File

@ -1,6 +1,6 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 5.17
Version: 5.18
Release: 1%{?dist}
# The test suite is GPLv2+, all the rest is LGPLv2.1+.
License: LGPL-2.1+ and GPL-2.0+
@ -62,7 +62,7 @@ received by a process.
%setup -q
echo -n %version-%release > .tarball-version
echo -n 2022 > .year
echo -n 2022-01-18 > doc/.strace.1.in.date
echo -n 2022-04-02 > doc/.strace.1.in.date
echo -n 2022-01-01 > doc/.strace-log-merge.1.in.date
%build
@ -107,6 +107,9 @@ echo 'END OF TEST SUITE INFORMATION'
%{_mandir}/man1/*
%changelog
* Sat Jun 18 2022 Dmitry V. Levin <ldv@strace.io> - 5.18-1
- v5.17 -> v5.18.
* Sat Mar 26 2022 Dmitry V. Levin <ldv@strace.io> - 5.17-1
- v5.16 -> v5.17 (resolves: #2047030).