Author: glen Date: Sun Apr 13 10:04:36 2008 GMT Module: SOURCES Tag: AC-branch ---- Log message: - search up to db 4.6
---- Files affected: SOURCES: python-db4.6.patch (1.3 -> 1.3.2.1) ---- Diffs: ================================================================ Index: SOURCES/python-db4.6.patch diff -u SOURCES/python-db4.6.patch:1.3 SOURCES/python-db4.6.patch:1.3.2.1 --- SOURCES/python-db4.6.patch:1.3 Sun Mar 2 15:40:29 2008 +++ SOURCES/python-db4.6.patch Sun Apr 13 12:04:30 2008 @@ -1,11 +1,11 @@ ---- Python-2.5.2/setup.py.orig 2008-02-04 23:41:02.000000000 +0000 -+++ Python-2.5.2/setup.py 2008-02-26 21:04:48.000000000 +0000 -@@ -608,7 +608,7 @@ - # a release. Most open source OSes come with one or more - # versions of BerkeleyDB already installed. +--- Python-2.4.5/setup.py~ 2008-04-13 12:57:59.000000000 +0300 ++++ Python-2.4.5/setup.py 2008-04-13 12:58:31.337662194 +0300 +@@ -522,7 +522,7 @@ + # + # http://www.sleepycat.com/update/index.html -- max_db_ver = (4, 5) +- max_db_ver = (4, 4) + max_db_ver = (4, 6) - # NOTE: while the _bsddb.c code links against BerkeleyDB 4.6.x - # we leave that version disabled by default as it has proven to be - # quite a buggy library release on many platforms. + min_db_ver = (3, 2) + db_setup_debug = False # verbose debug prints from this script? + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/python-db4.6.patch?r1=1.3&r2=1.3.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
