5.14-1
- v5.13 -> v5.14.
This commit is contained in:
parent
1bce501014
commit
3668296b60
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/strace-5.13.tar.xz
|
/strace-5.14.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (strace-5.13.tar.xz) = ba8b0eae396fa2b762bf17cbcdcd84b0660b2a5d5e7e9caf098ef3414a87fd28d4140dd10136483f35904560e5044e40be2bf6117462868a360306d62887c8ed
|
SHA512 (strace-5.14.tar.xz) = 3e147521773d900167809db9feeb148e8ba116f90dd634311941ea335eb7bd8b73ab9e641bd2dcfe899ab41c19a841e203dc771ec3000ae01452d22ecdc43c5a
|
||||||
|
10
strace.spec
10
strace.spec
@ -1,7 +1,7 @@
|
|||||||
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.13
|
Version: 5.14
|
||||||
Release: 2%{?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+
|
||||||
# Some distros require Group tag to be present,
|
# Some distros require Group tag to be present,
|
||||||
@ -62,7 +62,7 @@ received by a process.
|
|||||||
%setup -q
|
%setup -q
|
||||||
echo -n %version-%release > .tarball-version
|
echo -n %version-%release > .tarball-version
|
||||||
echo -n 2021 > .year
|
echo -n 2021 > .year
|
||||||
echo -n 2021-04-04 > doc/.strace.1.in.date
|
echo -n 2021-08-24 > doc/.strace.1.in.date
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION'
|
echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION'
|
||||||
@ -106,8 +106,8 @@ echo 'END OF TEST SUITE INFORMATION'
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.13-2
|
* Thu Sep 02 2021 Dmitry V. Levin <ldv@strace.io> - 5.14-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- v5.13 -> v5.14.
|
||||||
|
|
||||||
* Sun Jul 18 2021 Dmitry V. Levin <ldv@strace.io> - 5.13-1
|
* Sun Jul 18 2021 Dmitry V. Levin <ldv@strace.io> - 5.13-1
|
||||||
- v5.12 -> v5.13.
|
- v5.12 -> v5.13.
|
||||||
|
Loading…
Reference in New Issue
Block a user