forked from pool/dwarves
Accepting request 712252 from devel:tools
- Update to new upstream release 1.15 OBS-URL: https://build.opensuse.org/request/show/712252 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwarves?expand=0&rev=17
This commit is contained in:
commit
9b84e8d9a9
5
_service
5
_service
@ -2,8 +2,9 @@
|
||||
<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>
|
||||
<param name="revision">52ec16bce80451130db50d0ad3a1c7135c12195c</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: dwarves
|
||||
Version: 1.13
|
||||
Version: 1.15
|
||||
Release: 0
|
||||
Summary: DWARF utilities
|
||||
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-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
|
||||
Source2: libbpf-0.tar.xz
|
||||
Source2: libbpf-0.0.3+git30.tar.xz
|
||||
Source9: baselibs.conf
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libdw-devel >= 0.142
|
||||
@ -81,7 +81,7 @@ for processing DWARF, a debugging data format for ELF files.
|
||||
|
||||
%prep
|
||||
%setup -qn pahole-%version -a2
|
||||
mv libbpf-0/* lib/bpf/
|
||||
mv libbpf-0*/* lib/bpf/
|
||||
|
||||
%build
|
||||
%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