Accepting request 84141 from home:vuntz:branches:GNOME:Factory
Update to 1.30.0 OBS-URL: https://build.opensuse.org/request/show/84141 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=74
This commit is contained in:
parent
7670f5a1fc
commit
7e81c5daa0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0760324a3c251abc61dbe626aeb14bb3be9e22bc61ec053c71e525b8507fa766
|
|
||||||
size 1247153
|
|
3
gobject-introspection-1.30.0.tar.bz2
Normal file
3
gobject-introspection-1.30.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72f5b8886d23d4bfff1f9824df00831b48b7ebb98d35a50a8f322cb7ff037d12
|
||||||
|
size 1279723
|
@ -1,21 +0,0 @@
|
|||||||
commit f02d8bd8aca34817a9085fc700fad88c874e3f18
|
|
||||||
Author: Vincent Untz <vuntz@gnome.org>
|
|
||||||
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);
|
|
||||||
|
|
@ -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
|
Mon Sep 5 15:52:27 UTC 2011 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -18,21 +18,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 1.29.17
|
Version: 1.30.0
|
||||||
Release: 1
|
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
|
# 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+
|
License: LGPLv2.1+
|
||||||
Summary: GObject Introspection Tools
|
Summary: GObject Introspection Tools
|
||||||
Url: http://live.gnome.org/GObjectIntrospection
|
Url: http://live.gnome.org/GObjectIntrospection
|
||||||
Group: Development/Libraries/GNOME
|
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.
|
# gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates typelib()-style Provides/Requires.
|
||||||
Source1: gi-find-deps.sh
|
Source1: gi-find-deps.sh
|
||||||
Source2: gobjectintrospection.attr
|
Source2: gobjectintrospection.attr
|
||||||
Source3: gobject-introspection-typelib.template
|
Source3: gobject-introspection-typelib.template
|
||||||
Source99: %{name}-rpmlintrc
|
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: bison
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
@ -79,7 +77,6 @@ a uniform, machine readable format.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%if 0%{?BUILD_FROM_VCS}
|
%if 0%{?BUILD_FROM_VCS}
|
||||||
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user