diff --git a/.gitignore b/.gitignore index 7a0c83e..1a5faae 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /bcc-0.8.0.tar.gz /bcc-0.9.0.tar.gz /bcc-0.10.0.tar.gz +/bcc-0.11.0.tar.gz diff --git a/bcc.spec b/bcc.spec index 474b25a..6e0f4a5 100644 --- a/bcc.spec +++ b/bcc.spec @@ -8,19 +8,19 @@ %bcond_without llvm_static Name: bcc -Version: 0.10.0 -Release: 4%{?dist} +Version: 0.11.0 +Release: 1%{?dist} Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc # Generate source tarball until upstream bug is fixed # See https://github.com/iovisor/bcc/issues/2261 # To generate the tarball, use the following commands -# git clone -b "v0.10.0" --single-branch --depth 1 url bcc-0.10.0 -# pushd bcc-0.10.0 +# git clone -b "v0.11.0" --single-branch --depth 1 url bcc-0.11.0 +# pushd bcc-0.11.0 # git submodule update --init # popd -# tar zcvf bcc-0.10.0.tar.gz bcc-0.10.0/ +# tar zcvf bcc-0.11.0.tar.gz bcc-0.11.0/ #Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz @@ -179,6 +179,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/ %changelog +* Fri Oct 04 2019 Rafael dos Santos - 0.11.0-1 +- Rebase to latest upstream version (#1758417) + * Thu Oct 03 2019 Miro HronĨok - 0.10.0-4 - Rebuilt for Python 3.8.0rc1 (#1748018) diff --git a/sources b/sources index e176cde..bd8dc25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bcc-0.10.0.tar.gz) = b81458982cc5b0310b181435588a6ccf4fc2cf33e8ff34be90bf0a7aeb426766218e673a1eb77999a2d6797612b9e75fdbea082b569596ebdf302a456e3bbcf1 +SHA512 (bcc-0.11.0.tar.gz) = 7d6ae598c6ed79eb8ad2d9607f4d20632e7c0d229f1fd33f0503f4e9a1af3db9b63697a1b8e0d1f3d82b0bbe3050bdc09e27dca9106b4527e6844b2b4189a693