- v6.3 -> v6.4.
This commit is contained in:
Dmitry V. Levin 2023-06-26 21:40:16 +00:00
parent 0db61a527e
commit aeb090e90a
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/strace-6.3.tar.xz
/strace-6.4.tar.xz

View File

@ -1 +1 @@
SHA512 (strace-6.3.tar.xz) = 2b0a57e3ee8a23eb3882123149cd732c568322614bf8fde69fabcea64d0d4e3c46c71d63183e0e8d9f8744a7b1cebc823cc67023660c37547f5b854fcc1ca9df
SHA512 (strace-6.4.tar.xz) = 29f47195b2766dc0d2907aba2d561e87ec87939251d07fd82d22ffdd3c864944ab0c47eabd7b13272345dfc5dfae7ca435c94fd5ccc297dd46e0747c6d463e01

View File

@ -1,6 +1,6 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 6.3
Version: 6.4
Release: 1%{?dist}
# The test suite is GPLv2+, all the rest is LGPLv2.1+.
%if 0%{?fedora} >= 35 || 0%{?centos} >= 9 || 0%{?rhel} >= 9
@ -69,7 +69,7 @@ received by a process.
%setup -q
echo -n %version-%release > .tarball-version
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
%build
@ -122,6 +122,9 @@ fi
%{_mandir}/man1/*
%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
- v6.2 -> v6.3.