From d524e0609039dc4a60296fc179cfaec1d81748251ecf5452828a8991e9f7748e Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 21 Jul 2010 11:55:57 +0000 Subject: [PATCH] Accepting request 43606 from home:dimstar:branches:GNOME:Factory Copy from home:dimstar:branches:GNOME:Factory/gobject-introspection via accept of submit request 43606 revision 7. Request was accepted with message: thanks, I'll tweak this OBS-URL: https://build.opensuse.org/request/show/43606 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=19 --- gobject-introspection-0.6.8.tar.bz2 | 3 --- gobject-introspection-0.9.2.tar.bz2 | 3 +++ gobject-introspection.changes | 34 +++++++++++++++++++++++++++++ gobject-introspection.spec | 14 +++++++----- 4 files changed, 45 insertions(+), 9 deletions(-) delete mode 100644 gobject-introspection-0.6.8.tar.bz2 create mode 100644 gobject-introspection-0.9.2.tar.bz2 diff --git a/gobject-introspection-0.6.8.tar.bz2 b/gobject-introspection-0.6.8.tar.bz2 deleted file mode 100644 index 981030d..0000000 --- a/gobject-introspection-0.6.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dae63b4d13a03939e238acdd15834e30c621a4b368cbce15876ee1c0d245fd3 -size 544183 diff --git a/gobject-introspection-0.9.2.tar.bz2 b/gobject-introspection-0.9.2.tar.bz2 new file mode 100644 index 0000000..dd2f788 --- /dev/null +++ b/gobject-introspection-0.9.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0793c24d30d1d2d42e23bf9c498ec336c0fc0f048d27cb95d72236ef90ca1fce +size 806935 diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 666649a..bac1cea 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Thu Jul 15 16:38:46 UTC 2010 - dimstar@opensuse.org + +- Upate to version 0.9.2: + + [cairo-1.0.gir] Add cairo_region_t + + [cairo-1.0] Add cairo_rectangle_int_t + + Add support for non-GObject fundamental objects + +------------------------------------------------------------------- +Tue Jul 6 00:13:27 CEST 2010 - dimstar@opensuse.org + +- Update to version 0.9.0: + + + +------------------------------------------------------------------- +Fri May 28 22:34:48 CEST 2010 - dimstar@opensuse.org + +- Update to version 0.6.12: + + Build system cleanups + + Documentation updates + + Minor bugfixes +- BuildRequire cairo-devel + +------------------------------------------------------------------- +Fri Mar 19 09:01:33 CET 2010 - dimstar@opensuse.org + +- Update to version 0.6.9: + + Correctly cast to a CommonBlob when looking up embedded types + + g-ir-compiler: Slightly less lame error messages + + [everything] Add some "torture" test functions with baroque + signatures + + scanner: Catch OSError too when checking for libtool + + scanner: Always explicitely set the scope of callbacks + ------------------------------------------------------------------- Wed Mar 10 16:46:20 CET 2010 - dimstar@opensuse.org diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 6f0f175..f558bfa 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,5 +1,5 @@ # -# spec file for package gobject-introspection (Version 0.6.8) +# spec file for package gobject-introspection (Version 0.9.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,6 +19,7 @@ Name: gobject-introspection BuildRequires: bison +BuildRequires: cairo-devel BuildRequires: fdupes BuildRequires: flex BuildRequires: glib2-devel @@ -28,14 +29,14 @@ BuildRequires: python-xml %if %suse_version <= 1110 BuildRequires: gtk-doc %endif -Version: 0.6.8 +Version: 0.9.2 Release: 1 License: GPLv2+ Summary: GObject Introspection Tools Url: http://live.gnome.org/GObjectIntrospection Group: Development/Libraries/GNOME Source: %{name}-%{version}.tar.bz2 -Requires: libgirepository-1_0-0 = %{version} +Requires: libgirepository-1_0-1 = %{version} Requires: python-xml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,13 +44,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build The goal of the project is to describe the APIs and collect them in a uniform, machine readable format. -%package -n libgirepository-1_0-0 +%package -n libgirepository-1_0-1 License: LGPLv2.1+ Summary: GObject Introspection Library Group: Development/Libraries/GNOME Recommends: gir-repository -%description -n libgirepository-1_0-0 +%description -n libgirepository-1_0-1 The goal of the project is to describe the APIs and collect them in a uniform, machine readable format. @@ -96,7 +97,7 @@ rm -rf %{buildroot} %{_libdir}/gobject-introspection/giscanner %doc %{_mandir}/man?/*.* -%files -n libgirepository-1_0-0 +%files -n libgirepository-1_0-1 %defattr(-,root,root) %doc AUTHORS CONTRIBUTORS COPYING.LGPL NEWS README TODO %{_datadir}/gir-1.0 @@ -105,6 +106,7 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root) +%doc %{_datadir}/gtk-doc/html/gi %{_includedir}/* %{_datadir}/aclocal/*.m4 # We explicitly list the content of the directory that is of interest to us,