From 1bfb68d41199e77a535733f6fe81d79239bea239594107fb7f7f4c08cc6ad02b Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 19 Feb 2010 15:30:47 +0000 Subject: [PATCH] converted link to branch OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=14 --- gobject-introspection-0.6.5.tar.bz2 | 3 --- gobject-introspection-0.6.7.tar.bz2 | 3 +++ gobject-introspection.changes | 42 +++++++++++++++++++++++++++++ gobject-introspection.spec | 15 +++++++---- 4 files changed, 55 insertions(+), 8 deletions(-) delete mode 100644 gobject-introspection-0.6.5.tar.bz2 create mode 100644 gobject-introspection-0.6.7.tar.bz2 diff --git a/gobject-introspection-0.6.5.tar.bz2 b/gobject-introspection-0.6.5.tar.bz2 deleted file mode 100644 index 5458492..0000000 --- a/gobject-introspection-0.6.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe1702200d45958cdfe3707952d64c3a541628b1203a9b2644db0ee2c6d5df79 -size 608305 diff --git a/gobject-introspection-0.6.7.tar.bz2 b/gobject-introspection-0.6.7.tar.bz2 new file mode 100644 index 0000000..c009dd2 --- /dev/null +++ b/gobject-introspection-0.6.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97ca4e978b0583999775640e9e9f97b64a5880ad2a6adc3ce903207b616f24a +size 579956 diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 991d04e..d9cb6ff 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Thu Dec 17 10:35:45 CET 2009 - vuntz@opensuse.org + +- Update to version 0.6.7: + + Add a Makefile.introspection file. + + Revert "GI_TYPE_TAG_VOID != ffi_type_void" + + protect on null retval + + fix invoke tests + + Substitute deprecated Glib symbol: g_mapped_file_free + +------------------------------------------------------------------- +Wed Dec 16 11:17:38 CET 2009 - vuntz@opensuse.org + +- Add libffi-devel Requires to devel package; this fixes the build + of packages linking to gobject-introspection. + +------------------------------------------------------------------- +Mon Dec 14 12:21:45 CET 2009 - dimstar@opensuse.org + +- Update to version 0.6.6: + + Make g-ir-scanner 64-bit enable. bgo#593639 + + Consistently resolve symbolic links + + Improve warning and error messages. + + Explicitly sort object interfaces, properties, and signals + + When doing type resolution on a string, treat it as its own + ctype + + Implement callbacks as part of struct fields. bgo#557383 + + Add g_ir_ffi_convert_arguments + + Add a method to compare infos + + Make (skip) annotation work everywhere + + InitiallyUnownedClass should contain all the fields as + ObjectClass + + Ignore errors caused by permissions in $HOME + + Add async callback tests to everything + + [dumper] Fix threads initialization + + Allow NULL to be sent in for various callbacks + + Fix an annotationparser bug for empty tags + + Add/Fix annotations. + + Many small bug fixes. + + Build fixes. + + Build system fixes. + ------------------------------------------------------------------- Wed Sep 9 03:22:47 CEST 2009 - vuntz@opensuse.org diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 26cddd2..42eabae 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,5 +1,5 @@ # -# spec file for package gobject-introspection (Version 0.6.5) +# spec file for package gobject-introspection (Version 0.6.7) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -28,9 +28,9 @@ BuildRequires: python-xml %if %suse_version <= 1110 BuildRequires: gtk-doc %endif -Version: 0.6.5 +Version: 0.6.7 Release: 1 -License: GPL v2 or later +License: GPLv2+ Summary: GObject Introspection Tools Url: http://live.gnome.org/GObjectIntrospection Group: Development/Libraries/GNOME @@ -44,7 +44,7 @@ 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 -License: LGPL v2.1 or later +License: LGPLv2.1+ Summary: GObject Introspection Library Group: Development/Libraries/GNOME Recommends: gir-repository @@ -54,12 +54,13 @@ The goal of the project is to describe the APIs and collect them in a uniform, machine readable format. %package devel -License: LGPL v2.1 or later +License: LGPLv2.1+ Summary: GObject Introspection Development Files Group: Development/Libraries/GNOME # Note: the devel package requires the binaries, not just the library Requires: %{name} = %{version} Requires: glib2-devel +Requires: libffi-devel %description devel The goal of the project is to describe the APIs and collect them in @@ -106,6 +107,10 @@ rm -rf %{buildroot} %defattr(-,root,root) %{_includedir}/* %{_datadir}/aclocal/*.m4 +# We explicitly list the content of the directory that is of interest to us, +# since not everything might go into the devel package in the future +%dir %{_datadir}/gobject-introspection-1.0 +%{_datadir}/gobject-introspection-1.0/Makefile.introspection %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc