rpms/elfutils/devel elfutils-portability.patch, 1.15, 1.16 elfutils.spec, 1.49, 1.50

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 31 20:44:54 UTC 2005


Author: roland

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

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

elfutils-portability.patch:
 ChangeLog           |   11 ++++++++++
 Makefile.in         |    1 
 config/Makefile.in  |    1 
 configure           |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 configure.ac        |    9 ++++++++
 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  |    6 ++++-
 libelf/Makefile.in  |    7 +++---
 libelf/common.h     |    4 +--
 m4/Makefile.in      |    1 
 src/ChangeLog       |    5 ++++
 src/Makefile.am     |    3 +-
 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, 196 insertions(+), 34 deletions(-)

Index: elfutils-portability.patch
===================================================================
RCS file: /cvs/dist/rpms/elfutils/devel/elfutils-portability.patch,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- elfutils-portability.patch	6 Sep 2005 03:23:06 -0000	1.15
+++ elfutils-portability.patch	31 Oct 2005 20:44:50 -0000	1.16
@@ -1,6 +1,6 @@
 --- elfutils/ChangeLog
 +++ elfutils/ChangeLog
-@@ -23,6 +23,17 @@
+@@ -29,6 +29,17 @@
  	* Makefile.am (all_SUBDIRS): Add libdwfl.
  	* configure.ac: Write libdwfl/Makefile.
  
@@ -274,7 +274,7 @@
  libcpu_i386_a_SOURCES = i386_dis.c
 --- elfutils/libdw/ChangeLog
 +++ elfutils/libdw/ChangeLog
-@@ -140,6 +140,11 @@
+@@ -239,6 +239,11 @@
  
  2005-05-31  Roland McGrath  <roland at redhat.com>
  
@@ -305,7 +305,7 @@
  
 --- elfutils/libdw/Makefile.in
 +++ elfutils/libdw/Makefile.in
-@@ -207,6 +207,7 @@ SHELL = @SHELL@
+@@ -206,6 +206,7 @@ SHELL = @SHELL@
  STRIP = @STRIP@
  USE_NLS = @USE_NLS@
  VERSION = 1
@@ -313,7 +313,7 @@
  XGETTEXT = @XGETTEXT@
  YACC = @YACC@
  ac_ct_CC = @ac_ct_CC@
-@@ -249,9 +250,9 @@ sharedstatedir = @sharedstatedir@
+@@ -248,9 +249,9 @@ sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@
  target_alias = @target_alias@
  @MUDFLAP_FALSE at AM_CFLAGS = -Wall -Werror -Wshadow -Wunused -Wformat=2 \
@@ -327,7 +327,7 @@
  						       $(COMPILE)))
 --- elfutils/libdwfl/ChangeLog
 +++ elfutils/libdwfl/ChangeLog
-@@ -192,6 +192,11 @@
+@@ -210,6 +210,11 @@
  
  2005-07-21  Roland McGrath  <roland at redhat.com>
  
@@ -433,7 +433,7 @@
  modules = i386 sh x86_64 ia64 alpha arm sparc ppc ppc64
 --- elfutils/libelf/ChangeLog
 +++ elfutils/libelf/ChangeLog
-@@ -86,6 +86,11 @@
+@@ -91,6 +91,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.
  
@@ -541,7 +541,7 @@
  ac_ct_CC = @ac_ct_CC@
 --- elfutils/src/ChangeLog
 +++ elfutils/src/ChangeLog
-@@ -216,6 +216,11 @@
+@@ -220,6 +220,11 @@
  	* readelf.c (print_debug_loc_section): Fix indentation for larger
  	address size.
  
@@ -666,7 +666,7 @@
  cannot set access and modification date of '%s'"), fname);
 --- elfutils/tests/ChangeLog
 +++ elfutils/tests/ChangeLog
-@@ -161,6 +161,11 @@
+@@ -181,6 +181,11 @@
  	* Makefile.am (TESTS): Add run-elflint-test.sh.
  	(EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
  
@@ -698,7 +698,7 @@
  endif
 --- elfutils/tests/Makefile.in
 +++ elfutils/tests/Makefile.in
-@@ -287,6 +287,7 @@ SHELL = @SHELL@
+@@ -291,6 +291,7 @@ SHELL = @SHELL@
  STRIP = @STRIP@
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
@@ -706,7 +706,7 @@
  XGETTEXT = @XGETTEXT@
  YACC = @YACC@
  ac_ct_CC = @ac_ct_CC@
-@@ -328,10 +329,10 @@ sbindir = @sbindir@
+@@ -332,10 +333,10 @@ sbindir = @sbindir@
  sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@
  target_alias = @target_alias@


Index: elfutils.spec
===================================================================
RCS file: /cvs/dist/rpms/elfutils/devel/elfutils.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- elfutils.spec	14 Sep 2005 21:04:47 -0000	1.49
+++ elfutils.spec	31 Oct 2005 20:44:50 -0000	1.50
@@ -1,5 +1,5 @@
-%define version 0.115
-%define release 3
+%define version 0.116
+%define release 1
 
 %define gpl 0
 %if %{?_with_compat:1}%{!?_with_compat:0}
@@ -247,6 +247,12 @@
 %{_libdir}/libelf.so
 
 %changelog
+* Mon Oct 31 2005 Roland McGrath <roland at redhat.com> - 0.116-1
+- update to 0.116
+  - libdw fixes, API changes and additions
+  - libdwfl fixes (#169672)
+  - eu-strip/libelf fix to preserve setuid/setgid permission bits (#167745)
+
 * Fri Sep  9 2005 Roland McGrath <roland at redhat.com> - 0.115-3
 - Update requires/conflicts for better biarch update behavior.
 




More information about the fedora-cvs-commits mailing list