diff --git a/gobject-introspection-0.9.6.tar.bz2 b/gobject-introspection-0.9.6.tar.bz2 deleted file mode 100644 index 1471938..0000000 --- a/gobject-introspection-0.9.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e653258394b44a7fc4cdac604c72948c3eff7f1b882f094cfea21ed19acb9ee6 -size 585940 diff --git a/gobject-introspection-0.9.7.tar.bz2 b/gobject-introspection-0.9.7.tar.bz2 new file mode 100644 index 0000000..c1b0d29 --- /dev/null +++ b/gobject-introspection-0.9.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262d77c04496c3a068ea4d68c8566a2874a592c37e0ecda70a4af6cfcacaaed0 +size 1070880 diff --git a/gobject-introspection.changes b/gobject-introspection.changes index d6e8b81..16a06e3 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -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 diff --git a/gobject-introspection.spec b/gobject-introspection.spec index e0e727b..ae68abb 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -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. # @@ -18,9 +18,8 @@ Name: gobject-introspection -Version: 0.9.6 +Version: 0.9.7 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 License: LGPLv2.1+ Summary: GObject Introspection Tools @@ -76,8 +75,8 @@ a uniform, machine readable format. %build %configure \ - --disable-static -# --enable-gtk-doc + --disable-static \ + --enable-gtk-doc %__make %{?jobs:-j%jobs} %install @@ -95,6 +94,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS CONTRIBUTORS COPYING COPYING.GPL NEWS README TODO +%{_bindir}/g-ir-annotation-tool %{_bindir}/g-ir-compiler %{_bindir}/g-ir-generate %{_bindir}/g-ir-scanner @@ -125,7 +125,7 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root) -#%doc %{_datadir}/gtk-doc/html/gi/ +%doc %{_datadir}/gtk-doc/html/gi/ %{_includedir}/gobject-introspection-1.0/ %{_libdir}/libgirepository-1.0.so # FIXME: those two files should be moved to the main package when bgo#629930 gets fixed