From 4f697824b5623430ef2ff45b44eea3b0aee7f206330b3e9d2692fda2802e9efa Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 6 Aug 2010 16:56:16 +0000 Subject: [PATCH] Accepting request 44636 from home:lmedinas:branches:GNOME:Factory Copy from home:lmedinas:branches:GNOME:Factory/gobject-introspection via accept of submit request 44636 revision 3. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/44636 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=21 --- gobject-introspection-0.9.2.tar.bz2 | 3 --- gobject-introspection-0.9.3.tar.bz2 | 3 +++ gobject-introspection.changes | 16 ++++++++++++++++ gobject-introspection.spec | 6 +++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 gobject-introspection-0.9.2.tar.bz2 create mode 100644 gobject-introspection-0.9.3.tar.bz2 diff --git a/gobject-introspection-0.9.2.tar.bz2 b/gobject-introspection-0.9.2.tar.bz2 deleted file mode 100644 index dd2f788..0000000 --- a/gobject-introspection-0.9.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0793c24d30d1d2d42e23bf9c498ec336c0fc0f048d27cb95d72236ef90ca1fce -size 806935 diff --git a/gobject-introspection-0.9.3.tar.bz2 b/gobject-introspection-0.9.3.tar.bz2 new file mode 100644 index 0000000..988c80c --- /dev/null +++ b/gobject-introspection-0.9.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662bdd2bf70239fa579777f58bfd0bbb08c6f9b6313020a9b672505d7e3c1c1d +size 780411 diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 229de49..adac55a 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Aug 6 00:15:19 CEST 2010 - lmedinas@opensuse.org + +- Update to version 0.9.3: + + Add annotations for g_variant_new_strv() and g_variant_get_strv() + + Add annotation for g_dbus_proxy_new_sync + + Fix ordering in override_search_path on gir-repository + + Make scanner compatible with python 2.y + + Update GIMarshallingTests expected gir + + Add g_irepository_enumerate + + Append -Wl,-rpath=. to the scanner compile + + Add g_info_type_to_string (GIInfoType type) + + Add new API g_typelib_require_private() + + Misc Bug fixes +- Add gtk-doc to BuildRequires + ------------------------------------------------------------------- Wed Jul 21 14:15:54 CEST 2010 - vuntz@opensuse.org diff --git a/gobject-introspection.spec b/gobject-introspection.spec index e77e5f1..63aa21a 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,5 +1,5 @@ # -# spec file for package gobject-introspection (Version 0.9.0) +# spec file for package gobject-introspection (Version 0.9.3) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,12 +21,13 @@ Name: gobject-introspection BuildRequires: bison BuildRequires: fdupes BuildRequires: flex +BuildRequires: gtk-doc BuildRequires: libffi-devel BuildRequires: python-devel BuildRequires: python-xml BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(gobject-2.0) -Version: 0.9.2 +Version: 0.9.3 Release: 1 License: GPLv2+ Summary: GObject Introspection Tools @@ -102,7 +103,6 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root) -%doc %{_datadir}/gtk-doc/html/gi %{_includedir}/* %{_datadir}/aclocal/*.m4 # We explicitly list the content of the directory that is of interest to us,