5.13-1
- v5.12 -> v5.13.
This commit is contained in:
parent
b160e2194c
commit
78499ae5ec
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/strace-5.12.tar.xz
|
/strace-5.13.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (strace-5.12.tar.xz) = 289cf82da4c69270458953b45d09c8eb05a6624898d3ac493c3ec293cd5ad07205084ad0af021dab2be9c0dc53f0301816113a746d96c78780b79231a185e7c9
|
SHA512 (strace-5.13.tar.xz) = ba8b0eae396fa2b762bf17cbcdcd84b0660b2a5d5e7e9caf098ef3414a87fd28d4140dd10136483f35904560e5044e40be2bf6117462868a360306d62887c8ed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Tracks and displays system calls associated with a running process
|
Summary: Tracks and displays system calls associated with a running process
|
||||||
Name: strace
|
Name: strace
|
||||||
Version: 5.12
|
Version: 5.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# The test suite is GPLv2+, all the rest is LGPLv2.1+.
|
# The test suite is GPLv2+, all the rest is LGPLv2.1+.
|
||||||
License: LGPL-2.1+ and GPL-2.0+
|
License: LGPL-2.1+ and GPL-2.0+
|
||||||
@ -106,6 +106,9 @@ echo 'END OF TEST SUITE INFORMATION'
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 18 2021 Dmitry V. Levin <ldv@strace.io> - 5.13-1
|
||||||
|
- v5.12 -> v5.13.
|
||||||
|
|
||||||
* Mon Apr 26 2021 Dmitry V. Levin <ldv@strace.io> - 5.12-1
|
* Mon Apr 26 2021 Dmitry V. Levin <ldv@strace.io> - 5.12-1
|
||||||
- v5.11 -> v5.12.
|
- v5.11 -> v5.12.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user