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

  Server: rpm5.org                         Name:   Alexey Tourbin
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   07-Jul-2008 06:25:34
  Branch: HEAD                             Handle: 2008070704253301

  Modified files:
    rpm                     CHANGES
    rpm/build               files.c
    rpm/lib                 librpm.vers rpmfi.c rpmfi.h

  Log:
    s/rpmfiFMaxLen/rpmfiFNMaxLen/g

  Summary:
    Revision    Changes     Path
    1.2467      +1  -1      rpm/CHANGES
    1.338       +1  -1      rpm/build/files.c
    1.46        +1  -1      rpm/lib/librpm.vers
    2.126       +1  -1      rpm/lib/rpmfi.c
    2.58        +1  -1      rpm/lib/rpmfi.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.2466 -r1.2467 CHANGES
  --- rpm/CHANGES       6 Jul 2008 21:16:45 -0000       1.2466
  +++ rpm/CHANGES       7 Jul 2008 04:25:33 -0000       1.2467
  @@ -4,7 +4,7 @@
       - jbj: rpmwget: wire up --progress; only "bar|none" args implemented.
       - jbj: rpmwget: add rate/eta calculation to progress bar and logging.
       - jbj: rpmdav: prepare to tie wget logging into davNotify transitions.
  -    - at: rpmfi: new function: size_t rpmfiFMaxLen(rpmfi).
  +    - at: rpmfi: new function: size_t rpmfiFNMaxLen(rpmfi).
       - at: rpmbuild: check for unpackaged subdirectories.
       - jbj: fix: resurrect cpuinfo() probe, hack-o-rounds for both /proc & 
libio.
       - jbj: rpmio: remove fdSize, rewrite rpmioSlurp to use Fstat(2) instead.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/build/files.c
  ============================================================================
  $ cvs diff -u -r1.337 -r1.338 files.c
  --- rpm/build/files.c 7 Jul 2008 04:11:16 -0000       1.337
  +++ rpm/build/files.c 7 Jul 2008 04:25:34 -0000       1.338
  @@ -2971,7 +2971,7 @@
        fi = rpmfiFree(fi);
        return 0;
       }
  -    fn = alloca(rpmfiFMaxLen(fi) + 1);
  +    fn = alloca(rpmfiFNMaxLen(fi) + 1);
   
       fi = rpmfiInit(fi, 0);
       while ((i = rpmfiNext(fi)) >= 0) {
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/lib/librpm.vers
  ============================================================================
  $ cvs diff -u -r1.45 -r1.46 librpm.vers
  --- rpm/lib/librpm.vers       6 Jul 2008 04:24:42 -0000       1.45
  +++ rpm/lib/librpm.vers       7 Jul 2008 04:25:34 -0000       1.46
  @@ -160,7 +160,7 @@
       rpmfiFGroup;
       rpmfiFInode;
       rpmfiFLink;
  -    rpmfiFMaxLen;
  +    rpmfiFNMaxLen;
       rpmfiFMode;
       rpmfiFMtime;
       rpmfiFN;
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/lib/rpmfi.c
  ============================================================================
  $ cvs diff -u -r2.125 -r2.126 rpmfi.c
  --- rpm/lib/rpmfi.c   6 Jul 2008 04:24:42 -0000       2.125
  +++ rpm/lib/rpmfi.c   7 Jul 2008 04:25:34 -0000       2.126
  @@ -153,7 +153,7 @@
       return FN;
   }
   
  -size_t rpmfiFMaxLen(rpmfi fi)
  +size_t rpmfiFNMaxLen(rpmfi fi)
   {
       if (fi != NULL)
        return fi->fnlen;
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/lib/rpmfi.h
  ============================================================================
  $ cvs diff -u -r2.57 -r2.58 rpmfi.h
  --- rpm/lib/rpmfi.h   6 Jul 2008 05:31:03 -0000       2.57
  +++ rpm/lib/rpmfi.h   7 Jul 2008 04:25:34 -0000       2.58
  @@ -398,7 +398,7 @@
    * @return           maximum file name length (not including '\0')
    */
   /[EMAIL PROTECTED]@*/
  -extern size_t rpmfiFMaxLen(/[EMAIL PROTECTED]@*/ rpmfi fi);
  +extern size_t rpmfiFNMaxLen(/[EMAIL PROTECTED]@*/ rpmfi fi);
   
   /**
    * Return current file flags from file info set.
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to