rpms/elfutils/devel elfutils-portability.patch, 1.8, 1.9 elfutils.spec, 1.34, 1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Jul 24 21:18:41 UTC 2005


Author: roland

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

Modified Files:
	elfutils-portability.patch elfutils.spec 
Log Message:
Update to 0.110

elfutils-portability.patch:
 ChangeLog           |   11 ++++++++++
 Makefile.in         |    1 
 config/Makefile.in  |    1 
 configure           |   57 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 configure.ac        |   11 +++++++++-
 lib/ChangeLog       |    5 ++++
 lib/Makefile.am     |    3 +-
 lib/Makefile.in     |    5 ++--
 libasm/ChangeLog    |    5 ++++
 libasm/Makefile.am  |    3 +-
 libasm/Makefile.in  |    5 ++--
 libcpu/ChangeLog    |    5 ++++
 libcpu/Makefile.am  |    3 +-
 libcpu/Makefile.in  |    3 +-
 libdw/ChangeLog     |    5 ++++
 libdw/Makefile.am   |    3 +-
 libdw/Makefile.in   |    5 ++--
 libdwfl/ChangeLog   |    5 ++++
 libdwfl/Makefile.am |    3 +-
 libdwfl/Makefile.in |    5 ++--
 libebl/ChangeLog    |    5 ++++
 libebl/Makefile.am  |    3 +-
 libebl/Makefile.in  |    5 ++--
 libelf/ChangeLog    |    5 ++++
 libelf/Makefile.am  |    3 +-
 libelf/Makefile.in  |    5 ++--
 libelf/common.h     |    4 +--
 m4/Makefile.in      |    1 
 src/ChangeLog       |    5 ++++
 src/Makefile.am     |    5 ++--
 src/Makefile.in     |    5 ++--
 src/findtextrel.c   |    6 ++++-
 src/strip.c         |   20 ++++++++++++++++--
 tests/ChangeLog     |    5 ++++
 tests/Makefile.am   |    5 ++--
 tests/Makefile.in   |    5 ++--
 36 files changed, 195 insertions(+), 36 deletions(-)

Index: elfutils-portability.patch
===================================================================
RCS file: /cvs/dist/rpms/elfutils/devel/elfutils-portability.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- elfutils-portability.patch	22 Jul 2005 03:46:40 -0000	1.8
+++ elfutils-portability.patch	24 Jul 2005 21:18:39 -0000	1.9
@@ -32,12 +32,12 @@
 +++ elfutils/configure
 @@ -1,5 +1,5 @@
  #! /bin/sh
--# From configure.ac Revision: 1.49 .
-+# From configure.ac Revision: 1.47.2.4 .
+-# From configure.ac Revision: 1.50 .
++# From configure.ac Revision: 1.47.2.5 .
  # Guess values for system-dependent variables and create Makefiles.
- # Generated by GNU Autoconf 2.59 for Red Hat elfutils 0.109.
+ # Generated by GNU Autoconf 2.59 for Red Hat elfutils 0.110.
  #
-@@ -277,7 +277,7 @@ PACKAGE_STRING='Red Hat elfutils 0.109'
+@@ -277,7 +277,7 @@ PACKAGE_STRING='Red Hat elfutils 0.110'
  PACKAGE_BUGREPORT='http://bugzilla.redhat.com/bugzilla/'
  
  ac_unique_file="libelf/libelf.h"
@@ -288,7 +288,7 @@
  libcpu_i386_a_SOURCES = i386_dis.c
 --- elfutils/libdw/ChangeLog
 +++ elfutils/libdw/ChangeLog
-@@ -35,6 +35,11 @@
+@@ -44,6 +44,11 @@
  
  2005-05-31  Roland McGrath  <roland at redhat.com>
  
@@ -341,7 +341,8 @@
  @MUDFLAP_FALSE at noinst_LIBRARIES = libdw_pic.a
 --- elfutils/libdwfl/ChangeLog
 +++ elfutils/libdwfl/ChangeLog
-@@ -1,5 +1,10 @@
+@@ -4,6 +4,11 @@
+ 
  2005-07-21  Roland McGrath  <roland at redhat.com>
  
 +	* Makefile.am (WEXTRA): New variable, substituted by configure.
@@ -371,7 +372,7 @@
  VERSION = 1
 --- elfutils/libdwfl/Makefile.in
 +++ elfutils/libdwfl/Makefile.in
-@@ -179,6 +179,7 @@ SHELL = @SHELL@
+@@ -184,6 +184,7 @@ SHELL = @SHELL@
  STRIP = @STRIP@
  USE_NLS = @USE_NLS@
  VERSION = 1
@@ -379,7 +380,7 @@
  XGETTEXT = @XGETTEXT@
  YACC = @YACC@
  ac_ct_CC = @ac_ct_CC@
-@@ -221,9 +222,9 @@ sharedstatedir = @sharedstatedir@
+@@ -226,9 +227,9 @@ sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@
  target_alias = @target_alias@
  @MUDFLAP_FALSE at AM_CFLAGS = -Wall -Werror -Wshadow -Wunused -Wformat=2 \
@@ -393,7 +394,7 @@
  
 --- elfutils/libebl/ChangeLog
 +++ elfutils/libebl/ChangeLog
-@@ -46,6 +46,11 @@
+@@ -58,6 +58,11 @@
  	* Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
  	tracking works right.
  
@@ -446,7 +447,10 @@
  modules = i386 sh x86_64 ia64 alpha arm sparc ppc ppc64
 --- elfutils/libelf/ChangeLog
 +++ elfutils/libelf/ChangeLog
-@@ -1,3 +1,8 @@
+@@ -18,6 +18,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.
+ 
 +2005-05-31  Roland McGrath  <roland at redhat.com>
 +
 +	* Makefile.am (WEXTRA): New variable, substituted by configure.
@@ -537,7 +541,7 @@
  ac_ct_CC = @ac_ct_CC@
 --- elfutils/src/ChangeLog
 +++ elfutils/src/ChangeLog
-@@ -20,6 +20,11 @@
+@@ -44,6 +44,11 @@
  	* readelf.c (print_debug_loc_section): Fix indentation for larger
  	address size.
  
@@ -641,7 +645,7 @@
      }
  
    /* Open the file.  */
-@@ -1677,7 +1693,7 @@ handle_elf (int fd, Elf *elf, const char
+@@ -1678,7 +1694,7 @@ handle_elf (int fd, Elf *elf, const char
    /* If requested, preserve the timestamp.  */
    if (tvp != NULL)
      {
@@ -650,7 +654,7 @@
  	{
  	  error (0, errno, gettext ("\
  cannot set access and modification date of '%s'"),
-@@ -1734,7 +1750,7 @@ handle_ar (int fd, Elf *elf, const char 
+@@ -1735,7 +1751,7 @@ handle_ar (int fd, Elf *elf, const char 
  
    if (tvp != NULL)
      {


Index: elfutils.spec
===================================================================
RCS file: /cvs/dist/rpms/elfutils/devel/elfutils.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- elfutils.spec	22 Jul 2005 21:12:07 -0000	1.34
+++ elfutils.spec	24 Jul 2005 21:18:39 -0000	1.35
@@ -1,5 +1,5 @@
-%define version 0.109
-%define release 2
+%define version 0.110
+%define release 1
 
 %define gpl 0
 %if %{?_with_compat:1}%{!?_with_compat:0}
@@ -226,6 +226,9 @@
 %{_libdir}/libelf.so
 
 %changelog
+* Sun Jul 24 2005 Roland McGrath <roland at redhat.com> - 0.110-1
+- update to 0.110
+
 * Fri Jul 22 2005 Roland McGrath <roland at redhat.com> - 0.109-2
 - update to 0.109
   - verify that libebl modules are from the same build




More information about the fedora-cvs-commits mailing list