Hello community,
here is the log from the commit of package gobject-introspection for
openSUSE:Factory checked in at 2016-04-28 16:49:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gobject-introspection (Old)
and /work/SRC/openSUSE:Factory/.gobject-introspection.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gobject-introspection"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes
2016-03-29 14:45:36.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes
2016-04-28 16:49:40.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 18 13:47:39 UTC 2016 - [email protected]
+
+- gi-find-deps.sh: scan GI overrides glue layers to add their
+ respective dependencies.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gi-find-deps.sh ++++++
--- /var/tmp/diff_new_pack.AzduHB/_old 2016-04-28 16:49:41.000000000 +0200
+++ /var/tmp/diff_new_pack.AzduHB/_new 2016-04-28 16:49:41.000000000 +0200
@@ -70,6 +70,11 @@
split_name_version $module
print_req_prov
done
+ # python glue layers (/gi/overrides) import their typelibs slightly
different
+ for module in $(grep -h -P -o
"=\s+(get_introspection_module\(['\"][^'\"]+['\"]\))" $1 | sed -e 's:#.*::' -e
's:=.*get_introspection_module::' -e "s:[()\"' ]::g"); do
+ split_name_version $module
+ print_req_prov
+ done
}
function javascript_requires {