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:
parent
4f697824b5
commit
f78801ee42
@ -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
|
Fri Aug 6 00:15:19 CEST 2010 - lmedinas@opensuse.org
|
||||||
|
|
||||||
- Update to version 0.9.3:
|
- 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
|
+ Add annotation for g_dbus_proxy_new_sync
|
||||||
+ Fix ordering in override_search_path on gir-repository
|
+ Fix ordering in override_search_path on gir-repository
|
||||||
+ Make scanner compatible with python 2.y
|
+ Make scanner compatible with python 2.y
|
||||||
+ Update GIMarshallingTests expected gir
|
|
||||||
+ Add g_irepository_enumerate
|
+ Add g_irepository_enumerate
|
||||||
+ Append -Wl,-rpath=. to the scanner compile
|
+ Append -Wl,-rpath=. to the scanner compile
|
||||||
+ Add g_info_type_to_string (GIInfoType type)
|
+ Add g_info_type_to_string (GIInfoType type)
|
||||||
+ Add new API g_typelib_require_private()
|
+ Add new API g_typelib_require_private()
|
||||||
+ Misc Bug fixes
|
+ Misc bug fixes
|
||||||
- Add gtk-doc to BuildRequires
|
- Add gtk-doc to BuildRequires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -69,7 +69,8 @@ a uniform, machine readable format.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static
|
--disable-static \
|
||||||
|
--enable-gtk-doc
|
||||||
%__make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -97,13 +98,14 @@ rm -rf %{buildroot}
|
|||||||
%files -n libgirepository-1_0-1
|
%files -n libgirepository-1_0-1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS CONTRIBUTORS COPYING.LGPL NEWS README TODO
|
%doc AUTHORS CONTRIBUTORS COPYING.LGPL NEWS README TODO
|
||||||
%{_datadir}/gir-1.0
|
%{_datadir}/gir-1.0/
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/girepository-1.0
|
%{_libdir}/girepository-1.0/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*
|
%doc %{_datadir}/gtk-doc/html/gi/
|
||||||
|
%{_includedir}/gobject-introspection-1.0/
|
||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
# We explicitly list the content of the directory that is of interest to us,
|
# 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
|
# since not everything might go into the devel package in the future
|
||||||
|
Loading…
Reference in New Issue
Block a user