RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ INSTALL

From: Anders F. Björklund <afb@rpm5.org>
Date: Tue 19 Aug 2008 - 23:32:58 CEST
Message-Id: <20080819213258.7B33B7605A@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: rpm                              Date:   19-Aug-2008 23:32:58
  Branch: HEAD                             Handle: 2008081921325800

  Modified files:
    rpm                     INSTALL

  Log:
    internal zlib was removed, internal lzma was added

  Summary:
    Revision    Changes     Path
    2.108       +4  -6      rpm/INSTALL
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/INSTALL
  ============================================================================
  $ cvs diff -u -r2.107 -r2.108 INSTALL
  --- rpm/INSTALL	7 Aug 2008 07:16:46 -0000	2.107
  +++ rpm/INSTALL	19 Aug 2008 21:32:58 -0000	2.108
  @@ -36,9 +36,9 @@
   Berkeley-DB [1] optional  4.5     4.7.25  http://www.oracle.com/database/berkeley-db.html
   SQLite      [1] optional  3.3     3.6.1   http://www.sqlite.org/
   Lua         [2] optional  5.1     5.1.3   http://www.lua.org/
  -ZLib        [3] optional  1.2     1.2.3   http://www.zlib.net/
  +ZLib            optional  1.2     1.2.3   http://www.zlib.net/
   Bzip2           optional  1.0     1.0.5   http://www.bzip.org/
  -LZMA Utils      optional  4.42.2  4.999.3 http://tukaani.org/lzma/
  +LZMA Utils  [3] optional  4.42.2  4.999.3 http://tukaani.org/lzma/
   File/magic  [4] optional  4.0     4.25    ftp://ftp.astron.com/pub/file/
   GNU gettext     optional  0.16    0.17    http://www.gnu.org/software/gettext/
   GNU iconv       optional  1.11    1.11    http://www.gnu.org/software/libiconv/
  @@ -63,12 +63,10 @@
                  Building RPM against stock external Lua not recommended
                  as it reduces its RPM-specific functionality.
   
  -[3] zlib:      Modified ZLib copy bundled with RPM.
  -               Building RPM against stock external Zlib not recommended
  -               as it reduces its RPM-specific functionality.
  +[3] lzma:      Modified LZMA Utils copy bundled with RPM.
  +               Building RPM against stock external LZMA currently still not recommended.
   
   [4] file:      Unmodified File/magic copy bundled with RPM for convenience reasons.
  -               Building RPM against this internal File/magic requires also internal Zlib.
                  Building RPM against stock external File/magic supported, too.
                  NOTICE: File 4.24 is unportable because uses asprintf(3) without fallbacks.
   
  @@ .
Received on Tue Aug 19 23:32:58 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.