OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [email protected]
  Module: openpkg-src                      Date:   03-Feb-2009 08:31:52
  Branch: HEAD                             Handle: 2009020307315100

  Modified files:
    openpkg-src/binutils    binutils.patch binutils.spec

  Log:
    upgrading package: binutils 2.19 -> 2.19.1

  Summary:
    Revision    Changes     Path
    1.24        +23 -22     openpkg-src/binutils/binutils.patch
    1.86        +3  -2      openpkg-src/binutils/binutils.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/binutils/binutils.patch
  ============================================================================
  $ cvs diff -u -r1.23 -r1.24 binutils.patch
  --- openpkg-src/binutils/binutils.patch       16 Oct 2008 20:41:07 -0000      
1.23
  +++ openpkg-src/binutils/binutils.patch       3 Feb 2009 07:31:51 -0000       
1.24
  @@ -8,9 +8,9 @@
   linker under Solaris 10/amd64.
   
   Index: include/elf/common.h
  ---- include/elf/common.h.orig        2007-08-28 19:19:40 +0200
  -+++ include/elf/common.h     2007-08-29 09:30:04 +0200
  -@@ -353,6 +353,9 @@
  +--- include/elf/common.h.orig        2008-08-04 01:20:42 +0200
  ++++ include/elf/common.h     2009-02-03 08:15:09 +0100
  +@@ -404,6 +404,9 @@
    #define SHT_SUNW_verdef     0x6ffffffd      /* Versions defined by file */
    #define SHT_SUNW_verneed 0x6ffffffe /* Versions needed by file */
    #define SHT_SUNW_versym     0x6fffffff      /* Symbol versions */
  @@ -21,9 +21,9 @@
    #define SHT_GNU_verdef      SHT_SUNW_verdef
    #define SHT_GNU_verneed     SHT_SUNW_verneed
   Index: bfd/elf.c
  ---- bfd/elf.c.orig   2007-08-28 19:19:33 +0200
  -+++ bfd/elf.c        2007-08-29 09:30:04 +0200
  -@@ -1793,6 +1793,11 @@
  +--- bfd/elf.c.orig   2008-12-23 14:54:48 +0100
  ++++ bfd/elf.c        2009-02-03 08:15:09 +0100
  +@@ -1859,6 +1859,11 @@
          elf_tdata (abfd)->dynverref_hdr = *hdr;
          return _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex);
    
  @@ -35,7 +35,7 @@
        case SHT_SHLIB:
          return TRUE;
    
  -@@ -4682,6 +4687,12 @@
  +@@ -4825,6 +4830,12 @@
      else
        i_ehdrp->e_type = ET_REL;
    
  @@ -49,9 +49,9 @@
        {
        case bfd_arch_unknown:
   Index: bfd/elf64-x86-64.c
  ---- bfd/elf64-x86-64.c.orig  2007-08-06 21:59:33 +0200
  -+++ bfd/elf64-x86-64.c       2007-08-29 09:30:04 +0200
  -@@ -345,7 +345,11 @@
  +--- bfd/elf64-x86-64.c.orig  2008-07-28 20:07:05 +0200
  ++++ bfd/elf64-x86-64.c       2009-02-03 08:15:09 +0100
  +@@ -346,7 +346,11 @@
    /* The name of the dynamic interpreter.      This is put in the .interp
       section.  */
    
  @@ -69,9 +69,9 @@
   Support FreeBSD >= 4.10 by fixing platform detection.
   
   Index: bfd/configure
  ---- bfd/configure.orig       2007-08-28 22:19:51 +0200
  -+++ bfd/configure    2007-08-29 09:30:04 +0200
  -@@ -17459,6 +17459,10 @@
  +--- bfd/configure.orig       2009-02-02 11:44:37 +0100
  ++++ bfd/configure    2009-02-03 08:15:09 +0100
  +@@ -18061,6 +18061,10 @@
      i[3-7]86-*-bsdi)
        COREFILE=
        ;;
  @@ -88,8 +88,8 @@
   Fight problems with --disable-nls under Solaris
   
   Index: gas/asintl.h
  ---- gas/asintl.h.orig        2007-08-06 21:59:49 +0200
  -+++ gas/asintl.h     2007-08-29 09:30:04 +0200
  +--- gas/asintl.h.orig        2007-07-03 13:01:02 +0200
  ++++ gas/asintl.h     2009-02-03 08:15:09 +0100
   @@ -20,6 +20,11 @@
       Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
       02110-1301, USA.  */
  @@ -103,8 +103,8 @@
    # ifndef ENABLE_NLS
       /* The Solaris version of locale.h always includes libintl.h.  If we have
   Index: ld/ld.h
  ---- ld/ld.h.orig     2007-08-06 22:00:19 +0200
  -+++ ld/ld.h  2007-08-29 09:30:04 +0200
  +--- ld/ld.h.orig     2008-05-31 18:35:56 +0200
  ++++ ld/ld.h  2009-02-03 08:15:09 +0100
   @@ -23,6 +23,11 @@
    #ifndef LD_H
    #define LD_H
  @@ -118,9 +118,9 @@
    #endif
    #ifndef SEEK_CUR
   Index: ld/Makefile.in
  ---- ld/Makefile.in.orig      2007-08-06 22:29:54 +0200
  -+++ ld/Makefile.in   2007-08-29 09:30:04 +0200
  -@@ -287,7 +287,7 @@
  +--- ld/Makefile.in.orig      2008-12-23 14:54:52 +0100
  ++++ ld/Makefile.in   2009-02-03 08:15:09 +0100
  +@@ -291,7 +291,7 @@
    # We put the scripts in the directory $(scriptdir)/ldscripts.
    # We can't put the scripts in $(datadir) because the SEARCH_DIR
    # directives need to be different for native and cross linkers.
  @@ -136,7 +136,7 @@
   
   Index: libiberty/fibheap.c
   --- libiberty/fibheap.c.orig 2005-05-10 17:33:33 +0200
  -+++ libiberty/fibheap.c      2007-08-29 09:30:04 +0200
  ++++ libiberty/fibheap.c      2009-02-03 08:15:09 +0100
   @@ -34,8 +34,11 @@
    #include "libiberty.h"
    #include "fibheap.h"
  @@ -162,7 +162,7 @@
   
   Index: bfd/elf-eh-frame.c
   --- bfd/elf-eh-frame.c.orig  2008-09-17 11:00:44 +0200
  -+++ bfd/elf-eh-frame.c       2008-10-16 22:34:32 +0200
  ++++ bfd/elf-eh-frame.c       2009-02-03 08:15:09 +0100
   @@ -887,9 +887,11 @@
      goto success;
    
  @@ -175,3 +175,4 @@
      hdr_info->table = FALSE;
      if (sec_info)
        free (sec_info);
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/binutils/binutils.spec
  ============================================================================
  $ cvs diff -u -r1.85 -r1.86 binutils.spec
  --- openpkg-src/binutils/binutils.spec        16 Oct 2008 20:41:07 -0000      
1.85
  +++ openpkg-src/binutils/binutils.spec        3 Feb 2009 07:31:51 -0000       
1.86
  @@ -31,8 +31,8 @@
   Class:        CORE
   Group:        Compiler
   License:      GPL
  -Version:      2.19
  -Release:      20081016
  +Version:      2.19.1
  +Release:      20090203
   
   #   list of sources
   Source0:      
ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
  @@ -143,6 +143,7 @@
       rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/dlltool.1
       rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/nlmconv.1
       rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/windres.1
  +    rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/windmc.1
       rm -rf $RPM_BUILD_ROOT%{l_prefix}/*-*-*
       rm -rf $RPM_BUILD_ROOT%{l_prefix}/bin/c++filt
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to