diff --git a/.gitignore b/.gitignore index 292ea47..3e0a91e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-4.25.tar.xz +/strace-4.26.tar.xz diff --git a/sources b/sources index 7edd478..bfc1f7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-4.25.tar.xz) = 1465ef5ebc77cee73ebae5e12c72ff1826f48cdb2b36bdd5116380fac3add73f3ede3ca2694358bfb0c3e3141be5b747b353749130a366c81d05709b2d7bb879 +SHA512 (strace-4.26.tar.xz) = cce153246802fcdb1547bc11164784066101a2e672e2a264cb742593b559e579aa4bedc749d87fdd1fc2045f4f79b54d419bb50c823074d2cca6f3c75ccf2290 diff --git a/strace.spec b/strace.spec index c7dd401..741800e 100644 --- a/strace.spec +++ b/strace.spec @@ -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 - 4.26-1 +- v4.25 -> v4.26. + * Tue Oct 30 2018 Dmitry V. Levin - 4.25-1 - v4.24 -> v4.25.