[Python-modules-commits] r1067 -
/packages/python-mysqldb/trunk/debian/patches/03_converters_set2str.dpatch
mejo at users.alioth.debian.org
mejo at users.alioth.debian.org
Sun Jun 25 23:37:45 UTC 2006
Author: mejo
Date: Sun Jun 25 23:37:44 2006
New Revision: 1067
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1067
Log:
fix patch
Modified:
packages/python-mysqldb/trunk/debian/patches/03_converters_set2str.dpatch
Modified: packages/python-mysqldb/trunk/debian/patches/03_converters_set2str.dpatch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-mysqldb/trunk/debian/patches/03_converters_set2str.dpatch?rev=1067&op=diff
==============================================================================
--- packages/python-mysqldb/trunk/debian/patches/03_converters_set2str.dpatch (original)
+++ packages/python-mysqldb/trunk/debian/patches/03_converters_set2str.dpatch Sun Jun 25 23:37:44 2006
@@ -19,9 +19,9 @@
exit 0
@DPATCH@
---- MySQLdb.orig/converters.py 2006-06-16 14:19:08.000000000 +0200
-+++ MySQLdb/converters.py 2006-06-16 14:39:55.000000000 +0200
-@@ -42,7 +42,8 @@
+--- converters.py.orig 2006-06-26 01:35:43.000000000 +0200
++++ converters.py 2006-06-26 01:35:56.000000000 +0200
+@@ -42,7 +42,9 @@
def Bool2Str(s, d): return str(int(s))
def Str2Set(s):
More information about the Python-modules-commits
mailing list