diff --git a/gobject-introspection-1.29.17.tar.bz2 b/gobject-introspection-1.29.17.tar.bz2 deleted file mode 100644 index 59698c9..0000000 --- a/gobject-introspection-1.29.17.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0760324a3c251abc61dbe626aeb14bb3be9e22bc61ec053c71e525b8507fa766 -size 1247153 diff --git a/gobject-introspection-1.30.0.tar.bz2 b/gobject-introspection-1.30.0.tar.bz2 new file mode 100644 index 0000000..6d9b0f0 --- /dev/null +++ b/gobject-introspection-1.30.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f5b8886d23d4bfff1f9824df00831b48b7ebb98d35a50a8f322cb7ff037d12 +size 1279723 diff --git a/gobject-introspection-fix-regress.patch b/gobject-introspection-fix-regress.patch deleted file mode 100644 index 62c480e..0000000 --- a/gobject-introspection-fix-regress.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit f02d8bd8aca34817a9085fc700fad88c874e3f18 -Author: Vincent Untz -Date: Fri Sep 2 18:40:54 2011 +0200 - - Fix wrong type of variable in regression test - - https://bugzilla.gnome.org/show_bug.cgi?id=658075 - -diff --git a/tests/scanner/regress.c b/tests/scanner/regress.c -index 04b4950..d44e692 100644 ---- a/tests/scanner/regress.c -+++ b/tests/scanner/regress.c -@@ -224,7 +224,7 @@ regress_test_closure_variant (GClosure *closure, const GVariant* arg) - { - GValue return_value = {0, }; - GValue arguments[1] = {{0,} }; -- int ret; -+ GVariant *ret; - - g_value_init (&return_value, G_TYPE_VARIANT); - diff --git a/gobject-introspection.changes b/gobject-introspection.changes index e9c05a3..071ab4e 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 21 11:05:11 UTC 2011 - vuntz@opensuse.org + +- Update to version 1.30.0: + + Regenerate Gio/GLib/GObject annotations. + + Lots of work on the Windows port. + + Add "Value:" annotation tag. + + scanner: Correctly handle structs with arrays of anon unions. + + Various bug fixes. + + Build fixes. +- Drop gobject-introspection-fix-regress.patch: fixed upstream. + ------------------------------------------------------------------- Mon Sep 5 15:52:27 UTC 2011 - fcrozat@suse.com diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 76634c4..cb47c78 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -18,21 +18,19 @@ Name: gobject-introspection -Version: 1.29.17 +Version: 1.30.0 Release: 1 # 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 Url: http://live.gnome.org/GObjectIntrospection Group: Development/Libraries/GNOME -Source0: http://download.gnome.org/sources/gobject-introspection/1.29/%{name}-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/gobject-introspection/1.30/%{name}-%{version}.tar.bz2 # 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 Source3: gobject-introspection-typelib.template Source99: %{name}-rpmlintrc -# PATCH-FIX-UPSTREAM gobject-introspection-fix-regress.patch bgo#658075 vuntz@opensuse.org -- Fix wrong type for variable -Patch0: gobject-introspection-fix-regress.patch BuildRequires: bison BuildRequires: fdupes BuildRequires: flex @@ -79,7 +77,6 @@ a uniform, machine readable format. %prep %setup -q -%patch0 -p1 %if 0%{?BUILD_FROM_VCS} [ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh