diff --git a/dwarves-1.10.tar.bz2 b/dwarves-1.10.tar.bz2 new file mode 100644 index 0000000..93c729b --- /dev/null +++ b/dwarves-1.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557306e1b58b475f689f44095ec62388877b1a8dd06174f97e309994c15bcc14 +size 96919 diff --git a/dwarves-1.9.tar.bz2 b/dwarves-1.9.tar.bz2 deleted file mode 100644 index ff54ee5..0000000 --- a/dwarves-1.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1161337928e06a1c2b5caf418aca2ba38f03fca586e1a469e722bc23b95e6935 -size 96125 diff --git a/dwarves.changes b/dwarves.changes index c99b90b..7406eba 100644 --- a/dwarves.changes +++ b/dwarves.changes @@ -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 diff --git a/dwarves.spec b/dwarves.spec index 073bf00..f16aa17 100644 --- a/dwarves.spec +++ b/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: 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 >= 0.142 +BuildRequires: libdwarf-devel +BuildRequires: libebl-devel +BuildRequires: libelf-devel BuildRequires: zlib-devel # Also known by its most prominent tool Provides: pahole = %version-%release