Accepting request 76065 from GNOME:Factory
Fix type on dep parser... (hit by gnome-games for the moment) OBS-URL: https://build.opensuse.org/request/show/76065 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=26
This commit is contained in:
commit
c14014f622
@ -65,7 +65,7 @@ while read file; do
|
|||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
*.py)
|
*.py)
|
||||||
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:,::g'); 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:,: :g'); do
|
||||||
split_name_version $module
|
split_name_version $module
|
||||||
print_req_prov
|
print_req_prov
|
||||||
done
|
done
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 13:24:35 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- gi-find-deps.sh: Correctly deal with "from gi.repository import
|
||||||
|
Gtk,GObject" by replacing ',' with a space instead of just
|
||||||
|
removing it. This should fix wrong Requires like
|
||||||
|
typelib(GtkGObject).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 15 12:25:02 CEST 2011 - dimstar@opensuse.org
|
Wed Jun 15 12:25:02 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user