RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Pinto Elia
  Root:   /v/rpm/cvs                       Email:  devzero2...@rpm5.org
  Module: rpm                              Date:   08-Aug-2013 15:55:16
  Branch: rpm-5_4                          Handle: 2013080813551501

  Modified files:           (Branch: rpm-5_4)
    rpm                     CHANGES
    rpm/tools               debugedit.c

  Log:
    debugedit.c:
    
    fix #opensusebz 818502

  Summary:
    Revision    Changes     Path
    1.3501.2.335+1  -0      rpm/CHANGES
    2.23.2.8    +2  -0      rpm/tools/debugedit.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.3501.2.334 -r1.3501.2.335 CHANGES
  --- rpm/CHANGES       8 Aug 2013 10:41:19 -0000       1.3501.2.334
  +++ rpm/CHANGES       8 Aug 2013 13:55:15 -0000       1.3501.2.335
  @@ -1,4 +1,5 @@
   5.4.12 -> 5.4.13:
  +    - devzero2000: debugedit.c: fix #opensusebz 818502
       - devzero2000: add a simple lua test for testing the fix added in commit 
         "permit empty-body no-operation for embedded interpreter macro
         expansions." for the bug  https://bugs.launchpad.net/rpm/+bug/1209142
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tools/debugedit.c
  ============================================================================
  $ cvs diff -u -r2.23.2.7 -r2.23.2.8 debugedit.c
  --- rpm/tools/debugedit.c     19 May 2012 20:17:12 -0000      2.23.2.7
  +++ rpm/tools/debugedit.c     8 Aug 2013 13:55:16 -0000       2.23.2.8
  @@ -252,6 +252,7 @@
   #define DEBUG_RANGES 10
   #define DEBUG_TYPES  11
   #define DEBUG_MACRO  12
  +#define DEBUG_GDB_SCRIPT     13
       { ".debug_info", NULL, NULL, 0, 0, 0 },
       { ".debug_abbrev", NULL, NULL, 0, 0, 0 },
       { ".debug_line", NULL, NULL, 0, 0, 0 },
  @@ -265,6 +266,7 @@
       { ".debug_ranges", NULL, NULL, 0, 0, 0 },
       { ".debug_types", NULL, NULL, 0, 0, 0 },
       { ".debug_macro", NULL, NULL, 0, 0, 0 },
  +    { ".debug_gdb_scripts", NULL, NULL, 0, 0, 0 },
       { NULL, NULL, NULL, 0, 0, 0 }
     };
   
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to