- v5.6 -> v5.7.
This commit is contained in:
Dmitry V. Levin 2020-06-01 23:17:00 +03:00
parent fd022d67c8
commit 8838867133
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
SHA512 (strace-5.6.tar.xz) = 58c8a250e55a018206bee9468ea057c087d5d5bb523339ea3c01e0a19d8f84c95bd1398d66a6dca6ada45c6535aa44b776713a2bb080eebaa734ffb926ac5b38
SHA512 (strace-5.7.tar.xz) = aef481238196204495cf9507cd48ce30af799f79904478e6be57a267311a999c868f18540cc1e025f5e486730cfe9ccb256f528f6f796d204a7347ebdf2042f1

View File

@ -1,6 +1,6 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 5.6
Version: 5.7
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-04-06 > .strace.1.in.date
echo -n 2020-04-24 > .strace.1.in.date
%build
echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION'
@ -100,6 +100,9 @@ echo 'END OF TEST SUITE INFORMATION'
%{_mandir}/man1/*
%changelog
* Mon Jun 01 2020 Dmitry V. Levin <ldv@altlinux.org> - 5.7-1
- v5.6 -> v5.7.
* Tue Apr 07 2020 Dmitry V. Levin <ldv@altlinux.org> - 5.6-1
- v5.5 -> v5.6.