- v4.25 -> v4.26.
This commit is contained in:
Dmitry V. Levin 2018-12-27 04:18:00 +03:00
parent 4d09d3dc99
commit 082bfff825
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/strace-4.25.tar.xz
/strace-4.26.tar.xz

View File

@ -1 +1 @@
SHA512 (strace-4.25.tar.xz) = 1465ef5ebc77cee73ebae5e12c72ff1826f48cdb2b36bdd5116380fac3add73f3ede3ca2694358bfb0c3e3141be5b747b353749130a366c81d05709b2d7bb879
SHA512 (strace-4.26.tar.xz) = cce153246802fcdb1547bc11164784066101a2e672e2a264cb742593b559e579aa4bedc749d87fdd1fc2045f4f79b54d419bb50c823074d2cca6f3c75ccf2290

View File

@ -1,8 +1,9 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 4.25
Version: 4.26
Release: 1%{?dist}
License: BSD%{?suse_version:-3-Clause}
# The test suite is GPLv2+, all the rest is LGPLv2.1+.
License: LGPL-2.1-or-later and GPL-2.0-or-later
Group: Development%{?suse_version:/Tools}/Debuggers
URL: https://strace.io
Source: https://strace.io/files/%{version}/strace-%{version}.tar.xz
@ -41,7 +42,7 @@ received by a process.
%setup -q
echo -n %version-%release > .tarball-version
echo -n 2018 > .year
echo -n 2018-07-07 > .strace.1.in.date
echo -n 2018-12-24 > .strace.1.in.date
%build
echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION'
@ -88,6 +89,9 @@ echo 'END OF TEST SUITE INFORMATION'
%{_mandir}/man1/*
%changelog
* Thu Dec 27 2018 Dmitry V. Levin <ldv@altlinux.org> - 4.26-1
- v4.25 -> v4.26.
* Tue Oct 30 2018 Dmitry V. Levin <ldv@altlinux.org> - 4.25-1
- v4.24 -> v4.25.