[packages/python3] - up db version check to 5.3 - release 6

baggins baggins at pld-linux.org
Thu Sep 6 14:40:14 CEST 2012


commit d4431fa78029ffd4cac0f7030ccc72a6cd6634ea
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Sep 6 14:39:44 2012 +0200

    - up db version check to 5.3
    - release 6

 bsddb-version.patch | 11 +++++++++++
 python3.spec        |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/python3.spec b/python3.spec
index 5b73130..1007135 100644
--- a/python3.spec
+++ b/python3.spec
@@ -34,7 +34,7 @@ Summary(tr.UTF-8):	X arayüzlü, yüksek düzeyli, kabuk yorumlayıcı dili
 Summary(uk.UTF-8):	Мова програмування дуже високого рівня з X-інтерфейсом
 Name:		python3
 Version:	%{py_ver}.3
-Release:	5
+Release:	6
 Epoch:		1
 License:	PSF
 Group:		Applications
@@ -47,6 +47,7 @@ Patch3:		%{name}-noarch_to_datadir.patch
 Patch4:		%{name}-no_cmdline_tests.patch
 Patch5:		%{name}-makefile-location.patch
 Patch6:		libc-cloexec.patch
+Patch7:		bsddb-version.patch
 URL:		http://www.python.org/
 BuildRequires:	autoconf >= 2.65
 BuildRequires:	bluez-libs-devel
@@ -449,6 +450,7 @@ Przykłady te są dla Pythona 2.3.4, nie %{version}.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %{__rm} -r Modules/zlib
 %{__rm} -r Modules/expat
diff --git a/bsddb-version.patch b/bsddb-version.patch
new file mode 100644
index 0000000..966b089
--- /dev/null
+++ b/bsddb-version.patch
@@ -0,0 +1,11 @@
+--- a/setup.py
++++ b/setup.py
+@@ -770,7 +770,7 @@
+         # a release.  Most open source OSes come with one or more
+         # versions of BerkeleyDB already installed.
+ 
+-        max_db_ver = (5, 1)
++        max_db_ver = (5, 3)
+         min_db_ver = (3, 3)
+         db_setup_debug = False   # verbose debug prints from this script?
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3.git/commitdiff/d4431fa78029ffd4cac0f7030ccc72a6cd6634ea



More information about the pld-cvs-commit mailing list