diff --git a/gobject-introspection.changes b/gobject-introspection.changes index adac55a..f7302ca 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -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 ------------------------------------------------------------------- diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 63aa21a..ff03545 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -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