6.2-1
- v6.1 -> v6.2.
This commit is contained in:
parent
b72b196853
commit
ed2487001d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/strace-6.1.tar.xz
|
/strace-6.2.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (strace-6.1.tar.xz) = 3f0678d74c5c3e6b30c4dc4ed7ee4cb0829d3b7142dc014fcd887db3a68133bf7fedc623bae381dfe4305bd6cd15d4ca6776c6491009c2a053bb8c6ca1ae8e12
|
SHA512 (strace-6.2.tar.xz) = 56708faa3f73c0673c98a5b8b8fe35289ecf2870f4f775bcb7a6be59451ef84685564c0129aca15b576d851f8efa1ff760e27658b914d1f31adf4de3b1ad721f
|
||||||
|
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: 6.1
|
Version: 6.2
|
||||||
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+.
|
||||||
%if 0%{?fedora} >= 35 || 0%{?centos} >= 9 || 0%{?rhel} >= 9
|
%if 0%{?fedora} >= 35 || 0%{?centos} >= 9 || 0%{?rhel} >= 9
|
||||||
# Some distros are special and have decided that they do not recognise
|
# Some distros are special and have decided that they do not recognise
|
||||||
@ -68,7 +68,7 @@ received by a process.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
echo -n %version-%release > .tarball-version
|
echo -n %version-%release > .tarball-version
|
||||||
echo -n 2022 > .year
|
echo -n 2023 > .year
|
||||||
echo -n 2022-10-16 > doc/.strace.1.in.date
|
echo -n 2022-10-16 > 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
|
||||||
|
|
||||||
@ -122,8 +122,8 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.1-2
|
* Sun Feb 26 2023 Dmitry V. Levin <ldv@strace.io> - 6.2-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- v6.1 -> v6.2.
|
||||||
|
|
||||||
* Mon Dec 12 2022 Dmitry V. Levin <ldv@strace.io> - 6.1-1
|
* Mon Dec 12 2022 Dmitry V. Levin <ldv@strace.io> - 6.1-1
|
||||||
- v6.0 -> v6.1.
|
- v6.0 -> v6.1.
|
||||||
|
Loading…
Reference in New Issue
Block a user