Hello community, here is the log from the commit of package bcc for openSUSE:Factory checked in at 2019-03-26 15:40:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bcc (Old) and /work/SRC/openSUSE:Factory/.bcc.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bcc" Tue Mar 26 15:40:48 2019 rev:27 rq:683735 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bcc/bcc.changes 2019-03-07 10:51:17.117839745 +0100 +++ /work/SRC/openSUSE:Factory/.bcc.new.25356/bcc.changes 2019-03-26 15:42:29.192241730 +0100 @@ -1,0 +2,10 @@ +Mon Mar 11 08:39:36 UTC 2019 - Gary Ching-Pang Lin <[email protected]> + +- Update to 0.9.0 +- Add libbpf-5beb8a2ebffd.tar.gz since libbpf became a submodule + of bcc +- Drop bcc-bsc1080085-import-readline-from-lib.patch + + Upstream provide an additional argutment for the shared + readline + +------------------------------------------------------------------- Old: ---- bcc-bsc1080085-import-readline-from-lib.patch v0.8.0.tar.gz New: ---- libbpf-5beb8a2ebffd.tar.gz v0.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bcc.spec ++++++ --- /var/tmp/diff_new_pack.BGqu8U/_old 2019-03-26 15:42:30.028241252 +0100 +++ /var/tmp/diff_new_pack.BGqu8U/_new 2019-03-26 15:42:30.032241250 +0100 @@ -16,7 +16,7 @@ # -%define libversion 0.8.0 +%define libversion 0.9.0 %if 0%{?is_opensuse} == 1 %ifarch %ix86 x86_64 %{!?with_lua: %global with_lua 1} @@ -28,14 +28,14 @@ %endif Name: bcc -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: BPF Compiler Collection (BCC) License: Apache-2.0 Group: Development/Tools/Other Url: https://github.com/iovisor/bcc Source: https://github.com/iovisor/bcc/archive/v%{version}.tar.gz -Patch1: %{name}-bsc1080085-import-readline-from-lib.patch +Source1: libbpf-5beb8a2ebffd.tar.gz ExcludeArch: ppc s390 BuildRequires: bison BuildRequires: cmake >= 2.8.7 @@ -155,7 +155,9 @@ %prep %setup -D -n %{name}-%{version} -%patch1 -p1 +pushd src/cc/libbpf +tar xf %{SOURCE1} +popd %build # Prevent the cpp examples from compilation and installation ++++++ v0.8.0.tar.gz -> v0.9.0.tar.gz ++++++ ++++ 17238 lines of diff (skipped)
