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:
parent
eb21053213
commit
dac629b67b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fe1702200d45958cdfe3707952d64c3a541628b1203a9b2644db0ee2c6d5df79
|
|
||||||
size 608305
|
|
3
gobject-introspection-0.6.7.tar.bz2
Normal file
3
gobject-introspection-0.6.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c97ca4e978b0583999775640e9e9f97b64a5880ad2a6adc3ce903207b616f24a
|
||||||
|
size 579956
|
@ -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
|
Wed Sep 9 03:22:47 CEST 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -28,9 +28,9 @@ BuildRequires: python-xml
|
|||||||
%if %suse_version <= 1110
|
%if %suse_version <= 1110
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
%endif
|
%endif
|
||||||
Version: 0.6.5
|
Version: 0.6.7
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: GObject Introspection Tools
|
Summary: GObject Introspection Tools
|
||||||
Url: http://live.gnome.org/GObjectIntrospection
|
Url: http://live.gnome.org/GObjectIntrospection
|
||||||
Group: Development/Libraries/GNOME
|
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.
|
a uniform, machine readable format.
|
||||||
|
|
||||||
%package -n libgirepository-1_0-0
|
%package -n libgirepository-1_0-0
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Summary: GObject Introspection Library
|
Summary: GObject Introspection Library
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Recommends: gir-repository
|
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.
|
a uniform, machine readable format.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Summary: GObject Introspection Development Files
|
Summary: GObject Introspection Development Files
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
# Note: the devel package requires the binaries, not just the library
|
# Note: the devel package requires the binaries, not just the library
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: glib2-devel
|
Requires: glib2-devel
|
||||||
|
Requires: libffi-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The goal of the project is to describe the APIs and collect them in
|
The goal of the project is to describe the APIs and collect them in
|
||||||
@ -106,6 +107,10 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_datadir}/aclocal/*.m4
|
%{_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}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user