Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory
checked in at Tue Jul 12 09:02:29 CEST 2011.



--------
--- GNOME/gobject-introspection/gobject-introspection.changes   2011-06-16 
16:35:07.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/gobject-introspection/gobject-introspection.changes
    2011-07-11 13:26:09.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Jul 11 13:24:35 CEST 2011 - [email protected]
+
+- 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).
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ gobject-introspection.spec ++++++
--- /var/tmp/diff_new_pack.HNHAl4/_old  2011-07-12 09:02:03.000000000 +0200
+++ /var/tmp/diff_new_pack.HNHAl4/_new  2011-07-12 09:02:03.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           gobject-introspection
 Version:        1.29.0
-Release:        1
+Release:        2
 # FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to 
the main package and rename the devel package to libgirepository-devel
 License:        LGPLv2.1+
 Summary:        GObject Introspection Tools

++++++ gi-find-deps.sh ++++++
--- /var/tmp/diff_new_pack.HNHAl4/_old  2011-07-12 09:02:03.000000000 +0200
+++ /var/tmp/diff_new_pack.HNHAl4/_new  2011-07-12 09:02:03.000000000 +0200
@@ -65,7 +65,7 @@
                        done
                        ;;
              *.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
                                print_req_prov
                        done


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



Remember to have fun...

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

Reply via email to