Accepting request 44766 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/gobject-introspection via accept of submit request 44766 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/44766
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=22
This commit is contained in:
Vincent Untz 2010-08-06 21:07:02 +00:00 committed by Git OBS Bridge
parent 4f697824b5
commit f78801ee42
2 changed files with 14 additions and 7 deletions

View File

@ -1,17 +1,22 @@
-------------------------------------------------------------------
Fri Aug 6 22:24:00 CEST 2010 - vuntz@opensuse.org
- Pass --enable-gtk-doc to configure.
-------------------------------------------------------------------
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 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
+ Misc bug fixes
- Add gtk-doc to BuildRequires
-------------------------------------------------------------------

View File

@ -69,7 +69,8 @@ a uniform, machine readable format.
%build
%configure \
--disable-static
--disable-static \
--enable-gtk-doc
%__make %{?jobs:-j%jobs}
%install
@ -97,13 +98,14 @@ rm -rf %{buildroot}
%files -n libgirepository-1_0-1
%defattr(-,root,root)
%doc AUTHORS CONTRIBUTORS COPYING.LGPL NEWS README TODO
%{_datadir}/gir-1.0
%{_datadir}/gir-1.0/
%{_libdir}/*.so.*
%{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/
%files devel
%defattr(-,root,root)
%{_includedir}/*
%doc %{_datadir}/gtk-doc/html/gi/
%{_includedir}/gobject-introspection-1.0/
%{_datadir}/aclocal/*.m4
# We explicitly list the content of the directory that is of interest to us,
# since not everything might go into the devel package in the future