Vincent Untz 2011-04-22 11:36:48 +00:00 committed by Git OBS Bridge
parent 7c58aba580
commit 9b16a1bd5b
4 changed files with 90 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59033bcb428fd507f9b8399424e847ab24d5e1fe5d587f6915be9940fde69890
size 1081666

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a20a0e28f4dfb770f05718eb25d20055c853f2b041f03802008bd2040d13cb57
size 1146112

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Apr 5 11:16:05 UTC 2011 - fcrozat@novell.com
- Update to version 0.10.7:
+ add annotations for g_base64_encode and g_base64_decode
+ bgo#640264: girparser: use c:identifier-prefixes instead of
c:prefix.
-------------------------------------------------------------------
Mon Mar 28 11:23:10 UTC 2011 - fcrozat@novell.com
- Update to version 0.10.6:
+ Bugs fixed:
- bgo#645692: fix generation of cairo typelib.
- bgo#644749: support setting gobjects and ginterfaces in
struct fields.
- Changes from version 0.10.4:
+ Bugs fixed: bgo#551738, bgo#555960, bgo#555964, bgo#556475,
bgo#561360, bgo#561604, bgo#563469, bgo#563682, bgo#564016,
bgo#566560, bgo#567906, bgo#568680, bgo#569355, bgo#569633,
bgo#569930, bgo#570594, bgo#570903, bgo#571182, bgo#571248,
bgo#571483, bgo#571548, bgo#571649, bgo#572075, bgo#572086,
bgo#572423, bgo#572434, bgo#572563, bgo#572790, bgo#572965,
bgo#573306, bgo#573309, bgo#573332, bgo#574139, bgo#574284,
bgo#574501, bgo#575613, bgo#576323, bgo#576605, bgo#576627,
bgo#577065, bgo#577534, bgo#577546, bgo#579522, bgo#579602,
bgo#581680, bgo#581681, bgo#581682, bgo#581684, bgo#581685,
bgo#581689, bgo#583338, bgo#584423, bgo#584432, bgo#584453,
bgo#584816, bgo#584842, bgo#585081, bgo#585141, bgo#585150,
bgo#585328, bgo#585373, bgo#585579, bgo#585584, bgo#585908.
-------------------------------------------------------------------
Thu Feb 24 18:15:24 UTC 2011 - fcrozat@novell.com
- Update to version 0.10.3:
+ Visible changes:
- Nested structs and unions (bgo#555960)
- Support Shadows: annotation (bgo#556475)
- Allow annotation of enums as bitfields (bgo#573332)
- Add support for a 'closure' and 'destroy' annotations
(bgo#574284)
- Add short/ushort support (bgo#584423)
+ Many improvement and fixes in the scanner, including:
- Parse doc-comment tags case-insensitive (bgo#572086)
- #defines should be parsed in .h files but not .c files
(bgo#572790)
+ Various additions and fixes to introspection data shipped with
gobject-introspection, including:
- Add annotations for g_spawn_* functions (bgo#585373)
+ Other bugs fixed: bgo#551738, bgo#555964, bgo#561360,
bgo#561604, bgo#563469, bgo#563682, bgo#564016, bgo#566560,
bgo#567906, bgo#568680, bgo#569355, bgo#569633, bgo#569930,
bgo#570594, bgo#570903, bgo#571182, bgo#571248, bgo#571483,
bgo#571548, bgo#571649, bgo#572075, bgo#572423, bgo#572434,
bgo#572563, bgo#572965, bgo#573306, bgo#573309, bgo#574139,
bgo#574501, bgo#575613, bgo#576323, bgo#576605, bgo#576627,
bgo#577065, bgo#577534, bgo#577546, bgo#579522, bgo#579602,
bgo#581680, bgo#581682, bgo#581684, bgo#581685, bgo#581689,
bgo#583338, bgo#584432, bgo#584453, bgo#584816, bgo#584842,
bgo#585081, bgo#585141, bgo#585150, bgo#585328, bgo#585579,
bgo#585584, bgo#585908.
- Changes from version 0.10.2:
+ Add (constructor) annotation
+ Add (method) overrides
+ Disable missing class structure warning.
+ Depend on cairo-gobject if available
+ Pass shared-library as-is to g_module_open
+ Various improvements and bug fixes.
- Add support for source service checkout, with %BUILD_FROM_VCS:
+ Add gnome-common and gtk-doc BuildRequires.
+ Add call to ./autogen.sh.
+ Enforce gtk-doc html generation by passing --enable-gtk-doc to
configure.
-------------------------------------------------------------------
Fri Jan 14 15:25:27 CET 2011 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package gobject-introspection (Version 0.10.1)
# spec file for package gobject-introspection
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
Name: gobject-introspection
Version: 0.10.1
Version: 0.10.7
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+
@ -35,6 +35,10 @@ BuildRequires: python-devel
BuildRequires: python-xml
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(gobject-2.0)
%if 0%{?BUILD_FROM_VCS}
BuildRequires: gnome-common
BuildRequires: gtk-doc
%endif
Requires: libgirepository-1_0-1 = %{version}
Requires: python-xml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -67,10 +71,17 @@ a uniform, machine readable format.
%prep
%setup -q
%if 0%{?BUILD_FROM_VCS}
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
%endif
%build
%configure \
%if 0%{?BUILD_FROM_VCS}
--enable-gtk-doc \
%endif
--disable-static
%__make %{?jobs:-j%jobs}
%__make %{?jobs:-j%jobs} V=1
%install
%makeinstall