Rebase to new release version: 0.13.0
Signed-off-by: Augusto Caringi <acaringi@redhat.com>
This commit is contained in:
parent
59719a951e
commit
f44446a63c
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/bpftrace-0.11.4.tar.gz
|
/bpftrace-0.11.4.tar.gz
|
||||||
/bpftrace-0.12.0.tar.gz
|
/bpftrace-0.12.0.tar.gz
|
||||||
/bpftrace-0.12.1.tar.gz
|
/bpftrace-0.12.1.tar.gz
|
||||||
|
/bpftrace-0.13.0.tar.gz
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff --git a/src/parser.yy b/src/parser.yy
|
|
||||||
index 53293c5..3dbbd05 100644
|
|
||||||
--- a/src/parser.yy
|
|
||||||
+++ b/src/parser.yy
|
|
||||||
@@ -18,6 +18,7 @@
|
|
||||||
%code requires
|
|
||||||
{
|
|
||||||
#include <regex>
|
|
||||||
+#include <limits>
|
|
||||||
|
|
||||||
namespace bpftrace {
|
|
||||||
class Driver;
|
|
@ -1,12 +1,11 @@
|
|||||||
Name: bpftrace
|
Name: bpftrace
|
||||||
Version: 0.12.1
|
Version: 0.13.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: High-level tracing language for Linux eBPF
|
Summary: High-level tracing language for Linux eBPF
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
|
||||||
URL: https://github.com/iovisor/bpftrace
|
URL: https://github.com/iovisor/bpftrace
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Patch3: %{name}-gcc11.patch
|
|
||||||
|
|
||||||
# Arches will be included as upstream support is added and dependencies are
|
# Arches will be included as upstream support is added and dependencies are
|
||||||
# satisfied in the respective arches
|
# satisfied in the respective arches
|
||||||
@ -76,6 +75,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Augusto Caringi <acaringi@redhat.com> - 0.13.0-1
|
||||||
|
- Rebased to version 0.13.0
|
||||||
|
|
||||||
* Tue Aug 03 2021 Rafael Santos <rdossant@redhat.com> - 0.12.1-3
|
* Tue Aug 03 2021 Rafael Santos <rdossant@redhat.com> - 0.12.1-3
|
||||||
- Rebuilt for bcc-0.21.0
|
- Rebuilt for bcc-0.21.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (bpftrace-0.12.1.tar.gz) = a578499668bd2eb7342689b6c0ef3db6ca263a971d8e6f1b9a68c502c27170d24ede212a0fc2a72263e72aff58924f488a5c80d447397503a08512dc47b63345
|
SHA512 (bpftrace-0.13.0.tar.gz) = 16b3f11c365cc7e306045a5cb6bcf6c66b92d746884f6587ce7cc4c76841b284757bff7b38b9838eb3db129e996e4f1b13afec34da57981362dadef8460816d0
|
||||||
|
Loading…
Reference in New Issue
Block a user