forked from pool/dwarves
- Update to new upstream release 1.15
OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=31
This commit is contained in:
parent
1f6a18bce7
commit
b9d0a57e98
5
_service
5
_service
@ -2,8 +2,9 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/libbpf/libbpf</param>
|
<param name="url">https://github.com/libbpf/libbpf</param>
|
||||||
<param name="revision">816253000e918f22e3b395d1bf743503d3508b41</param>
|
<param name="revision">52ec16bce80451130db50d0ad3a1c7135c12195c</param>
|
||||||
<param name="versionformat">0</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 27 11:22:47 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new upstream release 1.15
|
||||||
|
* Avoid null dereference with NULL configs
|
||||||
|
* Fixup printing "const" early with "const void"
|
||||||
|
* Fix recursively printing named structs in --expand_types
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 2 00:00:00 CEST 2019 - dsterba@suse.cz
|
Thu May 2 00:00:00 CEST 2019 - dsterba@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dwarves
|
Name: dwarves
|
||||||
Version: 1.13
|
Version: 1.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DWARF utilities
|
Summary: DWARF utilities
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -26,7 +26,7 @@ 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: libbpf-0.tar.xz
|
Source2: libbpf-0.0.3+git30.tar.xz
|
||||||
Source9: baselibs.conf
|
Source9: baselibs.conf
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libdw-devel >= 0.142
|
BuildRequires: libdw-devel >= 0.142
|
||||||
@ -81,7 +81,7 @@ for processing DWARF, a debugging data format for ELF files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn pahole-%version -a2
|
%setup -qn pahole-%version -a2
|
||||||
mv libbpf-0/* lib/bpf/
|
mv libbpf-0*/* lib/bpf/
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
|
3
libbpf-0.0.3+git30.tar.xz
Normal file
3
libbpf-0.0.3+git30.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bce9f7729cfe9083b6442fbec9fad574e2ff52aff7cb235509c4e0da36896377
|
||||||
|
size 117724
|
@ -1,3 +0,0 @@
|
|||||||
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:bf8eea5e11e203aac4dc3374bd80318b2c19435da80c255bdb8e1ac6a39a9e74
|
|
||||||
size 168038
|
|
3
pahole-1.15.tar.gz
Normal file
3
pahole-1.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a84e183a0ef652e4198a161a20d9eeb45d3c153f5208e1cea833e1f28ae6207d
|
||||||
|
size 168493
|
Loading…
Reference in New Issue
Block a user