OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 03-Nov-2006 20:05:12 Branch: HEAD Handle: 2006110319051200 Modified files: openpkg-src/python-db python-db.spec Log: our python is already at 2.5 Summary: Revision Changes Path 1.20 +4 -4 openpkg-src/python-db/python-db.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/python-db/python-db.spec ============================================================================ $ cvs diff -u -r1.19 -r1.20 python-db.spec --- openpkg-src/python-db/python-db.spec 14 Oct 2006 07:03:55 -0000 1.19 +++ openpkg-src/python-db/python-db.spec 3 Nov 2006 19:05:12 -0000 1.20 @@ -25,7 +25,7 @@ # FIXME: rse: Oracle module was blindly packaged # package version -%define V_python 2.4 +%define V_python 2.5 %define V_pysqlite_major 2.3 %define V_pysqlite 2.3.2 %define V_psycopg2 2.0.5.1 @@ -44,7 +44,7 @@ Group: Language License: GPL Version: %{V_python} -Release: 20061014 +Release: 20061103 # package options %option with_sqlite yes @@ -63,8 +63,8 @@ # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 20040130, python -PreReq: OpenPKG, openpkg >= 20040130, python +BuildPreReq: OpenPKG, openpkg >= 20040130, python >= %{V_python} +PreReq: OpenPKG, openpkg >= 20040130, python >= %{V_python} %if "%{with_sqlite}" == "yes" BuildPreReq: sqlite PreReq: sqlite @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org