rpms/python-psycopg/devel python-psycopg.spec,1.16,1.17

Caolan McNamara caolanm at fedoraproject.org
Mon Dec 15 10:59:13 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/python-psycopg/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18137

Modified Files:
	python-psycopg.spec 
Log Message:
point configure at the mx DateTime header


Index: python-psycopg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-psycopg/devel/python-psycopg.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- python-psycopg.spec	30 Nov 2008 02:05:23 -0000	1.16
+++ python-psycopg.spec	15 Dec 2008 10:58:42 -0000	1.17
@@ -4,7 +4,7 @@
 
 Name:           python-psycopg
 Version:        1.1.21
-Release:        10%{?dist}
+Release:        11%{?dist}
 
 Summary:        PostgreSQL database adapter for Python
 
@@ -39,7 +39,7 @@
 	POSTGRESQLLIB=%{_libdir}/
 fi
 %configure --with-python=%{__python} \
-      --with-mxdatetime-includes=%{_includedir}  \
+      --with-mxdatetime-includes=%{_includedir}/mx/DateTime/mxDateTime  \
       --with-postgres-includes=$POSTGRESQLINC \
       --with-postgres-libs=$POSTGRESQLLIB
 make
@@ -57,6 +57,9 @@
 %{python_sitearch}/*.so
 
 %changelog
+* Mon Dec 15 2008 Caolán McNamara <caolanm at redhat.com> - 1.1.21-11
+- point configure at the mx DateTime header
+
 * Sat Nov 29 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.1.21-10
 - BuildRequires: mx -> mx-devel
 




More information about the fedora-extras-commits mailing list