diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 357f331..3bcf8fc 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -2,14 +2,14 @@ Sat May 28 15:41:02 UTC 2011 - dimstar@opensuse.org - Minor fixes on gi-find-deps.sh: - + quotes are not allowed symbols in an import name. Fixes for + + Quotes are not allowed symbols in an import name. Fixes for example gnome-shell Requiring typelib('). - + The typelib Symbol is not supposed to contain a dot [.]. Should + + The typelib symbol is not supposed to contain a dot [.]. Should we find a Requires / Provides that does, then we know we were - cought in some code using it direcly as an object. The Typelib + caught in some code using it direcly as an object. The typelib symbol in this case is the first token before the first dot. + Ignore anything after # in python parsing (it's a comment). -- Provide the template based typelib() versioned. +- Provide the template-based typelib() versioned. ------------------------------------------------------------------- Fri May 27 10:07:14 UTC 2011 - dimstar@opensuse.org