Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory
checked in at Thu Aug 18 09:15:15 CEST 2011.



--------
--- GNOME/gobject-introspection/gobject-introspection.changes   2011-07-27 
23:30:39.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/gobject-introspection/gobject-introspection.changes
    2011-08-17 21:49:45.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Aug 17 19:47:13 UTC 2011 - [email protected]
+
+- Extend gi-find-deps.sh: Special case for .py files:
+  raise ImportError.* lines are deleted. pygobject for example
+  tries to explain how to convert the sources to the new gi-based
+  python bindings.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ gobject-introspection.spec ++++++
--- /var/tmp/diff_new_pack.s8Z8Dj/_old  2011-08-18 09:14:02.000000000 +0200
+++ /var/tmp/diff_new_pack.s8Z8Dj/_new  2011-08-18 09:14:02.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           gobject-introspection
 Version:        1.29.16
-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.s8Z8Dj/_old  2011-08-18 09:14:02.000000000 +0200
+++ /var/tmp/diff_new_pack.s8Z8Dj/_new  2011-08-18 09:14:02.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+$::g' -e 's:\s+as\s+\w+::g' -e 's:,: :g'); do
+                       for module in $(grep -h -P "from gi.repository import 
(\w+)" $file | sed -e 's:#.*::' -e 's:raise ImportError.*::' | sed -e 's,from 
gi.repository import,,' -r -e 's:\s+$::g' -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