Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory checked in at 2012-12-14 07:35:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gobject-introspection (Old)
 and      /work/SRC/openSUSE:Factory/.gobject-introspection.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gobject-introspection", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes  
    2012-11-22 16:13:40.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes
 2012-12-14 07:35:22.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Dec 10 22:39:56 UTC 2012 - [email protected]
+
+- Enhance gi-find-deps.sh: in case we add typelib() requires for
+  python scripts, we are sure that this script would also require
+  python-gobject (which provides gi.repository). Fixes issues
+  similar to bnc#793758.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gi-find-deps.sh ++++++
--- /var/tmp/diff_new_pack.5jhIz5/_old  2012-12-14 07:35:24.000000000 +0100
+++ /var/tmp/diff_new_pack.5jhIz5/_new  2012-12-14 07:35:24.000000000 +0100
@@ -43,6 +43,7 @@
        for module in $(grep -h -P "from gi.repository import (\w+)" $1 | sed 
-e 's:#.*::' -e 's:raise ImportError.*::' | sed -e 's,from gi.repository 
import,,' -r -e 's:\s+$::g' -e 's:\s+as\s+\w+::g' -e 's:,: :g'); do
                split_name_version $module
                print_req_prov
+               echo "python-gobject >= 2.21.4"
        done
        for module in $(grep -h -P -o 
"(gi.require_version\(['\"][^'\"]+['\"],\s*['\"][^'\"]+['\"]\))" $1 | sed -e 
's:gi.require_version::' -e "s:[()\"' ]::g" -e 's:,:-:'); do
                split_name_version $module


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to