[nautilus-python/nautilus-3.0] Require pygobject 2.28.2 or greater because of fixes needed to get update_file_info_async working



commit 8776634d688bcd0bdb5763b37d23aa86ab65ba07
Author: Adam Plumb <adamplumb gmail com>
Date:   Wed Mar 23 15:03:33 2011 -0400

    Require pygobject 2.28.2 or greater because of fixes needed to get update_file_info_async working

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 40ab4c6..9ad18e7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_INIT
 
 PACKAGE=nautilus-python
-VERSION=0.7.2
+VERSION=1.0-git
 
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
@@ -13,7 +13,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I .")
 
 NAUTILUS_REQUIRED=2.32
-PYGOBJECT_REQUIRED=2.16.0
+PYGOBJECT_REQUIRED=2.28.2
 
 AC_PROG_CC
 AC_DISABLE_STATIC



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