From 253cb04564b43b64ece79c0d81c58684258d04cf Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 22 Aug 2011 17:37:01 +0000 Subject: push python-gi req for python introspection callings --- NEWS | 3 +++ configure.ac | 4 ++-- gi-find-deps.sh.in | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 6f6a784..e9670f6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 1.141 - 23 Aug 2011, by Funda Wang +- gi deps for python: push python-gi req for python introspection callings + Version 1.140 - 6 Aug 2011, by Funda Wang - gi deps for python: push python-gi req for python introspection callings diff --git a/configure.ac b/configure.ac index dd62bf5..bd4bb47 100644 --- a/configure.ac +++ b/configure.ac @@ -4,9 +4,9 @@ # $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 1.140, boklm@mars-attacks.org) +AC_INIT(rpm-mageia-setup, 1.141, boklm@mars-attacks.org) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE(1.9 -Wno-portability) +AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR # Checks for programs. diff --git a/gi-find-deps.sh.in b/gi-find-deps.sh.in index 3c42662..e8a5785 100755 --- a/gi-find-deps.sh.in +++ b/gi-find-deps.sh.in @@ -68,7 +68,7 @@ while read file; do for module in $(grep -h -P "from gi.repository import (\w+)" $file | sed 's:#.*::' | sed -e 's,from gi.repository import,,' -r -e 's:\s+as\s+\w+::g' -e 's:\s*,\s*: :g'); do split_name_version $module print_req_prov - echo "python-gobject >= 2.21.4" + echo "python-gi >= 2.90.2" done ;; *.typelib) -- cgit v1.2.1