- v6.6 -> v6.7.
This commit is contained in:
Dmitry V. Levin 2024-01-29 12:44:31 +00:00
parent 15dbc3e2d3
commit f6bada1515
3 changed files with 8 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/strace-6.6.tar.xz
/strace-6.7.tar.xz

View File

@ -1 +1 @@
SHA512 (strace-6.6.tar.xz) = 77ea45c72e513f6c07026cd9b2cc1a84696a5a35cdd3b06dd4a360fb9f9196958e3f6133b4a9c91e091c24066ba29e0330b6459d18a9c390caae2dba97ab399b
SHA512 (strace-6.7.tar.xz) = da28fd9fb987044782e6fd6f5e90e2cea2ab8e536cbd3893ef4c9b11c9b3185f073ca3d8ca0eade49e9a2af8efbda8c2b66b8988be7ebc463dc45e8f48ca1256

View File

@ -1,7 +1,7 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 6.6
Release: 2%{?dist}
Version: 6.7
Release: 1%{?dist}
# The test suite is GPLv2+, the bundled headers are GPLv2 with Linux syscall
# exception, all the rest is LGPLv2.1+.
%if 0%{?fedora} >= 35 || 0%{?centos} >= 9 || 0%{?rhel} >= 9
@ -151,8 +151,8 @@ received by a process.
%prep
%setup -q
echo -n %version-%release > .tarball-version
echo -n 2023 > .year
echo -n 2023-10-13 > doc/.strace.1.in.date
echo -n 2024 > .year
echo -n 2023-11-21 > doc/.strace.1.in.date
echo -n 2022-01-01 > doc/.strace-log-merge.1.in.date
%build
@ -205,8 +205,8 @@ fi
%{_mandir}/man1/*
%changelog
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 29 2024 Dmitry V. Levin <ldv@strace.io> - 6.7-1
- v6.6 -> v6.7.
* Tue Oct 31 2023 Dmitry V. Levin <ldv@strace.io> - 6.6-1
- v6.5 -> v6.6 (resolves: #2243631).