- v5.1 -> v5.2.
This commit is contained in:
Dmitry V. Levin 2019-07-12 13:13:00 +00:00
parent d9077d967a
commit 601088ff11
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/strace-5.1.tar.xz
/strace-5.2.tar.xz

View File

@ -1 +1 @@
SHA512 (strace-5.1.tar.xz) = dfbfa97650f0c42d088a3c5ff9715a05a31e579742fb2874c225b6e3c26b0d49c2427489080e971ee2cabb0fe744ff2464b3524c5adae0b3d5843583018de074
SHA512 (strace-5.2.tar.xz) = 41bea20215fa80ad90a5d49c41944e02774e715efda5e563b3714e5800933a5fca4a2392634193cf49c0752321a39e0c185bdbc9cfb8ee053b09a6bd5723da35

View File

@ -1,6 +1,6 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 5.1
Version: 5.2
Release: 1%{?dist}
# The test suite is GPLv2+, all the rest is LGPLv2.1+.
License: LGPL-2.1-or-later and GPL-2.0-or-later
@ -48,7 +48,7 @@ received by a process.
%setup -q
echo -n %version-%release > .tarball-version
echo -n 2019 > .year
echo -n 2019-03-17 > .strace.1.in.date
echo -n 2019-07-10 > .strace.1.in.date
%build
echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION'
@ -95,6 +95,9 @@ echo 'END OF TEST SUITE INFORMATION'
%{_mandir}/man1/*
%changelog
* Fri Jul 12 2019 Dmitry V. Levin <ldv@altlinux.org> - 5.2-1
- v5.1 -> v5.2.
* Wed May 22 2019 Dmitry V. Levin <ldv@altlinux.org> - 5.1-1
- v5.0 -> v5.1.