[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rpm-cvs
Subject:    [CVS] RPM: rpm-5_4: rpm/python/ rpmdb-py.c rpmfd-py.c
From:       "Jeff Johnson" <jbj () rpm5 ! org>
Date:       2014-09-27 15:55:39
Message-ID: 20140927155539.02D2B7D070 () rpm5 ! org
[Download RAW message or body]

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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   27-Sep-2014 17:55:38
  Branch: rpm-5_4                          Handle: 2014092715553800

  Modified files:           (Branch: rpm-5_4)
    rpm/python              rpmdb-py.c rpmfd-py.c

  Log:
    - python: -Wdocumentation fixes.

  Summary:
    Revision    Changes     Path
    1.28.4.7    +9  -9      rpm/python/rpmdb-py.c
    1.25.6.6    +1  -0      rpm/python/rpmfd-py.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/python/rpmdb-py.c
  ============================================================================
  $ cvs diff -u -r1.28.4.6 -r1.28.4.7 rpmdb-py.c
  --- rpm/python/rpmdb-py.c	3 Sep 2014 20:05:02 -0000	1.28.4.6
  +++ rpm/python/rpmdb-py.c	27 Sep 2014 15:55:38 -0000	1.28.4.7
  @@ -27,27 +27,27 @@
    * The rpmdb class contains the following methods:
    *
    * - firstkey()	Returns the index of the first record in the database.
  - * @deprecated	Use mi = ts.dbMatch() (or db.match()) instead.
  + * deprecated	Use mi = ts.dbMatch() (or db.match()) instead.
    *
    * - nextkey(index) Returns the index of the next record after "index" in the
    * 		database.
  - * @param index	current rpmdb location
  - * @deprecated	Use hdr = mi.next() instead.
  + * param index	current rpmdb location
  + * deprecated	Use hdr = mi.next() instead.
    *
    * - findbyfile(file) Returns a list of the indexes to records that own file
    * 		"file".
  - * @param file	absolute path to file
  - * @deprecated	Use mi = ts.dbMatch('basename') instead.
  + * param file	absolute path to file
  + * deprecated	Use mi = ts.dbMatch('basename') instead.
    *
    * - findbyname(name) Returns a list of the indexes to records for packages
    *		named "name".
  - * @param name	package name
  - * @deprecated	Use mi = ts.dbMatch('name') instead.
  + * param name	package name
  + * deprecated	Use mi = ts.dbMatch('name') instead.
    *
    * - findbyprovides(dep) Returns a list of the indexes to records for packages
    *		that provide "dep".
  - * @param dep	provided dependency string
  - * @deprecated	Use mi = ts.dbMmatch('providename') instead.
  + * param dep	provided dependency string
  + * deprecated	Use mi = ts.dbMmatch('providename') instead.
    *
    * To obtain a db object explicitly, the opendb function in the rpm module
    * can be called. The opendb function takes two optional arguments.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/python/rpmfd-py.c
  ============================================================================
  $ cvs diff -u -r1.25.6.5 -r1.25.6.6 rpmfd-py.c
  --- rpm/python/rpmfd-py.c	2 Sep 2014 15:05:18 -0000	1.25.6.5
  +++ rpm/python/rpmfd-py.c	27 Sep 2014 15:55:38 -0000	1.25.6.6
  @@ -1,6 +1,7 @@
   
   #include "system-py.h"
   
  +#include <rpmiotypes.h>
   #include <rpmmacro.h>
   
   #include "rpmfd-py.h"
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic