- v5.5 -> v5.6.
This commit is contained in:
Dmitry V. Levin 2020-04-07 11:07:44 +00:00
parent 9fe9e66a3e
commit fd022d67c8
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/strace-5.5.tar.xz
/strace-5.6.tar.xz

View File

@ -1 +1 @@
SHA512 (strace-5.5.tar.xz) = 317fe6341000b452cf038433c2a9a7bcdc8ce736e97b242673ce066dd9dbd3b2c3435a014b529429fdf2ac8af5c3a72d62971b293d007b7d3efcbb684c216231
SHA512 (strace-5.6.tar.xz) = 58c8a250e55a018206bee9468ea057c087d5d5bb523339ea3c01e0a19d8f84c95bd1398d66a6dca6ada45c6535aa44b776713a2bb080eebaa734ffb926ac5b38

View File

@ -1,6 +1,6 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 5.5
Version: 5.6
Release: 1%{?dist}
# The test suite is GPLv2+, all the rest is LGPLv2.1+.
License: LGPL-2.1+ and GPL-2.0+
@ -53,7 +53,7 @@ received by a process.
%setup -q
echo -n %version-%release > .tarball-version
echo -n 2020 > .year
echo -n 2020-02-04 > .strace.1.in.date
echo -n 2020-04-06 > .strace.1.in.date
%build
echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION'
@ -100,6 +100,9 @@ echo 'END OF TEST SUITE INFORMATION'
%{_mandir}/man1/*
%changelog
* Tue Apr 07 2020 Dmitry V. Levin <ldv@altlinux.org> - 5.6-1
- v5.5 -> v5.6.
* Thu Feb 06 2020 Dmitry V. Levin <ldv@altlinux.org> - 5.5-1
- v5.4 -> v5.5.