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:   10-Nov-2007 00:23:59
  Branch: HEAD                             Handle: 2007110923235900

  Modified files:
    rpm                     CHANGES
    rpm/lib                 rpmts.h

  Log:
    - rpm.org: Clarify rpmtsCheck() documentation (rhbz#159638).

  Summary:
    Revision    Changes     Path
    1.1791      +1  -0      rpm/CHANGES
    2.85        +6  -1      rpm/lib/rpmts.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.1790 -r1.1791 CHANGES
  --- rpm/CHANGES       9 Nov 2007 23:18:01 -0000       1.1790
  +++ rpm/CHANGES       9 Nov 2007 23:23:59 -0000       1.1791
  @@ -1,4 +1,5 @@
   4.5 -> 5.0:
  +    - rpm.org: Clarify rpmtsCheck() documentation (rhbz#159638).
       - rpm.org: Remove bunch of unnecessary rpmio_internal includes.
       - jbj: include rpmtag.h, not rpmlib.h, if only tag names are needed.
       - jbj: change int_32 to evrFlags and uint32_t in rpmfc.c and rpmds.c.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/lib/rpmts.h
  ============================================================================
  $ cvs diff -u -r2.84 -r2.85 rpmts.h
  --- rpm/lib/rpmts.h   4 Nov 2007 00:23:08 -0000       2.84
  +++ rpm/lib/rpmts.h   9 Nov 2007 23:23:59 -0000       2.85
  @@ -240,7 +240,12 @@
   #endif
   
   /** \ingroup rpmts
  - * Check that all dependencies can be resolved.
  + * Perform dependency resolution on the transaction set.
  + *
  + * Any problems found by rpmtsCheck() can be examined by retrieving the 
  + * problem set with rpmtsProblems(), success here only means that
  + * the resolution was successfully attempted for all packages in the set.
  + *
    * @param ts         transaction set
    * @return           0 on success
    */
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to