forked from pool/dwarves
- Update to release 1.17
OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=35
This commit is contained in:
parent
6a5c490aaa
commit
1d11efe852
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYIAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCXfeZggAKCRCyPKLppCJ+
|
|
||||||
J+qRAP4hsYBLF8AiuBTDTCz+S6VtxKUwlF4Co/1amF6058K+wQEAic1NPigCkOAt
|
|
||||||
/oEIMwZTxcXTLSfndynDejpGmZ/eKwc=
|
|
||||||
=fzau
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f900628ea12fc033423400eb6fb660ac5a8522be430ec8f3e36abee6440e43a1
|
|
||||||
size 273060
|
|
7
dwarves-1.17.tar.sign
Normal file
7
dwarves-1.17.tar.sign
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYIAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCXmvkiQAKCRCyPKLppCJ+
|
||||||
|
J4lxAP4zV61YzVLpPVa3ruEfIVs9QlMzk83H9ng3mJ9l8SVb9AD/SzUtGLRwUuRR
|
||||||
|
6es+6YoDwkQCcilMN5K2xeRrctBeHws=
|
||||||
|
=X4s4
|
||||||
|
-----END PGP SIGNATURE-----
|
3
dwarves-1.17.tar.xz
Normal file
3
dwarves-1.17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f196b0604c16a3812031ed2cd4c14d27fef889186b514a16db2d2f52717aef70
|
||||||
|
size 309028
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 15 18:57:27 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.17
|
||||||
|
* Support raw BTF as available in /sys/kernel/btf/vmlinux.
|
||||||
|
* Make --find_pointers_to consider unions.
|
||||||
|
* Make --contains and --find_pointers_to honour --unions.
|
||||||
|
* Add support for finding pointers to void.
|
||||||
|
* Make --contains and --find_pointers_to to work with base types.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 16 15:50:02 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Mon Dec 16 15:50:02 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dwarves
|
# spec file for package dwarves
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dwarves
|
Name: dwarves
|
||||||
Version: 1.16
|
Version: 1.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DWARF utilities
|
Summary: DWARF utilities
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -30,10 +30,8 @@ Source2: https://fedorapeople.org/~acme/dwarves/dwarves-%version.tar.sign
|
|||||||
Source9: baselibs.conf
|
Source9: baselibs.conf
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libdw-devel >= 0.142
|
BuildRequires: libdw-devel >= 0.142
|
||||||
BuildRequires: libebl-devel
|
|
||||||
BuildRequires: libelf-devel
|
BuildRequires: libelf-devel
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
# Also known by its most prominent tool
|
# Also known by its most prominent tool
|
||||||
Provides: pahole = %version-%release
|
Provides: pahole = %version-%release
|
||||||
|
|
||||||
@ -80,7 +78,7 @@ 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 -cq
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user