Hello community,

here is the log from the commit of package strace for openSUSE:Factory checked 
in at 2016-06-07 23:44:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-04-22 
16:17:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.strace.new/strace.changes       2016-06-07 
23:44:53.000000000 +0200
@@ -1,0 +2,43 @@
+Wed Jun  1 16:21:56 UTC 2016 - [email protected]
+
+- Update to strace 4.12.
+  * Improvements
+    * Implemented simultaneous use of -p option and tracing of a command.
+    * Implemented caching of netlink conversations to reduce amount of time
+      spent in decoding socket details in -yy mode.
+    * Implemented -yy mode decoding of protocol:portid pairs associated with
+      netlink socket descriptors.
+    * Implemented decoding of copy_file_range, preadv2, and pwritev2 syscalls.
+    * Implemented dumping of preadv, preadv2, pwritev, pwritev2, and vmsplice
+      syscalls.
+    * Implemented decoding of BTRFS_* and UFFDIO_* ioctl commands.
+    * Enhanced decoding of BLK*, EVIOC*, RTC_*, and VIDIOC_* ioctl commands.
+    * Enhanced decoding of fstatfs, fstatfs64, get_mempolicy, getdents,
+      getdents64, getgroups, getpriority, kill, mbind, migrate_pages, mknod,
+      mknodat, personality, poll, ppoll, quotactl, rt_sigpending,
+      rt_sigqueueinfo, rt_sigtimedwait, rt_tgsigqueueinfo, sched_getaffinity,
+      sched_setaffinity, seccomp, set_mempolicy, setgroups, setpriority, 
statfs,
+      statfs64, tgkill, waitid, and xattr family syscalls.
+    * Enhanced decoding of getxpid, getxuid, and getxgid syscalls on alpha.
+    * Enhanced decoding of pipe syscall on alpha, ia64, mips, sh, and sparc.
+    * Added decoding of bind, listen, and setsockopt direct syscalls on sparc.
+    * Added decoding of osf_statfs64 and osf_fstatfs64 syscalls on alpha.
+    * Added decoding of fadvise64 and fadvise64_64 on s390.
+    * Updated lists of AF_*, BPF_MAP_TYPE_*, CLONE_*, EPOLL*, IPV6_*, MADV_*,
+      MSG_*, PTRACE_*, SEGV_*, SO_*, SOL_*, *_MAGIC, and quotactl constants.
+    * Updated lists of ioctl commands from Linux 4.6.
+  * Bug fixes
+    * Fixed build on arc, metag, nios2, or1k, and tile architectures.
+    * Fixed decoding of 32-bit times syscall return value on 64-bit 
architectures.
+    * Fixed decoding of mlock2 syscall on sparc.
+    * Fixed decoding of osf_shmat syscall on alpha.
+    * Fixed decoding of syscalls unknown to the kernel on s390/s390x.
+    * Fixed decoding of preadv syscall in case of short read.
+    * Fixed decoding and dumping of readv syscall in case of short read.
+    * Fixed dumping of recvmsg and recvmmsg syscalls in case of short read.
+    * Fixed decoding of mincore syscall's last argument.
+    * Fixed remaining errors in mapping between syscall numbers and numbers
+      of syscall arguments.
+    * Applied various fixes to strace-graph script.
+
+-------------------------------------------------------------------

Old:
----
  strace-4.11.tar.xz
  strace-4.11.tar.xz.asc

New:
----
  strace-4.12.tar.xz
  strace-4.12.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ strace.spec ++++++
--- /var/tmp/diff_new_pack.PEKDT8/_old  2016-06-07 23:44:54.000000000 +0200
+++ /var/tmp/diff_new_pack.PEKDT8/_new  2016-06-07 23:44:54.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           strace
-Version:        4.11
+Version:        4.12
 Release:        0
 Summary:        A utility to trace the system calls of a program
 License:        BSD-3-Clause
@@ -60,7 +60,7 @@
 make %{?_smp_mflags}
 
 # Have to exclude make check for qemu builds, which apparently don't support 
PTRACE.
-%if !(0%{?qemu_user_space_build})
+%if !0%{?qemu_user_space_build}
 %check
 haveged=$(PATH=$PATH:/sbin:%{_sbindir} type -p haveged)
 if test -n "$haveged" && ! /sbin/checkproc $haveged ; then

++++++ strace-4.11.tar.xz -> strace-4.12.tar.xz ++++++
++++ 141040 lines of diff (skipped)


Reply via email to