RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ CHANGES rpm/rpmdb/ header.h sqlite.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Tue 16 Oct 2007 - 18:23:14 CEST
Message-Id: <20071016162314.09AEA34845E@rpm5.org>
  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:   16-Oct-2007 18:23:14
  Branch: HEAD                             Handle: 2007101617231300

  Modified files:
    rpm                     CHANGES
    rpm/rpmdb               header.h sqlite.c

  Log:
    - rpm.org: Fix broken doxygen comment.
    - rpm.org: Don't unnecessarily include stdio.h

  Summary:
    Revision    Changes     Path
    1.1717      +2  -0      rpm/CHANGES
    1.33        +0  -1      rpm/rpmdb/header.h
    1.18        +5  -5      rpm/rpmdb/sqlite.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.1716 -r1.1717 CHANGES
  --- rpm/CHANGES	16 Oct 2007 16:07:28 -0000	1.1716
  +++ rpm/CHANGES	16 Oct 2007 16:23:13 -0000	1.1717
  @@ -1,4 +1,6 @@
   4.5 -> 5.0:
  +    - rpm.org: Fix broken doxygen comment.
  +    - rpm.org: Don't unnecessarily include stdio.h
       - jbj: extract verifyscript when available. more to do ...
       - jbj: fix: %verifyscript broken by scaremem elimination.
       - jbj: another missed level of indirection. leave the bandaid, won't hurt.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/rpmdb/header.h
  ============================================================================
  $ cvs diff -u -r1.32 -r1.33 header.h
  --- rpm/rpmdb/header.h	14 Oct 2007 22:54:00 -0000	1.32
  +++ rpm/rpmdb/header.h	16 Oct 2007 16:23:13 -0000	1.33
  @@ -79,7 +79,6 @@
   
   /* RPM - Copyright (C) 1995-2001 Red Hat Software */
   
  -#include <stdio.h>
   #include <rpmsw.h>
   
   #ifdef __cplusplus
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/rpmdb/sqlite.c
  ============================================================================
  $ cvs diff -u -r1.17 -r1.18 sqlite.c
  --- rpm/rpmdb/sqlite.c	16 Oct 2007 00:48:14 -0000	1.17
  +++ rpm/rpmdb/sqlite.c	16 Oct 2007 16:23:13 -0000	1.18
  @@ -1049,11 +1049,11 @@
   
   /**
    * Open database cursor.
  - * @param dbi           index database handle
  - * @param txnid         database transaction handle
  - * @retval dbcp         address of new database cursor
  - * @param dbiflags      DB_WRITECURSOR or 0
  - * @return              0 on success
  + * @param dbi		index database handle
  + * @param txnid		database transaction handle
  + * @retval dbcp		address of new database cursor
  + * @param flags		DB_WRITECURSOR or 0
  + * @return		0 on success
    */
   static int sql_copen (dbiIndex dbi, /*@null@*/ DB_TXN * txnid,
   		/*@out@*/ DBC ** dbcp, unsigned int flags)
  @@ .
Received on Tue Oct 16 18:23:14 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.