pahole: Prepping 1.24
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
f5c09250c7
commit
05b619f3f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/0001-btf-Remove-ftrace-filter.patch
|
||||
/dwarves-1.22.tar.xz
|
||||
/dwarves-1.23.tar.xz
|
||||
/dwarves-1.24.tar.xz
|
||||
|
15
dwarves.spec
15
dwarves.spec
@ -2,8 +2,8 @@
|
||||
%define libver 1
|
||||
|
||||
Name: dwarves
|
||||
Version: 1.23
|
||||
Release: 3%{?dist}
|
||||
Version: 1.24
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Summary: Debugging Information Manipulation Tools (pahole & friends)
|
||||
URL: http://acmel.wordpress.com
|
||||
@ -79,7 +79,7 @@ rm -Rf %{buildroot}
|
||||
%files
|
||||
%doc README.ctracer
|
||||
%doc README.btf
|
||||
%doc changes-v1.23
|
||||
%doc changes-v1.24
|
||||
%doc NEWS
|
||||
%{_bindir}/btfdiff
|
||||
%{_bindir}/codiff
|
||||
@ -131,6 +131,15 @@ rm -Rf %{buildroot}
|
||||
%{_libdir}/%{libname}_reorganize.so
|
||||
|
||||
%changelog
|
||||
* Wed Aug 17 2022 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.24-1
|
||||
- New release: v1.24
|
||||
- Add support to BTF_KIND_ENUM64.
|
||||
- Support multithreaded BTF encoding.
|
||||
- Encode char type as signed in BTF.
|
||||
- Introduce --lang and --lang_exclude to pahole.
|
||||
- Introduce --compile to pahole.
|
||||
- Don't segfault when processing bogus files.
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dwarves-1.23.tar.xz) = 5255930d6898ce35a41e3e553363964663d2b686d12732ff6140fa1d06fcc3806adf28e24ec35ab0712eec0562c52c3943afe9ecce468b0053b852ffeb04c3dc
|
||||
SHA512 (dwarves-1.24.tar.xz) = bc2aa6b6c52b6dfa308a2998ae7dd64050e2e1ce659b30fd7575ee44262d2a58e1a7f1dd999c8ac0d440c9c50cdf745ec97321b18f95b26eb07ceb6c9b29c6cf
|
||||
|
Loading…
Reference in New Issue
Block a user