SOURCES: python-db4.6.patch (NEW) - python-db4.6.patch: use db4.6 ...

qrczak qrczak at pld-linux.org
Sat Jul 28 00:46:51 CEST 2007


Author: qrczak                       Date: Fri Jul 27 22:46:51 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- python-db4.6.patch: use db4.6 if present. Builds, but not tested
  whether it works.

---- Files affected:
SOURCES:
   python-db4.6.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/python-db4.6.patch
diff -u /dev/null SOURCES/python-db4.6.patch:1.1
--- /dev/null	Sat Jul 28 00:46:51 2007
+++ SOURCES/python-db4.6.patch	Sat Jul 28 00:46:46 2007
@@ -0,0 +1,11 @@
+--- Python-2.5.1/setup.py~	2007-07-27 20:10:06.000000000 +0200
++++ Python-2.5.1/setup.py	2007-07-27 22:11:36.000000000 +0200
+@@ -606,7 +606,7 @@
+         # a release.  Most open source OSes come with one or more
+         # versions of BerkeleyDB already installed.
+ 
+-        max_db_ver = (4, 5)
++        max_db_ver = (4, 6)
+         min_db_ver = (3, 3)
+         db_setup_debug = False   # verbose debug prints from this script?
+ 
================================================================


More information about the pld-cvs-commit mailing list