diff --git a/strace.spec b/strace.spec index f47cef5..f01dd21 100644 --- a/strace.spec +++ b/strace.spec @@ -1,5 +1,5 @@ Name: strace -Version: 6.12 +Version: 6.13 Release: 1mamba Summary: A debugging tool which prints out all the system calls made by a process/program Group: Development/Tools @@ -34,11 +34,9 @@ System calls and signals are events that happen at the user/kernel interface. A close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions. This package contains strace-graph, a script that processes strace output files. -%debug_package %prep %setup -q -#%patch0 -p1 sh ./bootstrap #autoreconf -f -i @@ -71,6 +69,9 @@ sh ./bootstrap #%{_bindir}/strace-graph %changelog +* Sat Jan 25 2025 Automatic Build System 6.13-1mamba +- automatic version update by autodist + * Tue Nov 19 2024 Automatic Build System 6.12-1mamba - automatic version update by autodist