diff --git a/util/misc/strace/actions.py b/util/misc/strace/actions.py index e9426d7ee2..45e5f9eb5c 100644 --- a/util/misc/strace/actions.py +++ b/util/misc/strace/actions.py @@ -21,4 +21,4 @@ def check(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("CREDITS", "NEWS", "README*",) + pisitools.dodoc("CREDITS", "NEWS", "README*") diff --git a/util/misc/strace/pspec.xml b/util/misc/strace/pspec.xml index 7f99a07593..a494451078 100644 --- a/util/misc/strace/pspec.xml +++ b/util/misc/strace/pspec.xml @@ -12,7 +12,7 @@ app:console Tracks and displays system calls associated with a running process strace intercepts and records the system calls called and received by a running process. strace can print a record of each system call, its arguments and its return value. - https://strace.io/files/5.14/strace-5.14.tar.xz + https://strace.io/files/5.15/strace-5.15.tar.xz libunwind-devel @@ -34,6 +34,13 @@ + + 2022-02-02 + 5.15 + Version bump. + Pisilinux Community + admins@pisilinux.org + 2021-11-11 5.14