From 88c3a80d08efa7110aec96bf44e10ab215525408 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Dec 07 2009 16:52:16 +0000 Subject: New upstream release: 1.8 Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/.cvsignore b/.cvsignore index e3743a0..7cd41ba 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dwarves-1.7.tar.bz2 +dwarves-1.8.tar.bz2 diff --git a/dwarves.spec b/dwarves.spec index d051544..521f2db 100644 --- a/dwarves.spec +++ b/dwarves.spec @@ -2,20 +2,20 @@ %define libver 1 Name: dwarves -Version: 1.7 -Release: 5 +Version: 1.8 +Release: 1%{?dist} License: GPLv2 -Summary: Dwarf Tools +Summary: Debugging Information Manipulation Tools Group: Development/Tools URL: http://oops.ghostprotocols.net:81/blog Source: http://fedorapeople.org/~acme/dwarves/%{name}-%{version}.tar.bz2 BuildRequires: cmake -BuildRequires: elfutils-devel >= 0.130 BuildRequires: zlib-devel +BuildRequires: elfutils-devel >= 0.130 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %description -dwarves is a set of tools that use the DWARF debugging information inserted in +dwarves is a set of tools that use the debugging information inserted in ELF binaries by compilers such as GCC, used by well known debuggers such as GDB, and more recent ones such as systemtap. @@ -32,23 +32,20 @@ code generate on the resulting binaries. Another tool is pfunct, that can be used to find all sorts of information about functions, inlines, decisions made by the compiler about inlining, etc. -The documentation about ctracer is not updated to the latest developments: it -now generates systemtap scripts, stay tuned for improvements in this area! - %package -n %{libname}%{libver} -Summary: DWARF processing library +Summary: Debugging information processing library Group: Development/Libraries %description -n %{libname}%{libver} -DWARF processing library +Debugging information processing library. %package -n %{libname}%{libver}-devel -Summary: DWARF processing library development files +Summary: Debugging information library development files Group: Development/Libraries Requires: %{libname}%{libver} = %{version}-%{release} %description -n %{libname}%{libver}-devel -DWARF processing library development files +Debugging information processing library development files. %prep %setup -q -c -n %{name}-%{version} @@ -103,22 +100,21 @@ rm -rf %{buildroot} %files -n %{libname}%{libver}-devel %defattr(0644,root,root,0755) %doc MANIFEST README -%{_includedir}/dwarves.h -%{_includedir}/dwarves_emit.h -%{_includedir}/dwarves_reorganize.h +%{_includedir}/dwarves/dwarves.h +%{_includedir}/dwarves/dwarves_emit.h +%{_includedir}/dwarves/dwarves_reorganize.h +%{_includedir}/dwarves/dutil.h +%{_includedir}/dwarves/gobuffer.h +%{_includedir}/dwarves/list.h +%{_includedir}/dwarves/rbtree.h +%{_includedir}/dwarves/strings.h %{_libdir}/%{libname}.so %{_libdir}/%{libname}_emit.so %{_libdir}/%{libname}_reorganize.so %changelog -* Fri Jul 24 2009 Fedora Release Engineering - 1.7-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Tue Feb 24 2009 Fedora Release Engineering - 1.7-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Fri Feb 13 2009 Arnaldo Carvalho de Melo - 1.7-3 -- Add BuildRequires for zlib-devel +* Fri Dec 4 2009 Apr 23 2009 Arnaldo Carvalho de Melo - 1.8-1 +- New release * Fri Feb 13 2009 Arnaldo Carvalho de Melo - 1.7-2 - Own /usr/share/dwarves, fixes #473645 diff --git a/sources b/sources index 61ea8e9..97445ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30dfc01981e139269fcfed72c6784d2f dwarves-1.7.tar.bz2 +92ef945346d087ff3d29fb03c0e08625 dwarves-1.8.tar.bz2