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: 17-May-2007 17:53:20 Branch: HEAD Handle: 2007051716531900 Modified files: openpkg-src/python-db python-db.patch python-db.spec Log: modifying package: python-db-2.5 20070308 -> 20070517 Summary: Revision Changes Path 1.11 +11 -11 openpkg-src/python-db/python-db.patch 1.27 +2 -2 openpkg-src/python-db/python-db.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/python-db/python-db.patch ============================================================================ $ cvs diff -u -r1.10 -r1.11 python-db.patch --- openpkg-src/python-db/python-db.patch 22 Jan 2007 08:33:02 -0000 1.10 +++ openpkg-src/python-db/python-db.patch 17 May 2007 15:53:19 -0000 1.11 @@ -1,9 +1,9 @@ -Index: psycopg2-2.0.6b1/psycopg/config.h ---- psycopg2-2.0.6b1/psycopg/config.h.orig 2006-02-11 19:56:19 +0100 -+++ psycopg2-2.0.6b1/psycopg/config.h 2006-03-07 21:54:38 +0100 -@@ -104,10 +104,11 @@ +Index: psycopg2-2.0.6b2/psycopg/config.h +--- psycopg2-2.0.6b2/psycopg/config.h.orig 2007-04-11 14:12:37 +0200 ++++ psycopg2-2.0.6b2/psycopg/config.h 2007-05-17 17:50:16 +0200 +@@ -115,10 +115,11 @@ - #if defined(__FreeBSD__) || defined(_WIN32) || defined(__sun__) + #if defined(__FreeBSD__) || (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) /* what's this, we have no round function either? */ -static double round(double num) +static double my_round(double num) @@ -14,16 +14,16 @@ #endif /* postgresql < 7.4 does not have PQfreemem */ -Index: psycopg2-2.0.6b1/setup.py ---- psycopg2-2.0.6b1/setup.py.orig 2006-02-11 19:58:38 +0100 -+++ psycopg2-2.0.6b1/setup.py 2006-03-07 21:54:38 +0100 -@@ -143,6 +143,9 @@ +Index: psycopg2-2.0.6b2/setup.py +--- psycopg2-2.0.6b2/setup.py.orig 2007-04-11 17:03:50 +0200 ++++ psycopg2-2.0.6b2/setup.py 2007-05-17 17:51:26 +0200 +@@ -191,6 +191,9 @@ - self.include_dirs.append(".") + self.include_dirs.append(".") self.libraries.append("pq") + self.libraries.append("ssl") + self.libraries.append("crypto") + self.libraries.append("crypt") - + try: self.library_dirs.append(self.get_pg_config("libdir")) @@ . patch -p0 <<'@@ .' Index: openpkg-src/python-db/python-db.spec ============================================================================ $ cvs diff -u -r1.26 -r1.27 python-db.spec --- openpkg-src/python-db/python-db.spec 8 Mar 2007 16:35:44 -0000 1.26 +++ openpkg-src/python-db/python-db.spec 17 May 2007 15:53:19 -0000 1.27 @@ -28,7 +28,7 @@ %define V_python 2.5 %define V_pysqlite_major 2.3 %define V_pysqlite 2.3.3 -%define V_psycopg2 2.0.6b1 +%define V_psycopg2 2.0.6b2 %define V_dcoracle2 1.2 %define V_mysql_python 1.2.2c1 %define V_cx_oracle 4.3 @@ -44,7 +44,7 @@ Group: Language License: GPL Version: %{V_python} -Release: 20070308 +Release: 20070517 # package options %option with_sqlite yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org