Hello community, here is the log from the commit of package bcc for openSUSE:Factory checked in at 2020-08-07 14:09:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bcc (Old) and /work/SRC/openSUSE:Factory/.bcc.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bcc" Fri Aug 7 14:09:49 2020 rev:40 rq:824771 version:0.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bcc/bcc.changes 2020-07-03 00:13:43.072325873 +0200 +++ /work/SRC/openSUSE:Factory/.bcc.new.3399/bcc.changes 2020-08-07 14:10:16.538153355 +0200 @@ -1,0 +2,9 @@ +Fri Aug 7 04:05:51 UTC 2020 - Gary Ching-Pang Lin <[email protected]> + +- Modify URLs to get the tarballs with names not just versions +- Drop _constraints + + We don't link the static clang libraries anymore and this + reduces the requirements of hardware. +- Drop the unused _service file + +------------------------------------------------------------------- Old: ---- _constraints _service v0.0.9.tar.gz v0.15.0.tar.gz New: ---- bcc-0.15.0.tar.gz libbpf-0.0.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bcc.spec ++++++ --- /var/tmp/diff_new_pack.8uN3Jy/_old 2020-08-07 14:10:19.766147611 +0200 +++ /var/tmp/diff_new_pack.8uN3Jy/_new 2020-08-07 14:10:19.766147611 +0200 @@ -35,8 +35,8 @@ 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 -Source1: https://github.com/libbpf/libbpf/archive/v%{libbpf_version}.tar.gz +Source: https://github.com/iovisor/bcc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source1: https://github.com/libbpf/libbpf/archive/v%{libbpf_version}.tar.gz#/libbpf-%{libbpf_version}.tar.gz ExcludeArch: ppc s390 BuildRequires: bison BuildRequires: cmake >= 2.8.7 @@ -129,7 +129,7 @@ Documentation on how to write programs with the BPF Compiler Collection. %prep -%setup -q -D -n %{name}-%{version} +%setup -q pushd src/cc/libbpf tar xf %{SOURCE1} --strip 1
