RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ INSTALL configure.ac

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Sun 29 Jul 2007 - 16:10:47 CEST
Message-Id: <20070729141047.7BF853484E9@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  rse@rpm5.org
  Module: rpm                              Date:   29-Jul-2007 16:10:47
  Branch: HEAD                             Handle: 2007072915104601

  Modified files:
    rpm                     INSTALL configure.ac

  Log:
    we are at DB 4.6.18 now only

  Summary:
    Revision    Changes     Path
    2.41        +1  -1      rpm/INSTALL
    2.229       +1  -1      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/INSTALL
  ============================================================================
  $ cvs diff -u -r2.40 -r2.41 INSTALL
  --- rpm/INSTALL	24 Jul 2007 20:33:14 -0000	2.40
  +++ rpm/INSTALL	29 Jul 2007 14:10:47 -0000	2.41
  @@ -31,7 +31,7 @@
   POPT            mandatory 1.9     1.11    http://rpm5.org/files/popt/
   BeeCrypt        mandatory 4.0     4.1.2   http://www.virtualunlimited.com/products/beecrypt/
   Neon            optional  0.26    0.26.4  http://www.webdav.org/neon/
  -Berkeley-DB [1] optional  -       4.5.20  http://www.oracle.com/database/berkeley-db.html
  +Berkeley-DB [1] optional  -       4.6.18  http://www.oracle.com/database/berkeley-db.html
   SQLite      [1] optional  3.3     3.4.0   http://www.sqlite.org/
   Lua         [2] optional  5.1     5.1.2   http://www.lua.org/
   ZLib        [3] optional  1.2     1.2.3   http://www.zlib.net/
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.228 -r2.229 configure.ac
  --- rpm/configure.ac	29 Jul 2007 14:02:32 -0000	2.228
  +++ rpm/configure.ac	29 Jul 2007 14:10:46 -0000	2.229
  @@ -864,7 +864,7 @@
   DBLIBSRCS=""
   RPM_CHECK_LIB(
       [Berkeley-DB], [db],
  -    [db-4.6 db-4.5 db], [db_create], [db.h],
  +    [db-4.6 db], [db_create], [db.h],
       [yes,internal:external], [db3],
       [ DBLIBSRCS="$DBLIBSRCS db3.c"
         AM_CONDITIONAL(WITH_DB, [ true ])
  @@ .
Received on Sun Jul 29 16:10:47 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.