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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   06-Oct-2007 18:50:03
  Branch: HEAD                             Handle: 2007100617500300

  Modified files:
    rpm                     CHANGES
    rpm/lib                 rpmds.c
    rpm/rpmio               rpmio.c

  Log:
    orphans

  Summary:
    Revision    Changes     Path
    1.1654      +2  -0      rpm/CHANGES
    2.67        +1  -1      rpm/lib/rpmds.c
    1.93        +1  -1      rpm/rpmio/rpmio.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.1653 -r1.1654 CHANGES
  --- rpm/CHANGES       4 Oct 2007 07:20:42 -0000       1.1653
  +++ rpm/CHANGES       6 Oct 2007 16:50:03 -0000       1.1654
  @@ -1,4 +1,6 @@
   4.5 -> 5.0:
  +    - jbj: convert rel to abs linkto depedency iff directory is known.
  +    - rpm.org: correct typo in comment.
       - rse: remove all compile-time warnings caused by recent changes
       - jbj: fix: add, not delete, the just read signature data.
       - jbj: update sv.po (Translation Project).
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/lib/rpmds.c
  ============================================================================
  $ cvs diff -u -r2.66 -r2.67 rpmds.c
  --- rpm/lib/rpmds.c   30 Sep 2007 20:38:25 -0000      2.66
  +++ rpm/lib/rpmds.c   6 Oct 2007 16:50:03 -0000       2.67
  @@ -353,7 +353,7 @@
                else if (ds->EVR != NULL && ds->Flags != NULL)
                    av[i] = rpmGenPath(NULL, ds->EVR[ds->Flags[i]], N[i]);
                else
  -                 av[i] = NULL;
  +                 av[i] = xstrdup("");
            }
            av[Count] = NULL;
   
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/rpmio/rpmio.c
  ============================================================================
  $ cvs diff -u -r1.92 -r1.93 rpmio.c
  --- rpm/rpmio/rpmio.c 30 Jul 2007 02:10:54 -0000      1.92
  +++ rpm/rpmio/rpmio.c 6 Oct 2007 16:50:03 -0000       1.93
  @@ -3332,7 +3332,7 @@
    *
    * - glibc:  m use mmap'd input
    * - glibc:  c no cancel
  - * - gzopen: [0-9] is compession level
  + * - gzopen: [0-9] is compression level
    * - gzopen: 'f' is filtered (Z_FILTERED)
    * - gzopen: 'h' is Huffman encoding (Z_HUFFMAN_ONLY)
    * - bzopen: [1-9] is block size (modulo 100K)
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to