Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bpftrace for openSUSE:Factory checked in at 2021-11-08 17:24:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bpftrace (Old) and /work/SRC/openSUSE:Factory/.bpftrace.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bpftrace" Mon Nov 8 17:24:24 2021 rev:14 rq:930034 version:0.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bpftrace/bpftrace.changes 2021-10-15 23:03:36.050081946 +0200 +++ /work/SRC/openSUSE:Factory/.bpftrace.new.1890/bpftrace.changes 2021-11-08 17:25:12.432733614 +0100 @@ -1,0 +2,22 @@ +Tue Oct 26 07:46:27 UTC 2021 - Stephan Kulow <co...@suse.com> + +- Update to 0.14.0 + + Support microsecond timestamps in stftime() + + Add _ as integer literal digit separator + + Support for C style integer suffix in parser + + Add C like pointer arithmetic + + Automatic resolution of library paths for uprobes + + Support positional parameters as integer literals + + Access to uprobe arguments by name + + Prevent LLVM from unrolling loops + + Fix memory leaks in struct types + + Fix strncmp() when N is bigger than on-stack buffer + + Fix strncmp() to check for NUL terminator + + Fix unroll() with async calls + + Fix string comparison codegen + + Fix verifier error when accessing same tracepoint field twice + + Fix reading too many bits for <64 bit kfunc args + + Fix misaligned stack access for map keys + + Write new man page for bpftrace(8) + +------------------------------------------------------------------- Old: ---- bpftrace-0.13.0.tar.gz New: ---- bpftrace-0.14.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bpftrace.spec ++++++ --- /var/tmp/diff_new_pack.LRcTB5/_old 2021-11-08 17:25:12.900733922 +0100 +++ /var/tmp/diff_new_pack.LRcTB5/_new 2021-11-08 17:25:12.900733922 +0100 @@ -31,7 +31,7 @@ %endif Name: bpftrace -Version: 0.13.0 +Version: 0.14.0 Release: 0 Summary: High-level tracing language for Linux eBPF License: Apache-2.0 @@ -50,9 +50,11 @@ BuildRequires: llvm%{llvm_major_version}-devel BuildRequires: pkgconfig BuildRequires: readline-devel +BuildRequires: cmake(cereal) BuildRequires: pkgconfig(libbcc) >= 0.11 BuildRequires: pkgconfig(libelf) BuildRequires: pkgconfig(zlib) +BuildRequires: rubygem(asciidoctor) ExcludeArch: %arm %ix86 %description @@ -107,6 +109,7 @@ %files %{_bindir}/bpftrace +%{_bindir}/bpftrace-aotrt %{_mandir}/man8/bpftrace.8%{?ext_man} %doc README.md docs/ %license LICENSE ++++++ bpftrace-0.13.0.tar.gz -> bpftrace-0.14.0.tar.gz ++++++ ++++ 33186 lines of diff (skipped)