Hello community,

here is the log from the commit of package bcc for openSUSE:Factory checked in 
at 2019-10-17 12:22:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcc (Old)
 and      /work/SRC/openSUSE:Factory/.bcc.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcc"

Thu Oct 17 12:22:59 2019 rev:30 rq:739021 version:0.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcc/bcc.changes  2019-06-04 12:15:13.627765043 
+0200
+++ /work/SRC/openSUSE:Factory/.bcc.new.2352/bcc.changes        2019-10-17 
12:23:07.703045983 +0200
@@ -1,0 +2,28 @@
+Mon Oct 14 04:25:16 UTC 2019 - Gary Ching-Pang Lin <g...@suse.com>
+
+- Update to 0.11.0
+  + Support for kernel up to 5.3
+  + Corresponding libbpf submodule release is v0.0.5
+  + Fix USDT issue with multi-threaded applications
+  + Fixed the early return behavior of lookup_or_init
+  + Support for nic hardware offload
+  + Fixed and Enabled Travis CI
+  + A lot of tools change with added new options, etc.
+- Update libbpf to 0.0.5
+  + bpf_btf_get_next_id() API to iterate over system's BTF objects
+  + libbpf_set_print() now returns previously set print callback
+  + libbpf versioning, build, and packaging improvements
+  + convenience helpers for working with BTF types
+  + experimental BPF CO-RE relocation support
+  + various AF_XDP fixes and enhancements
+  + BTF-defined maps
+  + tracing attachment APIs and bpf_link abstraction
+  + perf buffer API
+  + BTF-to-C conversion API
+  + btf__parse_elf API for loading .BTF from ELF files
+  + libbpf_num_possible_cpus() added
+  + passing through prog_flags through bpf_object__open
+  + new attach types detection added
+- Use version for REVISION instead of libversion
+
+-------------------------------------------------------------------

Old:
----
  v0.0.3.tar.gz
  v0.10.0.tar.gz

New:
----
  v0.0.5.tar.gz
  v0.11.0.tar.gz

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

Other differences:
------------------
++++++ bcc.spec ++++++
--- /var/tmp/diff_new_pack.1tQhwQ/_old  2019-10-17 12:23:12.479034001 +0200
+++ /var/tmp/diff_new_pack.1tQhwQ/_new  2019-10-17 12:23:12.479034001 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%define libversion 0.10.0
 %if 0%{?is_opensuse} == 1
 %ifarch %ix86 x86_64
 %{!?with_lua: %global with_lua 1}
@@ -27,10 +26,10 @@
 %{!?with_lua: %global with_lua 0}
 %endif
 
-%define libbpf_version 0.0.3
+%define libbpf_version 0.0.5
 
 Name:           bcc
-Version:        0.10.0
+Version:        0.11.0
 Release:        0
 Summary:        BPF Compiler Collection (BCC)
 License:        Apache-2.0
@@ -173,8 +172,8 @@
 pushd build
 CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" cmake \
        -DPYTHON_CMD=python3 \
-       -DREVISION_LAST=%{libversion} \
-       -DREVISION=%{libversion} \
+       -DREVISION_LAST=%{version} \
+       -DREVISION=%{version} \
        -DCMAKE_INSTALL_PREFIX=/usr \
 %if 0%{?suse_version} > 1320
        -DENABLE_LLVM_SHARED=1 \

++++++ v0.0.3.tar.gz -> v0.0.5.tar.gz ++++++
++++ 9438 lines of diff (skipped)

++++++ v0.0.3.tar.gz -> v0.11.0.tar.gz ++++++
++++ 154450 lines of diff (skipped)


Reply via email to