[cairo-commit] pycairo configure.ac,1.16,1.17 README,1.9,1.10

Steve Chaplin commit at pdx.freedesktop.org
Mon Apr 4 06:51:22 PDT 2005


Committed by: stevech1097

Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv8018

Modified Files:
	configure.ac README 
Log Message:
SC 2005/04/04

Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- configure.ac	18 Mar 2005 15:27:45 -0000	1.16
+++ configure.ac	4 Apr 2005 13:51:18 -0000	1.17
@@ -38,7 +38,7 @@
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
 
-AM_PATH_PYTHON(2.2)
+AM_PATH_PYTHON(2.3)
 
 AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
 

Index: README
===================================================================
RCS file: /cvs/cairo/pycairo/README,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- README	10 Mar 2005 09:18:09 -0000	1.9
+++ README	4 Apr 2005 13:51:18 -0000	1.10
@@ -8,7 +8,7 @@
 Dependencies
 ------------
     cairo  		>= 0.4.0
-    Python 		>= 2.2  
+    Python 		>= 2.3
     libsvg-cairo	optional >= 0.1.4
     Numeric Python	optional
     PyGTK		optional >= 1.99.16




More information about the cairo-commit mailing list