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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   13-May-2009 20:38:54
  Branch: HEAD                             Handle: 2009051318385301

  Modified files:
    rpm                     CHANGES
    rpm/scripts             find-debuginfo.sh

  Log:
    - bero: adjust find-debuginfo.sh to new location of debugedit

  Summary:
    Revision    Changes     Path
    1.2984      +1  -0      rpm/CHANGES
    1.12        +1  -1      rpm/scripts/find-debuginfo.sh
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.2983 -r1.2984 CHANGES
  --- rpm/CHANGES       13 May 2009 18:31:13 -0000      1.2983
  +++ rpm/CHANGES       13 May 2009 18:38:53 -0000      1.2984
  @@ -1,5 +1,6 @@
   
   5.2b1 -> 5.3a1
  +    - bero: adjust find-debuginfo.sh to new location of debugedit
       - jbj: rpmds: dereference/flush global items earlier, before pool 
teardown.
       - jbj: rpmds: use _rpmdsPool, not heap, for rpmdsThis/rpmdsSingle as 
well.
       - jbj: rpmds: fix: rpmdsThis/rpmdsSingle assume ds->i = 0
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/scripts/find-debuginfo.sh
  ============================================================================
  $ cvs diff -u -r1.11 -r1.12 find-debuginfo.sh
  --- rpm/scripts/find-debuginfo.sh     6 Sep 2007 07:36:38 -0000       1.11
  +++ rpm/scripts/find-debuginfo.sh     13 May 2009 18:38:54 -0000      1.12
  @@ -199,7 +199,7 @@
     fi
   
     echo "extracting debug info from $f"
  -  id=$(/usr/lib/rpm/debugedit -b "$RPM_BUILD_DIR" -d /usr/src/debug \
  +  id=$(/usr/lib/rpm/bin/debugedit -b "$RPM_BUILD_DIR" -d /usr/src/debug \
                              -i -l "$SOURCEFILE" "$f") || exit
     if [ -z "$id" ]; then
       echo >&2 "*** ${strict_error}: No build ID note found in $f"
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to