OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   08-Oct-2009 23:18:22
  Branch: HEAD                             Handle: 2009100822182200

  Modified files:
    openpkg-src/python-db   python-db.patch python-db.spec

  Log:
    modifying package: python-db-2.5 20090930 -> 20091008

  Summary:
    Revision    Changes     Path
    1.19        +15 -15     openpkg-src/python-db/python-db.patch
    1.59        +2  -2      openpkg-src/python-db/python-db.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/python-db/python-db.patch
  ============================================================================
  $ cvs diff -u -r1.18 -r1.19 python-db.patch
  --- openpkg-src/python-db/python-db.patch     11 Aug 2009 17:35:54 -0000      
1.18
  +++ openpkg-src/python-db/python-db.patch     8 Oct 2009 21:18:22 -0000       
1.19
  @@ -1,9 +1,9 @@
  -Index: psycopg2-2.0.12/psycopg/config.h
  ---- psycopg2-2.0.12/psycopg/config.h.orig    2007-04-11 14:12:37 +0200
  -+++ psycopg2-2.0.12/psycopg/config.h 2007-05-17 17:50:16 +0200
  -@@ -115,10 +115,11 @@
  +Index: psycopg2-2.0.13/psycopg/config.h
  +--- psycopg2-2.0.13/psycopg/config.h.orig    2009-04-26 14:09:21 +0200
  ++++ psycopg2-2.0.13/psycopg/config.h 2009-10-08 22:31:01 +0200
  +@@ -140,10 +140,11 @@
    
  - #if defined(__FreeBSD__) || (defined(_WIN32) && !defined(__GNUC__)) || 
defined(__sun__)
  + #if (defined(__FreeBSD__) && __FreeBSD_version < 503000) || 
(defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) || 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.12/setup.py
  ---- psycopg2-2.0.12/setup.py.orig    2007-04-11 17:03:50 +0200
  -+++ psycopg2-2.0.12/setup.py 2007-05-17 17:51:26 +0200
  -@@ -191,6 +191,9 @@
  - 
  -         self.include_dirs.append(".")
  -         self.libraries.append("pq")
  -+        self.libraries.append("ssl")
  -+        self.libraries.append("crypto")
  -+        self.libraries.append("crypt")
  +Index: psycopg2-2.0.13/setup.py
  +--- psycopg2-2.0.13/setup.py.orig    2009-10-04 23:37:14 +0200
  ++++ psycopg2-2.0.13/setup.py 2009-10-08 23:15:48 +0200
  +@@ -203,6 +203,9 @@
  +                     os.path.join(self.get_pg_config("libdir"), "libpq.a"))
  +         else:
  +             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.58 -r1.59 python-db.spec
  --- openpkg-src/python-db/python-db.spec      30 Sep 2009 17:38:10 -0000      
1.58
  +++ openpkg-src/python-db/python-db.spec      8 Oct 2009 21:18:22 -0000       
1.59
  @@ -27,7 +27,7 @@
   %define       V_python         2.5
   %define       V_pysqlite_major 2.4
   %define       V_pysqlite       2.4.1
  -%define       V_psycopg2       2.0.12
  +%define       V_psycopg2       2.0.13
   %define       V_mysql_python   1.2.3c1
   %define       V_cx_oracle      5.0.2
   %define       V_sqlobject      0.11.2
  @@ -43,7 +43,7 @@
   Group:        Language
   License:      GPL
   Version:      %{V_python}
  -Release:      20090930
  +Release:      20091008
   
   #   package options
   %option       with_sqlite     yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to