[libpeas: 1/3] Increase pygobject dependency to 2.28.0



commit ba4ac0ed4be2b24f418c58051c31a43b35280781
Author: Steve Frécinaux <code istique net>
Date:   Thu Mar 10 11:56:02 2011 +0100

    Increase pygobject dependency to 2.28.0
    
    This release fixes refcounting bugs that are important for us.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639597

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1efe241..5850005 100644
--- a/configure.ac
+++ b/configure.ac
@@ -273,7 +273,7 @@ PYTHON_REQUIRED=2.5.2
 
 dnl Used by the Python loader to check the PyGObject version at runtime
 PYGOBJECT_MAJOR_VERSION=2
-PYGOBJECT_MINOR_VERSION=20
+PYGOBJECT_MINOR_VERSION=28
 PYGOBJECT_MICRO_VERSION=0
 PYGOBJECT_REQUIRED=$PYGOBJECT_MAJOR_VERSION.$PYGOBJECT_MINOR_VERSION.$PYGOBJECT_MICRO_VERSION
 
@@ -309,7 +309,7 @@ else
 	AC_MSG_CHECKING([for PyGObject availability.])
 	if test "$found_python" = "yes"; then
 		PKG_CHECK_EXISTS([pygobject-2.0 >= $PYGOBJECT_REQUIRED],,
-				 [found_python="no (pygobject >= $PYGOBJECT_REQURED) not found)"])
+				 [found_python="no (pygobject >= $PYGOBJECT_REQUIRED) not found)"])
 	fi
 	AC_MSG_RESULT([$found_python])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]