summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@svn.gnome.org>2007-10-23 12:17:29 +0000
committerPhilip Withnall <pwithnall@src.gnome.org>2007-10-23 12:17:29 +0000
commit6e9f8611e2d62f696da0362ce1ca0e4b0c557f07 (patch)
tree364315b7d0def500b8f5d8206f2d7b23590d2a2b
parentd296cdeeccda0f575e6874a2f2673770d552e8a7 (diff)
downloadtotem-6e9f8611e2d62f696da0362ce1ca0e4b0c557f07.tar.gz
Decrease Python dependency back to 2.3, and bump up PyGTK dependency to
2007-10-23 Philip Withnall <pwithnall@svn.gnome.org> * configure.in: Decrease Python dependency back to 2.3, and bump up PyGTK dependency to 2.12 (it should've been bumped when the YouTube plugin was committed) (Closes: #489306) svn path=/trunk/; revision=4807
-rw-r--r--ChangeLog6
-rw-r--r--configure.in4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 95ca02fa1..220477cad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-23 Philip Withnall <pwithnall@svn.gnome.org>
+
+ * configure.in: Decrease Python dependency back to 2.3,
+ and bump up PyGTK dependency to 2.12 (it should've been
+ bumped when the YouTube plugin was committed) (Closes: #489306)
+
2007-10-22 Philip Withnall <pwithnall@svn.gnome.org>
Update svn:ignore properties.
diff --git a/configure.in b/configure.in
index 2c48a4a13..067366e95 100644
--- a/configure.in
+++ b/configure.in
@@ -882,7 +882,7 @@ if test "x$have_python" != "xyes"; then
fi
if test "x$have_python" != "xno"; then
- AM_PATH_PYTHON([2.5],[],[no])
+ AM_PATH_PYTHON([2.3],[],[no])
if test "x$PYTHON" = "x:"; then
have_python=no
fi
@@ -936,7 +936,7 @@ EOF
fi
if test "x$have_python" != "xno"; then
- PYGTK_REQUIRED=2.8.0
+ PYGTK_REQUIRED=2.12.0
PKG_CHECK_MODULES([PYGTK], [
pygtk-2.0 >= $PYGTK_REQUIRED],