Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory
checked in at Thu Jul 21 08:58:59 CEST 2011.



--------
--- GNOME/gobject-introspection/gobject-introspection.changes   2011-07-11 
13:26:09.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/gobject-introspection/gobject-introspection.changes
    2011-07-19 17:56:07.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Jul 19 17:51:07 CEST 2011 - [email protected]
+
+- gi-find-deps.sh: Remove trailing space characters from the
+  import lines, when listing the required typelibs. This fixes an
+  issue with files using \r\n to end a line (since \r was kept, and
+  was breaking the output of the script).
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ gobject-introspection.spec ++++++
--- /var/tmp/diff_new_pack.sZ0vt0/_old  2011-07-21 08:56:21.000000000 +0200
+++ /var/tmp/diff_new_pack.sZ0vt0/_new  2011-07-21 08:56:21.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           gobject-introspection
 Version:        1.29.0
-Release:        2
+Release:        4
 # 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.sZ0vt0/_old  2011-07-21 08:56:21.000000000 +0200
+++ /var/tmp/diff_new_pack.sZ0vt0/_new  2011-07-21 08:56:21.000000000 +0200
@@ -59,13 +59,13 @@
 while read file; do
        case $file in
                *.js)
-                       for module in $(grep -h -P -o "imports.gi.([^\s'\";]+)" 
$file | grep -v "imports.gi.version" | sed 's,imports.gi.,,'); do
+                       for module in $(grep -h -P -o "imports.gi.([^\s'\";]+)" 
$file | grep -v "imports.gi.version" | sed -r -e 's,\s+$,,g' -e 
's,imports.gi.,,'); do
                                split_name_version $module
                                print_req_prov
                        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+$::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