From 408f6c191cc9a4be4fdbacee5a1a4626e046bcbcb062c9b2f6d099465547195e Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 15 Oct 2010 10:39:40 +0000 Subject: [PATCH] Accepting request 50720 from GNOME:Factory checked in (request 50720) OBS-URL: https://build.opensuse.org/request/show/50720 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=32 --- gobject-introspection-0.9.12.tar.bz2 | 3 -- gobject-introspection-0.9.6.tar.bz2 | 3 ++ gobject-introspection.changes | 52 ---------------------------- gobject-introspection.spec | 13 +++---- 4 files changed, 10 insertions(+), 61 deletions(-) delete mode 100644 gobject-introspection-0.9.12.tar.bz2 create mode 100644 gobject-introspection-0.9.6.tar.bz2 diff --git a/gobject-introspection-0.9.12.tar.bz2 b/gobject-introspection-0.9.12.tar.bz2 deleted file mode 100644 index 5234b82..0000000 --- a/gobject-introspection-0.9.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c0060d66d14a060057a1fc005be73675a1b8a00d4968ce8e78ff2d6b9f84e81 -size 1050788 diff --git a/gobject-introspection-0.9.6.tar.bz2 b/gobject-introspection-0.9.6.tar.bz2 new file mode 100644 index 0000000..1471938 --- /dev/null +++ b/gobject-introspection-0.9.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e653258394b44a7fc4cdac604c72948c3eff7f1b882f094cfea21ed19acb9ee6 +size 585940 diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 7b0b553..d6e8b81 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,55 +1,3 @@ -------------------------------------------------------------------- -Sat Oct 9 11:23:59 CEST 2010 - vuntz@opensuse.org - -- Update to version 0.9.12: - + Ship gtk-doc files in tarball. -- Changes from version 0.9.11: - + Scanner: - - Add -export-dynamic when compiling with libtool. - - Honor -L commandline option. - + Various scanner fixes and improvements. -- Drop gobject-introspection-export-dynamic.patch: fixed upstream. -- Remove comments about upstream tarball and gtk-doc, and remove - gtk-doc BuildRequires: the files are in the tarball now. - -------------------------------------------------------------------- -Fri Oct 1 13:48:51 CEST 2010 - vuntz@opensuse.org - -- Add gobject-introspection-export-dynamic.patch: this fixes the - build of some gir, like in clutter. - -------------------------------------------------------------------- -Fri Oct 1 09:10:36 CEST 2010 - vuntz@opensuse.org - -- Update to version 0.9.10: - + gir: Explicitly specify path to girepository so libtool can - find it -- Changes from version 0.9.9: - + Actually do something about fundamentals when parsing a .gir - + Abort if we would be generating an empty namespace - + Minor fixes - -------------------------------------------------------------------- -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 - -- 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 ae6c6bf..e0e727b 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,5 +1,5 @@ # -# spec file for package gobject-introspection (Version 0.9.12) +# spec file for package gobject-introspection (Version 0.9.6) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,8 +18,9 @@ Name: gobject-introspection -Version: 0.9.12 +Version: 0.9.6 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 @@ -33,6 +34,7 @@ Patch1: gobject-introspection-libgda-workaround.patch BuildRequires: bison BuildRequires: fdupes BuildRequires: flex +BuildRequires: gtk-doc BuildRequires: libffi-devel BuildRequires: python-devel BuildRequires: python-xml @@ -74,7 +76,8 @@ a uniform, machine readable format. %build %configure \ - --disable-static + --disable-static +# --enable-gtk-doc %__make %{?jobs:-j%jobs} %install @@ -92,7 +95,6 @@ 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 @@ -111,7 +113,6 @@ rm -rf %{buildroot} %dir %{_datadir}/gobject-introspection-1.0 %{_datadir}/gobject-introspection-1.0/Makefile.introspection %{_datadir}/gobject-introspection-1.0/tests/ -%{_datadir}/gobject-introspection-1.0/gdump.c %files -n libgirepository-1_0-1 %defattr(-,root,root) @@ -124,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