Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory checked in at 2012-10-03 07:24: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-06-13 12:42:45.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes
 2012-10-03 07:24:36.000000000 +0200
@@ -1,0 +2,58 @@
+Tue Oct  2 16:13:01 UTC 2012 - [email protected]
+
+- Extend gi-find-deps.sh to understand versioned gi imports in
+  JavaScript (*.js) code.
+
+-------------------------------------------------------------------
+Mon Sep 24 18:54:52 UTC 2012 - [email protected]
+
+- Update to version 1.34.0:
+  + Update glib annotations.
+
+-------------------------------------------------------------------
+Tue Sep 18 20:54:38 UTC 2012 - [email protected]
+
+- Update to version 1.33.14:
+  + Update glib annotations.
+  + Bugs fixed: bgo#683596.
+
+-------------------------------------------------------------------
+Tue Sep  4 16:49:08 UTC 2012 - [email protected]
+
+- Update to version 1.33.10:
+  + Many bugfixes.
+
+-------------------------------------------------------------------
+Mon Aug 20 17:17:45 UTC 2012 - [email protected]
+
+- Update to version 1.33.9:
+  + Many bugfixes.
+
+-------------------------------------------------------------------
+Tue Jul 17 20:42:12 UTC 2012 - [email protected]
+
+- Update to version 1.33.4:
+  + Update glib annotations
+  + Scanner fixes
+  + Don't use an O(N) lookup when we already have a hashmap
+
+-------------------------------------------------------------------
+Tue Jun 26 17:03:41 UTC 2012 - [email protected]
+
+- Update to version 1.33.3:
+  + scanner: fix pairing of error quarks with registered enums.
+  + Update glib annotations.
+
+-------------------------------------------------------------------
+Thu Jun  7 19:06:44 UTC 2012 - [email protected]
+
+- Update to version 1.33.2:
+  + Add regression tests for GHashTable holding GValue.
+  + update-glib-annotations: Set required environment variables
+  + scanner: allow for functions that look like constructors but
+    aren't
+  + Add comment documenting we're ignoring C++ style comments.
+  + Improve tests.
+- Add pkgconfig(cairo-gobject) BuildRequires: new dependency.
+
+-------------------------------------------------------------------

Old:
----
  gobject-introspection-1.32.1.tar.xz

New:
----
  gobject-introspection-1.34.0.tar.xz

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

Other differences:
------------------
++++++ gobject-introspection.spec ++++++
--- /var/tmp/diff_new_pack.GPF4OE/_old  2012-10-03 07:24:37.000000000 +0200
+++ /var/tmp/diff_new_pack.GPF4OE/_new  2012-10-03 07:24:37.000000000 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           gobject-introspection
-Version:        1.32.1
+Version:        1.34.0
 Release:        0
 # FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to 
the main package and rename the devel package to libgirepository-devel
 Summary:        GObject Introspection Tools
 License:        LGPL-2.1+ and GPL-2.0+
 Group:          Development/Libraries/GNOME
 Url:            http://live.gnome.org/GObjectIntrospection
-Source0:        
http://download.gnome.org/sources/gobject-introspection/1.32/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/gobject-introspection/1.34/%{name}-%{version}.tar.xz
 # gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates 
typelib()-style Provides/Requires.
 Source1:        gi-find-deps.sh
 Source2:        gobjectintrospection.attr
@@ -41,6 +41,7 @@
 BuildRequires:  python-devel
 BuildRequires:  python-xml
 BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(cairo-gobject)
 BuildRequires:  pkgconfig(gobject-2.0)
 %if 0%{?BUILD_FROM_VCS}
 BuildRequires:  gnome-common

++++++ gi-find-deps.sh ++++++
--- /var/tmp/diff_new_pack.GPF4OE/_old  2012-10-03 07:24:37.000000000 +0200
+++ /var/tmp/diff_new_pack.GPF4OE/_new  2012-10-03 07:24:37.000000000 +0200
@@ -63,6 +63,11 @@
                                split_name_version $module
                                print_req_prov
                        done
+                       for module in $(grep -h -P -o 
"imports.gi.versions.([^\s'\";]+)\s*=\s*['\"].+['\"]" $file | \
+                               sed -e 's:imports.gi.versions.::' -e 
"s:['\"]::g" -e 's:=:-:' -e 's: ::g'); do
+                               split_name_version $module
+                               print_req_prov
+                       done
                        ;;
              *.py)
                        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

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

Reply via email to