forked from pool/dwarves
dwarves 1.10
OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=13
This commit is contained in:
parent
698aa1940c
commit
ea00b9808f
3
dwarves-1.10.tar.bz2
Normal file
3
dwarves-1.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:557306e1b58b475f689f44095ec62388877b1a8dd06174f97e309994c15bcc14
|
||||
size 96919
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1161337928e06a1c2b5caf418aca2ba38f03fca586e1a469e722bc23b95e6935
|
||||
size 96125
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 6 21:39:25 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.10
|
||||
* Initial DWARF4 support
|
||||
* Add stubs for some new GNU tags
|
||||
* Fix a crash when pahole is called with -R -S
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
15
dwarves.spec
15
dwarves.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dwarves
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,21 +16,24 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: dwarves
|
||||
Url: http://acmel.wordpress.com/
|
||||
Summary: DWARF utilities
|
||||
Version: 1.9
|
||||
Release: 1
|
||||
License: GPLv2
|
||||
License: GPL-2.0
|
||||
Group: Development/Tools/Debuggers
|
||||
Version: 1.10
|
||||
Release: 0
|
||||
|
||||
#Git-Clone: git://git.kernel.org/pub/scm/linux/kernel/git/acme/pahole
|
||||
#DL-URL: http://fedorapeople.org/~acme/dwarves/
|
||||
Source: http://fedorapeople.org/~acme/dwarves/%{name}-%{version}.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: cmake libdw-devel libdwarf-devel libebl-devel libelf-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libdw-devel
|
||||
BuildRequires: libdwarf-devel
|
||||
BuildRequires: libebl-devel
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: zlib-devel
|
||||
# Also known by its most prominent tool
|
||||
Provides: pahole = %version-%release
|
||||
|
Loading…
Reference in New Issue
Block a user