From df33e5f2c2fc7f0936b37251c1cf4049b5eceb2a Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Fri, 13 Feb 2009 14:16:38 +0000 Subject: [PATCH] New upstream release: 1.7 Signed-off-by: Arnaldo Carvalho de Melo --- .cvsignore | 2 +- dwarves.spec | 26 +++++++++++++++++++++++--- sources | 2 +- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5b0b7e7..e3743a0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dwarves-1.6.tar.bz2 +dwarves-1.7.tar.bz2 diff --git a/dwarves.spec b/dwarves.spec index 28e1aa4..086719d 100644 --- a/dwarves.spec +++ b/dwarves.spec @@ -2,13 +2,13 @@ %define libver 1 Name: dwarves -Version: 1.6 -Release: 1 +Version: 1.7 +Release: 2 License: GPLv2 Summary: Dwarf Tools Group: Development/Tools URL: http://oops.ghostprotocols.net:81/blog -Source: http://userweb.kernel.org/~acme/dwarves/%{name}-%{version}.tar.bz2 +Source: http://fedorapeople.org/~acme/dwarves/%{name}-%{version}.tar.bz2 BuildRequires: cmake BuildRequires: elfutils-devel >= 0.130 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -82,9 +82,11 @@ rm -rf %{buildroot} %{_bindir}/prefcnt %{_bindir}/syscse %{_bindir}/ostra-cg +%dir %{_datadir}/dwarves/ %dir %{_datadir}/dwarves/runtime/ %dir %{_datadir}/dwarves/runtime/python/ %defattr(0644,root,root,0755) +%{_mandir}/man1/pahole.1* %{_datadir}/dwarves/runtime/Makefile %{_datadir}/dwarves/runtime/linux.blacklist.cu %{_datadir}/dwarves/runtime/ctracer_relay.c @@ -108,6 +110,24 @@ rm -rf %{buildroot} %{_libdir}/%{libname}_reorganize.so %changelog +* Fri Feb 13 2009 Arnaldo Carvalho de Melo - 1.7-2 +- Own /usr/share/dwarves, fixes #473645 + +* Fri Feb 13 2009 Arnaldo Carvalho de Melo - 1.7-1 +- A CTF decoder based on work done by David S. Miller +- Handle DW_TAG_class_type, +- Add support for showing classes with a prefix +- Add support to DW_TAG_ptr_to_member_type +- Handle typedef definitions in functions +- Print the number of members in a struct/class +- Handle the empty base optimization trick (Zero sized C++ class) +- codiff detect changes in the prototype even when function size doesn't change +- pfunct: Implement --expand_types +- Reduce memory consumption by using a strings table +- Speed up struct search by name +- Several minor bug fixes and infrastructure improvements. +- Initial man page for pahole + * Mon Feb 11 2008 Arnaldo Carvalho de Melo - 1.6-1 - c83d935a4fd561a3807f520c126c2a61ae1f4d83 - [DWARVES]: Use a hash table for the tags in a CU diff --git a/sources b/sources index d0e08e5..61ea8e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -29f141949d91d7a9c92c2a3f81abf083 dwarves-1.6.tar.bz2 +30dfc01981e139269fcfed72c6784d2f dwarves-1.7.tar.bz2