5.16-1
- v5.15 -> v5.16.
This commit is contained in:
parent
66158fa6f5
commit
87c6a6f437
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/strace-5.15.tar.xz
|
/strace-5.16.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (strace-5.15.tar.xz) = 67251792ad0fb7f44013c3ae5e5b757106223c9d123d349e31de7565e0f2bfdc6bbd46a9c269e58508bd288ee70f104f8e2185f2203bd91431c5c776db0d9384
|
SHA512 (strace-5.16.tar.xz) = db5993ece5600d928a42dedd2d5c8efec5b9195becb5fe6913f58f4e2f486d80f1700d63d1e67b591d4e6b13d19c4fcc0c52a4d0fa57c5a5a2ea73c4edd0f817
|
||||||
|
10
strace.spec
10
strace.spec
@ -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.15
|
Version: 5.16
|
||||||
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+
|
||||||
@ -61,8 +61,9 @@ received by a process.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
echo -n %version-%release > .tarball-version
|
echo -n %version-%release > .tarball-version
|
||||||
echo -n 2021 > .year
|
echo -n 2022 > .year
|
||||||
echo -n 2021-11-29 > doc/.strace.1.in.date
|
echo -n 2022-01-04 > doc/.strace.1.in.date
|
||||||
|
echo -n 2022-01-01 > doc/.strace-log-merge.1.in.date
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION'
|
echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION'
|
||||||
@ -106,6 +107,9 @@ echo 'END OF TEST SUITE INFORMATION'
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 10 2022 Dmitry V. Levin <ldv@strace.io> - 5.16-1
|
||||||
|
- v5.15 -> v5.16.
|
||||||
|
|
||||||
* Wed Dec 01 2021 Dmitry V. Levin <ldv@strace.io> - 5.15-1
|
* Wed Dec 01 2021 Dmitry V. Levin <ldv@strace.io> - 5.15-1
|
||||||
- v5.14 -> v5.15.
|
- v5.14 -> v5.15.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user