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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   28-Aug-2014 16:34:35
  Branch: rpm-5_4                          Handle: 2014082814343500

  Modified files:           (Branch: rpm-5_4)
    rpm                     devtool.conf

  Log:
    - sqlite3: use sqlite3 (not db_sql) to avoid symbol pollution with
    python.

  Summary:
    Revision    Changes     Path
    2.365.2.97  +2  -2      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.365.2.96 -r2.365.2.97 devtool.conf
  --- rpm/devtool.conf  27 Aug 2014 20:56:20 -0000      2.365.2.96
  +++ rpm/devtool.conf  28 Aug 2014 14:34:35 -0000      2.365.2.97
  @@ -732,7 +732,7 @@
           --enable-shared \
           --with-path-versioned \
           --with-db \
  -        --with-dbsql \
  +        --without-dbsql \
           --without-db-tools-integrated \
           --with-zlib \
           --with-bzip2 \
  @@ -741,7 +741,7 @@
           --with-path-magic=/usr/share/file/magic \
           --with-lua=internal \
           --with-tcl \
  -        --without-sqlite \
  +        --with-sqlite \
           --with-syck=internal \
           --with-readline \
           --with-augeas \
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to