forked from pool/dwarves
Accepting request 706043 from devel:tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/706043 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwarves?expand=0&rev=16
This commit is contained in:
commit
bd5c99ed67
12
_service
Normal file
12
_service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">https://github.com/libbpf/libbpf</param>
|
||||||
|
<param name="revision">816253000e918f22e3b395d1bf743503d3508b41</param>
|
||||||
|
<param name="versionformat">0</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress" mode="disabled">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
</services>
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 2 00:00:00 CEST 2019 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- version 1.13
|
||||||
|
- Use of the recently introduced BTF deduplication algorithm
|
||||||
|
- Introduce a 'btfdiff' utility
|
||||||
|
- Add a BTF loader, i.e. 'pahole -F btf' allows pretty printing of structs
|
||||||
|
and unions in the same fashion as with DWARF info
|
||||||
|
- Better union support
|
||||||
|
- Infer __attribute__((__packed__)) when structs have no alignment holes
|
||||||
|
- Support DWARF5's DW_AT_alignment
|
||||||
|
- Add a '--compile' option to 'pfunct'
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 16 21:20:17 UTC 2018 - jengelh@inai.de
|
Thu Aug 16 21:20:17 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
12
dwarves.spec
12
dwarves.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dwarves
|
# spec file for package dwarves
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,12 +12,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: dwarves
|
Name: dwarves
|
||||||
Version: 1.12
|
Version: 1.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DWARF utilities
|
Summary: DWARF utilities
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -26,7 +26,8 @@ Url: http://acmel.wordpress.com/
|
|||||||
#Git-Clone: git://git.kernel.org/pub/scm/devel/pahole/pahole
|
#Git-Clone: git://git.kernel.org/pub/scm/devel/pahole/pahole
|
||||||
#Git-Web: http://git.kernel.org/cgit/devel/pahole/pahole.git
|
#Git-Web: http://git.kernel.org/cgit/devel/pahole/pahole.git
|
||||||
Source: https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-%version.tar.gz
|
Source: https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-%version.tar.gz
|
||||||
Source2: baselibs.conf
|
Source2: libbpf-0.tar.xz
|
||||||
|
Source9: baselibs.conf
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libdw-devel >= 0.142
|
BuildRequires: libdw-devel >= 0.142
|
||||||
BuildRequires: libebl-devel
|
BuildRequires: libebl-devel
|
||||||
@ -79,7 +80,8 @@ This package contains the development files for libdwarves, a library
|
|||||||
for processing DWARF, a debugging data format for ELF files.
|
for processing DWARF, a debugging data format for ELF files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn pahole-%version
|
%setup -qn pahole-%version -a2
|
||||||
|
mv libbpf-0/* lib/bpf/
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
|
3
libbpf-0.tar.xz
Normal file
3
libbpf-0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b8919e310ea250466c3ea1a33c6cb77df1ee983770a6e4aa8b70ba25db8ebb5c
|
||||||
|
size 104312
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2452464cbfdbaece6187d7860000fe8ef24b7271f88122cf540d3e0ab4a644d1
|
|
||||||
size 148485
|
|
3
pahole-1.13.tar.gz
Normal file
3
pahole-1.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bf8eea5e11e203aac4dc3374bd80318b2c19435da80c255bdb8e1ac6a39a9e74
|
||||||
|
size 168038
|
Loading…
Reference in New Issue
Block a user