Hello community, here is the log from the commit of package strace for openSUSE:Factory checked in at 2014-11-28 08:44:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/strace (Old) and /work/SRC/openSUSE:Factory/.strace.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "strace" Changes: -------- --- /work/SRC/openSUSE:Factory/strace/strace.changes 2014-11-24 11:18:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.strace.new/strace.changes 2014-11-28 08:44:28.000000000 +0100 @@ -1,0 +2,48 @@ +Wed Nov 26 15:20:42 UTC 2014 - [email protected] + +- Update to strace 4.9: + * Changes in behavior + * Disabled OABI support on ARM EABI systems by default, + added --enable-arm-oabi option to enable it at configure time. + + * Improvements + * Added experimental -k option to print stack trace after each traced syscall. + * Added -w option to produce stats on syscall latency. + (addresses Debian bug #457497). + * Added ARC architecture support. + * Added PTRACE_GETREGS API support on PowerPC. + * Enhanced Bionic libc and musl libc support. + * Enhanced tracing of x86 personality processes on x86_64 and x32. + * Enhanced tracing of ARM personality processes on AArch64. + * Enhanced 32/64bit personality detection on PowerPC. + * Implemented decoding of add_key, ioprio_get, ioprio_set, kexec_load, keyctl, + renameat2, and request_key syscalls. + * Robustified decoding of select, pselect, and io_submit syscalls. + * Enhanced decoding of delete_module, fanotify_init, fanotify_mark, fcntl, + setdomainname, sethostname, setns, and sync_file_range syscalls. + * Enhanced decoding of signal bitmasks. + * Enhanced decoding of file descriptors. + * Enhanced siginfo_t decoding. + * Enhanced PF_NETLINK decoding. + * Updated CLOCK_* constants + (addresses Fedora bug #1088455). + * Added new syscall entries to match Linux 3.16. + + * Bug fixes + * Added shmat and shmdt to the set of memory mapping related syscalls. + * Fixed detaching from stopped processes. + * Fixed fanotify_mark decoding on 32bit architectures. + * Fixed offset decoding in preadv and pwritev syscalls. + * Fixed select decoding for glibc in _FORTIFY_SOURCE mode. + * Fixed decoding of epoll_ctl syscall with EPOLL_CTL_DEL argument. + * Fixed build when <sys/ptrace.h> and <linux/ptrace.h> conflict + (addresses Fedora bug #993384). + * Miscellaneous corrections in the manual page. + (Addresses Debian bug #725987). +- Remove obsolete patches: + * strace-4.7.diff + * strace-linux-ptrace-h.patch + * strace-ppc64le.patch + * strace_cid_03ef0b2.patch + +------------------------------------------------------------------- Old: ---- strace-4.7.diff strace-4.8.tar.xz strace-4.8.tar.xz.asc strace-linux-ptrace-h.patch strace-ppc64le.patch strace_cid_03ef0b2.patch New: ---- strace-4.9.tar.xz strace-4.9.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ strace.spec ++++++ --- /var/tmp/diff_new_pack.5HNR3G/_old 2014-11-28 08:44:29.000000000 +0100 +++ /var/tmp/diff_new_pack.5HNR3G/_new 2014-11-28 08:44:29.000000000 +0100 @@ -17,7 +17,7 @@ Name: strace -Version: 4.8 +Version: 4.9 Release: 0 Summary: A utility to trace the system calls of a program License: BSD-3-Clause @@ -30,10 +30,6 @@ Source2: http://downloads.sourceforge.net/strace/%name-%version.tar.xz.asc Source3: %name.keyring Source4: baselibs.conf -Patch1: strace-4.7.diff -Patch2: strace-linux-ptrace-h.patch -Patch3: strace-ppc64le.patch -Patch4: strace_cid_03ef0b2.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libacl-devel BuildRequires: libaio-devel @@ -59,10 +55,6 @@ %prep %setup -q -%patch -P 1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 %build export CFLAGS="$RPM_OPT_FLAGS" @@ -71,9 +63,9 @@ %endif %configure \ %ifarch %sparc - --host=%_target_platform + --host=%_target_platform \ %endif - + %{nil} make %{?_smp_mflags} # Have to exclude make check for qemu builds, which apparently don't support PTRACE. ++++++ strace-4.8.tar.xz -> strace-4.9.tar.xz ++++++ ++++ 45534 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
