- v5.4 -> v5.5.
This commit is contained in:
Dmitry V. Levin 2020-02-06 16:24:23 +00:00
parent 248bce3a49
commit 9fe9e66a3e
3 changed files with 8 additions and 8 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
SHA512 (strace-5.4.tar.xz) = 4ddba2ec4457a2257c18b26dca851e49a275813c4eb3069379a93fcc60228f9b63a3dee9e3719ae606a7cc61d55ab21ce147327223903c302c061e381097a8d7
SHA512 (strace-5.5.tar.xz) = 317fe6341000b452cf038433c2a9a7bcdc8ce736e97b242673ce066dd9dbd3b2c3435a014b529429fdf2ac8af5c3a72d62971b293d007b7d3efcbb684c216231

View File

@ -1,7 +1,7 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 5.4
Release: 2%{?dist}
Version: 5.5
Release: 1%{?dist}
# The test suite is GPLv2+, all the rest is LGPLv2.1+.
License: LGPL-2.1+ and GPL-2.0+
# Some distros require Group tag to be present,
@ -52,8 +52,8 @@ received by a process.
%prep
%setup -q
echo -n %version-%release > .tarball-version
echo -n 2019 > .year
echo -n 2019-10-07 > .strace.1.in.date
echo -n 2020 > .year
echo -n 2020-02-04 > .strace.1.in.date
%build
echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION'
@ -100,8 +100,8 @@ echo 'END OF TEST SUITE INFORMATION'
%{_mandir}/man1/*
%changelog
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Feb 06 2020 Dmitry V. Levin <ldv@altlinux.org> - 5.5-1
- v5.4 -> v5.5.
* Thu Nov 28 2019 Dmitry V. Levin <ldv@altlinux.org> - 5.4-1
- v5.3 -> v5.4.