New upstream version 0.129
This commit is contained in:
parent
48541a3969
commit
7f96a312c1
@ -1,3 +1,3 @@
|
||||
testfile16.symtab.bz2
|
||||
testfile16.symtab.debug.bz2
|
||||
elfutils-0.128.tar.gz
|
||||
elfutils-0.129.tar.gz
|
||||
|
@ -479,7 +479,7 @@
|
||||
libcpu_i386_a_SOURCES = i386_dis.c
|
||||
--- elfutils/libdw/ChangeLog
|
||||
+++ elfutils/libdw/ChangeLog
|
||||
@@ -370,6 +370,11 @@
|
||||
@@ -386,6 +386,11 @@
|
||||
|
||||
2005-05-31 Roland McGrath <roland@redhat.com>
|
||||
|
||||
@ -543,7 +543,7 @@
|
||||
$(COMPILE)))
|
||||
--- elfutils/libdwfl/ChangeLog
|
||||
+++ elfutils/libdwfl/ChangeLog
|
||||
@@ -504,6 +504,11 @@
|
||||
@@ -531,6 +531,11 @@
|
||||
|
||||
2005-07-21 Roland McGrath <roland@redhat.com>
|
||||
|
||||
@ -604,7 +604,7 @@
|
||||
|
||||
--- elfutils/libebl/ChangeLog
|
||||
+++ elfutils/libebl/ChangeLog
|
||||
@@ -469,6 +469,11 @@
|
||||
@@ -476,6 +476,11 @@
|
||||
* Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
|
||||
tracking works right.
|
||||
|
||||
@ -665,7 +665,7 @@
|
||||
|
||||
--- elfutils/libelf/ChangeLog
|
||||
+++ elfutils/libelf/ChangeLog
|
||||
@@ -225,6 +225,11 @@
|
||||
@@ -234,6 +234,11 @@
|
||||
If section content hasn't been read yet, do it before looking for the
|
||||
block size. If no section data present, infer size of section header.
|
||||
|
||||
@ -797,7 +797,7 @@
|
||||
YACC = @YACC@
|
||||
--- elfutils/src/ChangeLog
|
||||
+++ elfutils/src/ChangeLog
|
||||
@@ -176,6 +176,10 @@
|
||||
@@ -220,6 +220,10 @@
|
||||
* elflint.c (valid_e_machine): Add EM_ALPHA.
|
||||
Reported by Christian Aichinger <Greek0@gmx.net>.
|
||||
|
||||
@ -808,7 +808,7 @@
|
||||
2006-08-08 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elflint.c (check_dynamic): Don't require DT_HASH for DT_SYMTAB.
|
||||
@@ -252,6 +256,10 @@
|
||||
@@ -296,6 +300,10 @@
|
||||
* Makefile.am: Add hacks to create dependency files for non-generic
|
||||
linker.
|
||||
|
||||
@ -819,7 +819,7 @@
|
||||
2006-06-12 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* ldgeneric.c (ld_generic_generate_sections): Don't create .interp
|
||||
@@ -600,6 +608,11 @@
|
||||
@@ -644,6 +652,11 @@
|
||||
* readelf.c (print_debug_loc_section): Fix indentation for larger
|
||||
address size.
|
||||
|
||||
@ -980,7 +980,7 @@
|
||||
cannot set access and modification date of '%s'"), fname);
|
||||
--- elfutils/tests/ChangeLog
|
||||
+++ elfutils/tests/ChangeLog
|
||||
@@ -525,6 +525,11 @@
|
||||
@@ -549,6 +549,11 @@
|
||||
* Makefile.am (TESTS): Add run-elflint-test.sh.
|
||||
(EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
|
||||
|
||||
@ -1012,7 +1012,7 @@
|
||||
endif
|
||||
--- elfutils/tests/Makefile.in
|
||||
+++ elfutils/tests/Makefile.in
|
||||
@@ -315,6 +315,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
@@ -322,6 +322,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
@ -1020,7 +1020,7 @@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
@@ -344,6 +345,7 @@ SHELL = @SHELL@
|
||||
@@ -351,6 +352,7 @@ SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
USE_NLS = @USE_NLS@
|
||||
VERSION = @VERSION@
|
||||
@ -1028,7 +1028,7 @@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
XGETTEXT_015 = @XGETTEXT_015@
|
||||
YACC = @YACC@
|
||||
@@ -398,10 +400,10 @@ sysconfdir = @sysconfdir@
|
||||
@@ -405,10 +407,10 @@ sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define eu_version 0.128
|
||||
%define eu_release 2
|
||||
%define eu_version 0.129
|
||||
%define eu_release 1
|
||||
|
||||
%if %{?_with_compat:1}%{!?_with_compat:0}
|
||||
%define compat 1
|
||||
@ -22,7 +22,7 @@ Release: %{eu_release}%{?dist}
|
||||
%else
|
||||
Release: 0.%{eu_release}
|
||||
%endif
|
||||
License: GPL
|
||||
License: GPLv2 with exceptions
|
||||
Group: Development/Tools
|
||||
Source: elfutils-%{version}.tar.gz
|
||||
Patch1: elfutils-portability.patch
|
||||
@ -153,9 +153,6 @@ find . \( -name configure -o -name config.h.in \) -print | xargs touch
|
||||
|
||||
%patch2 -p1
|
||||
|
||||
# XXX trivial patch for 0.128
|
||||
sed -i /ifndef/s/PACKAGE/PACKAGE_NAME/ libdwfl/libdwflP.h
|
||||
|
||||
%build
|
||||
# Remove -Wall from default flags. The makefiles enable enough warnings
|
||||
# themselves, and they use -Werror. Appending -Wall defeats the cases where
|
||||
@ -262,6 +259,13 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/libelf.a
|
||||
|
||||
%changelog
|
||||
* Tue Aug 14 2007 Roland McGrath <roland@redhat.com> - 0.129-1
|
||||
- Update to 0.129
|
||||
- readelf: new options --hex-dump (or -x), --strings (or -p) (#250973)
|
||||
- addr2line: new option --symbols (or -S)
|
||||
- libdw: dwarf_getscopes fixes (#230235)
|
||||
- libdwfl: dwfl_module_addrsym fixes (#249490)
|
||||
|
||||
* Fri Jun 8 2007 Roland McGrath <roland@redhat.com> - 0.128-2
|
||||
- Update to 0.128
|
||||
- new program: unstrip
|
||||
|
Loading…
Reference in New Issue
Block a user