Updating link to change in openSUSE:Factory/gobject-introspection revision 14.0

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=dcffde7dea34f53f85bdb9a50136dd48
This commit is contained in:
OBS User buildservice-autocommit 2010-10-15 10:39:41 +00:00 committed by Git OBS Bridge
parent 408f6c191c
commit 832daf4f5c
4 changed files with 61 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,55 @@
-------------------------------------------------------------------
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

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.12)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,9 +18,8 @@
Name: gobject-introspection
Version: 0.9.6
Version: 0.9.12
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
@ -34,7 +33,6 @@ Patch1: gobject-introspection-libgda-workaround.patch
BuildRequires: bison
BuildRequires: fdupes
BuildRequires: flex
BuildRequires: gtk-doc
BuildRequires: libffi-devel
BuildRequires: python-devel
BuildRequires: python-xml
@ -76,8 +74,7 @@ a uniform, machine readable format.
%build
%configure \
--disable-static
# --enable-gtk-doc
--disable-static
%__make %{?jobs:-j%jobs}
%install
@ -95,6 +92,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
@ -113,6 +111,7 @@ 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)
@ -125,7 +124,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