Accepting request 72223 from home:vuntz:branches:GNOME:Factory

typos

OBS-URL: https://build.opensuse.org/request/show/72223
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=51
This commit is contained in:
Vincent Untz 2011-05-31 08:02:37 +00:00 committed by Git OBS Bridge
parent 46b25b8db5
commit a0d5b9f79c

View File

@ -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