6.4-1
- v6.3 -> v6.4.
This commit is contained in:
parent
0db61a527e
commit
aeb090e90a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/strace-6.3.tar.xz
|
/strace-6.4.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (strace-6.3.tar.xz) = 2b0a57e3ee8a23eb3882123149cd732c568322614bf8fde69fabcea64d0d4e3c46c71d63183e0e8d9f8744a7b1cebc823cc67023660c37547f5b854fcc1ca9df
|
SHA512 (strace-6.4.tar.xz) = 29f47195b2766dc0d2907aba2d561e87ec87939251d07fd82d22ffdd3c864944ab0c47eabd7b13272345dfc5dfae7ca435c94fd5ccc297dd46e0747c6d463e01
|
||||||
|
@ -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: 6.3
|
Version: 6.4
|
||||||
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+.
|
||||||
%if 0%{?fedora} >= 35 || 0%{?centos} >= 9 || 0%{?rhel} >= 9
|
%if 0%{?fedora} >= 35 || 0%{?centos} >= 9 || 0%{?rhel} >= 9
|
||||||
@ -69,7 +69,7 @@ received by a process.
|
|||||||
%setup -q
|
%setup -q
|
||||||
echo -n %version-%release > .tarball-version
|
echo -n %version-%release > .tarball-version
|
||||||
echo -n 2023 > .year
|
echo -n 2023 > .year
|
||||||
echo -n 2023-05-06 > doc/.strace.1.in.date
|
echo -n 2023-06-11 > doc/.strace.1.in.date
|
||||||
echo -n 2022-01-01 > doc/.strace-log-merge.1.in.date
|
echo -n 2022-01-01 > doc/.strace-log-merge.1.in.date
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -122,6 +122,9 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 26 2023 Dmitry V. Levin <ldv@strace.io> - 6.4-1
|
||||||
|
- v6.3 -> v6.4.
|
||||||
|
|
||||||
* Mon May 08 2023 Dmitry V. Levin <ldv@strace.io> - 6.3-1
|
* Mon May 08 2023 Dmitry V. Levin <ldv@strace.io> - 6.3-1
|
||||||
- v6.2 -> v6.3.
|
- v6.2 -> v6.3.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user