Hello community,

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

Package is "bcc"

Thu Apr 23 18:32:39 2020 rev:37 rq:796371 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcc/bcc.changes  2020-03-04 09:39:31.349896030 
+0100
+++ /work/SRC/openSUSE:Factory/.bcc.new.2738/bcc.changes        2020-04-23 
18:32:41.664346781 +0200
@@ -1,0 +2,25 @@
+Thu Apr 23 02:07:32 UTC 2020 - Gary Ching-Pang Lin <g...@suse.com>
+
+- Amend the sed rule for python3 shebang
+
+-------------------------------------------------------------------
+Wed Apr 22 01:41:35 UTC 2020 - Gary Ching-Pang Lin <g...@suse.com>
+
+- Update to 0.14.0
+  + Support for kernel up to 5.6
+  + new tools: biolatpcts.py
+  + libbpf-tools: tools based on CORE and libbpf library directly
+  + add --cgroupmap to various tools, filtering based cgroup
+  + support kfunc (faster kprobe) for vfsstat, klockstat and
+    opensnoop
+  + lots of bug fixes and a few additional arguments for tools
+- Update libbpf to 0.0.8
+  + Add support for BPF-LSM
+  + CO-RE relocation edge cases
+  + expected_attach_type handling fixes at load time
+  + fixes in hanling kernels without BTF support
+  + internal map sanitization improvements
+- Drop support-clang9.patch
+  + Upstream fixed it in another way.
+
+-------------------------------------------------------------------

Old:
----
  support-clang9.patch
  v0.0.7.tar.gz
  v0.13.0.tar.gz

New:
----
  v0.0.8.tar.gz
  v0.14.0.tar.gz

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

Other differences:
------------------
++++++ bcc.spec ++++++
--- /var/tmp/diff_new_pack.gOZzdj/_old  2020-04-23 18:32:43.516350324 +0200
+++ /var/tmp/diff_new_pack.gOZzdj/_new  2020-04-23 18:32:43.524350339 +0200
@@ -26,10 +26,10 @@
 %{!?with_lua: %global with_lua 0}
 %endif
 
-%define libbpf_version 0.0.7
+%define libbpf_version 0.0.8
 
 Name:           bcc
-Version:        0.13.0
+Version:        0.14.0
 Release:        0
 Summary:        BPF Compiler Collection (BCC)
 License:        Apache-2.0
@@ -37,7 +37,6 @@
 URL:            https://github.com/iovisor/bcc
 Source:         https://github.com/iovisor/bcc/archive/v%{version}.tar.gz
 Source1:        
https://github.com/libbpf/libbpf/archive/v%{libbpf_version}.tar.gz
-Patch1:         support-clang9.patch
 ExcludeArch:    ppc s390
 BuildRequires:  bison
 BuildRequires:  cmake >= 2.8.7
@@ -131,9 +130,6 @@
 
 %prep
 %setup -q -D -n %{name}-%{version}
-%if %{?pkg_vcmp:%pkg_vcmp llvm-devel >= 9.0}%{!?pkg_vcmp:0}
-%patch1 -p1
-%endif
 
 pushd src/cc/libbpf
 tar xf %{SOURCE1} --strip 1
@@ -182,7 +178,7 @@
 find tools/ examples/ -type f -exec \
        sed -Ei '1s|^#!/usr/bin/env bcc-lua|#!/usr/bin/bcc-lua|' {} +
 find tools/ examples/ -type f -exec \
-       sed -i '1s|/bin/python|/bin/python3|g' {} +
+       sed -i '1s|/bin/python$|/bin/python3|g' {} +
 
 %install
 pushd build

++++++ v0.0.7.tar.gz -> v0.0.8.tar.gz ++++++
++++ 5338 lines of diff (skipped)

++++++ v0.0.7.tar.gz -> v0.14.0.tar.gz ++++++
++++ 314209 lines of diff (skipped)


Reply via email to