rpms/elfutils/FC-6 .cvsignore, 1.38, 1.39 elfutils-portability.patch, 1.31, 1.32 elfutils.spec, 1.85, 1.86 sources, 1.39, 1.40 elfutils-0.130-fixes.patch, 1.2, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Nov 11 23:19:27 UTC 2007


Author: roland

Update of /cvs/dist/rpms/elfutils/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv30648

Modified Files:
	.cvsignore elfutils-portability.patch elfutils.spec sources 
Removed Files:
	elfutils-0.130-fixes.patch 
Log Message:
New upstream version 0.131


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/elfutils/FC-6/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore	16 Oct 2007 08:38:52 -0000	1.38
+++ .cvsignore	11 Nov 2007 23:19:24 -0000	1.39
@@ -1,3 +1,3 @@
 testfile16.symtab.bz2
 testfile16.symtab.debug.bz2
-elfutils-0.130.tar.gz
+elfutils-0.131.tar.gz

elfutils-portability.patch:
 ChangeLog            |   15 ++++++++
 Makefile.in          |    2 +
 backends/ChangeLog   |    8 ++++
 backends/Makefile.am |    6 ++-
 backends/Makefile.in |    8 ++--
 config/Makefile.in   |    2 +
 configure            |   92 +++++++++++++++++++++++++++++++++++++++++++++++++--
 configure.ac         |   28 +++++++++++++++
 lib/ChangeLog        |    5 ++
 lib/Makefile.am      |    3 +
 lib/Makefile.in      |    6 ++-
 libasm/ChangeLog     |    5 ++
 libasm/Makefile.am   |    3 +
 libasm/Makefile.in   |    6 ++-
 libcpu/ChangeLog     |    5 ++
 libcpu/Makefile.am   |    3 +
 libcpu/Makefile.in   |    4 +-
 libdw/ChangeLog      |    5 ++
 libdw/Makefile.am    |    3 +
 libdw/Makefile.in    |    7 ++-
 libdwfl/ChangeLog    |    5 ++
 libdwfl/Makefile.am  |    3 +
 libdwfl/Makefile.in  |    6 ++-
 libebl/ChangeLog     |    5 ++
 libebl/Makefile.am   |    3 +
 libebl/Makefile.in   |    6 ++-
 libelf/ChangeLog     |    5 ++
 libelf/Makefile.am   |    6 ++-
 libelf/Makefile.in   |    8 ++--
 libelf/common.h      |    4 +-
 m4/Makefile.in       |    2 +
 src/ChangeLog        |   15 ++++++++
 src/Makefile.am      |    6 ++-
 src/Makefile.in      |    9 +++-
 src/findtextrel.c    |    6 ++-
 src/strings.c        |    9 ++++
 src/strip.c          |   20 +++++++++--
 tests/ChangeLog      |    5 ++
 tests/Makefile.am    |    5 +-
 tests/Makefile.in    |    6 ++-
 40 files changed, 309 insertions(+), 41 deletions(-)

Index: elfutils-portability.patch
===================================================================
RCS file: /cvs/dist/rpms/elfutils/FC-6/elfutils-portability.patch,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- elfutils-portability.patch	16 Oct 2007 08:38:52 -0000	1.31
+++ elfutils-portability.patch	11 Nov 2007 23:19:24 -0000	1.32
@@ -1,6 +1,6 @@
 --- elfutils/backends/ChangeLog
 +++ elfutils/backends/ChangeLog
-@@ -229,6 +229,11 @@
+@@ -240,6 +240,11 @@
  	* sparc_init.c: Likewise.
  	* x86_64_init.c: Likewise.
  
@@ -12,7 +12,7 @@
  2005-11-19  Roland McGrath  <roland at redhat.com>
  
  	* ppc64_reloc.def: REL30 -> ADDR30.
-@@ -251,6 +256,9 @@
+@@ -262,6 +267,9 @@
  	* Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
  	(CLEANFILES): Add libebl_$(m).so.
  
@@ -479,7 +479,7 @@
  libcpu_i386_a_SOURCES = i386_dis.c
 --- elfutils/libdw/ChangeLog
 +++ elfutils/libdw/ChangeLog
-@@ -406,6 +406,11 @@
+@@ -425,6 +425,11 @@
  
  2005-05-31  Roland McGrath  <roland at redhat.com>
  
@@ -543,7 +543,7 @@
  						       $(COMPILE)))
 --- elfutils/libdwfl/ChangeLog
 +++ elfutils/libdwfl/ChangeLog
-@@ -647,6 +647,11 @@
+@@ -739,6 +739,11 @@
  
  2005-07-21  Roland McGrath  <roland at redhat.com>
  
@@ -604,7 +604,7 @@
  
 --- elfutils/libebl/ChangeLog
 +++ elfutils/libebl/ChangeLog
-@@ -501,6 +501,11 @@
+@@ -505,6 +505,11 @@
  	* Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
  	tracking works right.
  
@@ -665,7 +665,7 @@
  
 --- elfutils/libelf/ChangeLog
 +++ elfutils/libelf/ChangeLog
-@@ -295,6 +295,11 @@
+@@ -303,6 +303,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,15 +797,16 @@
  YACC = @YACC@
 --- elfutils/src/ChangeLog
 +++ elfutils/src/ChangeLog
-@@ -1,3 +1,7 @@
-+2007-10-16  Roland McGrath  <roland at redhat.com>
-+
+@@ -30,6 +30,8 @@
+ 
+ 	* readelf.c (hex_dump): Fix rounding error in whitespace calculation.
+ 
 +	* Makefile.am (readelf_no_Werror): New variable.
 +
  2007-10-15  Roland McGrath  <roland at redhat.com>
  
  	* make-debug-archive.in: New file.
-@@ -437,6 +441,10 @@
+@@ -469,6 +471,10 @@
  	* elflint.c (valid_e_machine): Add EM_ALPHA.
  	Reported by Christian Aichinger <Greek0 at gmx.net>.
  
@@ -816,7 +817,7 @@
  2006-08-08  Ulrich Drepper  <drepper at redhat.com>
  
  	* elflint.c (check_dynamic): Don't require DT_HASH for DT_SYMTAB.
-@@ -513,6 +521,10 @@
+@@ -545,6 +551,10 @@
  	* Makefile.am: Add hacks to create dependency files for non-generic
  	linker.
  
@@ -827,7 +828,7 @@
  2006-06-12  Ulrich Drepper  <drepper at redhat.com>
  
  	* ldgeneric.c (ld_generic_generate_sections): Don't create .interp
-@@ -861,6 +873,11 @@
+@@ -893,6 +903,11 @@
  	* readelf.c (print_debug_loc_section): Fix indentation for larger
  	address size.
  
@@ -1008,7 +1009,7 @@
  cannot set access and modification date of '%s'"), fname);
 --- elfutils/tests/ChangeLog
 +++ elfutils/tests/ChangeLog
-@@ -585,6 +585,11 @@
+@@ -606,6 +606,11 @@
  	* Makefile.am (TESTS): Add run-elflint-test.sh.
  	(EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
  


Index: elfutils.spec
===================================================================
RCS file: /cvs/dist/rpms/elfutils/FC-6/elfutils.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- elfutils.spec	17 Oct 2007 07:58:39 -0000	1.85
+++ elfutils.spec	11 Nov 2007 23:19:24 -0000	1.86
@@ -1,5 +1,5 @@
-%define eu_version 0.130
-%define eu_release 3
+%define eu_version 0.131
+%define eu_release 1
 
 %if %{?_with_compat:1}%{!?_with_compat:0}
 %define compat 1
@@ -35,8 +35,6 @@
 Source2: testfile16.symtab.bz2
 Source3: testfile16.symtab.debug.bz2
 
-Patch3: elfutils-0.130-fixes.patch
-
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: bison >= 1.875
@@ -156,8 +154,6 @@
 
 %patch2 -p1
 
-%patch3 -p0
-
 %build
 # Remove -Wall from default flags.  The makefiles enable enough warnings
 # themselves, and they use -Werror.  Appending -Wall defeats the cases where
@@ -265,6 +261,14 @@
 %{_libdir}/libelf.a
 
 %changelog
+* Sun Nov 11 2007 Roland McGrath <roland at redhat.com> - 0.131-1
+- Update to 0.131
+  - libdw: DW_FORM_ref_addr support; dwarf_formref entry point now deprecated;
+    	   bug fixes for oddly-formatted DWARF
+  - libdwfl: bug fixes in offline archive support, symbol table handling;
+	     apply partial relocations for dwfl_module_address_section on ET_REL
+  - libebl: powerpc backend support for Altivec registers
+
 * Wed Oct 17 2007 Roland McGrath <roland at redhat.com> - 0.130-3
 - Fix ET_REL support.
 - Fix odd indentation in eu-readelf -x output.


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/elfutils/FC-6/sources,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- sources	16 Oct 2007 08:38:52 -0000	1.39
+++ sources	11 Nov 2007 23:19:24 -0000	1.40
@@ -1,3 +1,3 @@
 07a924423a05b1bf6d0f9fe8b35dbe6b  testfile16.symtab.bz2
 bd40d1aaca8eaf1c7aea54bf4b29bda2  testfile16.symtab.debug.bz2
-8111e6ea9f237567cbe086fb10c29fa1  elfutils-0.130.tar.gz
+f7963fba80c6f74cd6c4990d2a76d121  elfutils-0.131.tar.gz


--- elfutils-0.130-fixes.patch DELETED ---




More information about the fedora-cvs-commits mailing list