diff --git a/gobject-introspection-0.9.7.tar.bz2 b/gobject-introspection-0.9.7.tar.bz2 deleted file mode 100644 index c1b0d29..0000000 --- a/gobject-introspection-0.9.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:262d77c04496c3a068ea4d68c8566a2874a592c37e0ecda70a4af6cfcacaaed0 -size 1070880 diff --git a/gobject-introspection-0.9.8.tar.bz2 b/gobject-introspection-0.9.8.tar.bz2 new file mode 100644 index 0000000..ba7f7b8 --- /dev/null +++ b/gobject-introspection-0.9.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7c1cccbe68f3c0aec15a12ae8dbbcf04f8b23e585ef4c05dc83c6b9a5a7338 +size 806969 diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 16a06e3..11c8019 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Sep 29 01:37:05 CEST 2010 - vuntz@opensuse.org + +- Update to version 0.9.8: + + Fix --include-uninstalled + + Don't ignore annotations if there's a : in docs +- Remove --enable-gtk-doc from configure: API docs got forgotten + again :/ + ------------------------------------------------------------------- Tue Sep 28 20:24:50 CEST 2010 - vuntz@opensuse.org diff --git a/gobject-introspection.spec b/gobject-introspection.spec index ae68abb..87b6084 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,5 +1,5 @@ # -# spec file for package gobject-introspection (Version 0.9.7) +# spec file for package gobject-introspection (Version 0.9.8) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,8 +18,9 @@ Name: gobject-introspection -Version: 0.9.7 +Version: 0.9.8 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 @@ -75,8 +76,8 @@ a uniform, machine readable format. %build %configure \ - --disable-static \ - --enable-gtk-doc + --disable-static +# --enable-gtk-doc %__make %{?jobs:-j%jobs} %install @@ -125,7 +126,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