Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory checked in at 2013-01-30 22:21:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gobject-introspection (Old)
 and      /work/SRC/openSUSE:Factory/.gobject-introspection.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gobject-introspection", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes  
    2012-12-14 07:35:22.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes
 2013-01-30 22:21:36.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan 22 13:11:47 UTC 2013 - [email protected]
+
+- Fix gi-find-deps.sh: escape "." in grep calls ("\.").
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gobject-introspection.spec ++++++
--- /var/tmp/diff_new_pack.2SZeMe/_old  2013-01-30 22:21:37.000000000 +0100
+++ /var/tmp/diff_new_pack.2SZeMe/_new  2013-01-30 22:21:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gobject-introspection
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ gi-find-deps.sh ++++++
--- /var/tmp/diff_new_pack.2SZeMe/_old  2013-01-30 22:21:37.000000000 +0100
+++ /var/tmp/diff_new_pack.2SZeMe/_new  2013-01-30 22:21:37.000000000 +0100
@@ -40,23 +40,23 @@
 }
 
 function python_requires {
-       for module in $(grep -h -P "from gi.repository import (\w+)" $1 | 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
+       for module in $(grep -h -P "from gi\.repository import (\w+)" $1 | 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
                echo "python-gobject >= 2.21.4"
        done
-       for module in $(grep -h -P -o 
"(gi.require_version\(['\"][^'\"]+['\"],\s*['\"][^'\"]+['\"]\))" $1 | sed -e 
's:gi.require_version::' -e "s:[()\"' ]::g" -e 's:,:-:'); do
+       for module in $(grep -h -P -o 
"(gi\.require_version\(['\"][^'\"]+['\"],\s*['\"][^'\"]+['\"]\))" $1 | sed -e 
's:gi.require_version::' -e "s:[()\"' ]::g" -e 's:,:-:'); do
                split_name_version $module
                print_req_prov
        done
 }
 
 function javascript_requires {
-       for module in $(grep -h -P -o "imports.gi.([^\s'\";]+)" $1 | grep -v 
"imports.gi.version" | sed -r -e 's,\s+$,,g' -e 's,imports.gi.,,'); do
+       for module in $(grep -h -P -o "imports\.gi\.([^\s'\";]+)" $1 | grep -v 
"imports\.gi\.version" | sed -r -e 's,\s+$,,g' -e 's,imports.gi.,,'); do
                split_name_version $module
                print_req_prov
        done
-       for module in $(grep -h -P -o 
"imports.gi.versions.([^\s'\";]+)\s*=\s*['\"].+['\"]" $1 | \
+       for module in $(grep -h -P -o 
"imports\.gi\.versions.([^\s'\";]+)\s*=\s*['\"].+['\"]" $1 | \
                sed -e 's:imports.gi.versions.::' -e "s:['\"]::g" -e 's:=:-:' 
-e 's: ::g'); do
                split_name_version $module
                print_req_prov


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

Reply via email to