Hello community,

here is the log from the commit of package bcc for openSUSE:Factory checked in 
at 2020-11-04 18:27:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcc (Old)
 and      /work/SRC/openSUSE:Factory/.bcc.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcc"

Wed Nov  4 18:27:00 2020 rev:42 rq:845896 version:0.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcc/bcc.changes  2020-09-25 16:37:28.436206668 
+0200
+++ /work/SRC/openSUSE:Factory/.bcc.new.11331/bcc.changes       2020-11-04 
18:32:05.156188461 +0100
@@ -1,0 +2,28 @@
+Wed Nov  4 07:23:22 UTC 2020 - Gary Ching-Pang Lin <g...@suse.com>
+
+- Update to 0.17.0
+  + Support for kernel up to 5.9
+  + usdt: add uprobe refcnt support
+  + add bpf iterator C++ support
+  + new bcc tools: tcprtt, netqtop, swapin, tcpsynbl, threadsnoop
+  + tcpconnect: add DNS correlation to connect tracking
+  + new libbpf-tools: llcstat, numamove, runqlen, runqlat,
+    softirgs, hardirqs
+  + doc update, bug fixes and some additional arguments for tools
+- Update libbpf to 0.2
+  + full support for BPF-to-BPF function calls, no more need for
+    __always_inline;
+  + support for multiple BPF programs with the same section name;
+  + support for accessing in-kernel per-CPU variables;
+  + support for type and enum value CO-RE relocations;
+  + libbpf will auto-adjust CO-RE direct memory loads to adjust
+    to 32-bit host architecture;
+  + BPF_PROG_BIND_MAP support, .rodata will be bound automatically
+    if kernel supports it;
+  + new APIs for programmatic generation of BTF;
+  + support for big-endian and little-endian endianness in BTF;
+  + sleepable fentry/fexit/fmod_ret/lsm BPF program.
+- Enable lua support only for Tumbleweed to close the gap between
+  SLE and openSUSE Leap
+
+-------------------------------------------------------------------

Old:
----
  bcc-0.16.0.tar.gz
  libbpf-0.1.1.tar.gz

New:
----
  bcc-0.17.0.tar.gz
  libbpf-0.2.tar.gz

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

Other differences:
------------------
++++++ bcc.spec ++++++
--- /var/tmp/diff_new_pack.HECgIq/_old  2020-11-04 18:32:06.144186270 +0100
+++ /var/tmp/diff_new_pack.HECgIq/_new  2020-11-04 18:32:06.148186262 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%if 0%{?is_opensuse} == 1
+%if 0%{?suse_version} > 1500
 %ifarch %ix86 x86_64
 %{!?with_lua: %global with_lua 1}
 %else
@@ -26,10 +26,10 @@
 %{!?with_lua: %global with_lua 0}
 %endif
 
-%define libbpf_version 0.1.1
+%define libbpf_version 0.2
 
 Name:           bcc
-Version:        0.16.0
+Version:        0.17.0
 Release:        0
 Summary:        BPF Compiler Collection (BCC)
 License:        Apache-2.0

++++++ bcc-0.16.0.tar.gz -> bcc-0.17.0.tar.gz ++++++
++++ 9839 lines of diff (skipped)

++++++ libbpf-0.1.1.tar.gz -> libbpf-0.2.tar.gz ++++++
++++ 12567 lines of diff (skipped)


Reply via email to