SPECS: python-MySQLdb.spec - rel 6; fix some python 2.6 issues (from upstream)
arekm
arekm at pld-linux.org
Tue Nov 25 08:32:33 CET 2008
Author: arekm Date: Tue Nov 25 07:32:33 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 6; fix some python 2.6 issues (from upstream)
---- Files affected:
SPECS:
python-MySQLdb.spec (1.53 -> 1.54)
---- Diffs:
================================================================
Index: SPECS/python-MySQLdb.spec
diff -u SPECS/python-MySQLdb.spec:1.53 SPECS/python-MySQLdb.spec:1.54
--- SPECS/python-MySQLdb.spec:1.53 Sun Oct 5 10:50:12 2008
+++ SPECS/python-MySQLdb.spec Tue Nov 25 08:32:28 2008
@@ -3,11 +3,12 @@
Summary(pl.UTF-8): Interfejs Pythona do MySQL
Name: python-MySQLdb
Version: 1.2.2
-Release: 5
+Release: 6
License: GPL
Group: Libraries/Python
Source0: http://dl.sourceforge.net/mysql-python/MySQL-python-%{version}.tar.gz
# Source0-md5: 532268f02870bea18c1d465e88afff30
+Patch0: %{name}-branch.patch
URL: http://sourceforge.net/projects/mysql-python/
BuildRequires: mysql-devel >= 4.0.10
BuildRequires: python-devel >= 1:2.5
@@ -31,6 +32,7 @@
%prep
%setup -q -n MySQL-python-%{version}
+%patch0 -p1
%build
env CFLAGS="%{rpmcflags} -DHAVE_OPENSSL=1" %{_bindir}/python setup.py build
@@ -63,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.54 2008/11/25 07:32:28 arekm
+- rel 6; fix some python 2.6 issues (from upstream)
+
Revision 1.53 2008/10/05 08:50:12 arekm
- release 5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-MySQLdb.spec?r1=1.53&r2=1.54&f=u
More information about the pld-cvs-commit
mailing list