Accepting request 27001 from GNOME:Factory

Copy from GNOME:Factory/gobject-introspection based on submit request 27001 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/27001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=6
This commit is contained in:
OBS User autobuild 2009-12-18 11:46:54 +00:00 committed by Git OBS Bridge
parent eb21053213
commit dac629b67b
4 changed files with 55 additions and 8 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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