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

thanks

OBS-URL: https://build.opensuse.org/request/show/49414
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2010-09-28 19:33:30 +00:00 committed by Git OBS Bridge
parent 249ee5f6ed
commit b3de7e4c6b
4 changed files with 21 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 28 20:24:50 CEST 2010 - vuntz@opensuse.org
- Update to version 0.9.7:
+ Add an annotation tool.
+ Improve gobject/gio annotations.
+ Validate annotations during the scan.
+ Catch cpp errors during the scan.
+ Make Full the default transfer for returned foreign structs.
+ Various scanner fixes and improvements.
- Pass --enable-gtk-doc to configure again, to get API docs.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 18 19:53:28 CEST 2010 - vuntz@opensuse.org Sat Sep 18 19:53:28 CEST 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
# #
# spec file for package gobject-introspection (Version 0.9.6) # spec file for package gobject-introspection (Version 0.9.7)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -18,9 +18,8 @@
Name: gobject-introspection Name: gobject-introspection
Version: 0.9.6 Version: 0.9.7
Release: 1 Release: 1
# FIXME: next tarball should have gtk-doc again, so pass --enable-gtk-doc to configure. See bgo#629871
# 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
@ -76,8 +75,8 @@ a uniform, machine readable format.
%build %build
%configure \ %configure \
--disable-static --disable-static \
# --enable-gtk-doc --enable-gtk-doc
%__make %{?jobs:-j%jobs} %__make %{?jobs:-j%jobs}
%install %install
@ -95,6 +94,7 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS CONTRIBUTORS COPYING COPYING.GPL NEWS README TODO %doc AUTHORS CONTRIBUTORS COPYING COPYING.GPL NEWS README TODO
%{_bindir}/g-ir-annotation-tool
%{_bindir}/g-ir-compiler %{_bindir}/g-ir-compiler
%{_bindir}/g-ir-generate %{_bindir}/g-ir-generate
%{_bindir}/g-ir-scanner %{_bindir}/g-ir-scanner
@ -125,7 +125,7 @@ rm -rf %{buildroot}
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
#%doc %{_datadir}/gtk-doc/html/gi/ %doc %{_datadir}/gtk-doc/html/gi/
%{_includedir}/gobject-introspection-1.0/ %{_includedir}/gobject-introspection-1.0/
%{_libdir}/libgirepository-1.0.so %{_libdir}/libgirepository-1.0.so
# FIXME: those two files should be moved to the main package when bgo#629930 gets fixed # FIXME: those two files should be moved to the main package when bgo#629930 gets fixed