checked in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=13
This commit is contained in:
parent
cf755d6c39
commit
e2f2f287c0
3
gobject-introspection-0.6.5.tar.bz2
Normal file
3
gobject-introspection-0.6.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe1702200d45958cdfe3707952d64c3a541628b1203a9b2644db0ee2c6d5df79
|
||||
size 608305
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c97ca4e978b0583999775640e9e9f97b64a5880ad2a6adc3ce903207b616f24a
|
||||
size 579956
|
@ -1,45 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gobject-introspection (Version 0.6.7)
|
||||
# spec file for package gobject-introspection (Version 0.6.5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -28,7 +28,7 @@ BuildRequires: python-xml
|
||||
%if %suse_version <= 1110
|
||||
BuildRequires: gtk-doc
|
||||
%endif
|
||||
Version: 0.6.7
|
||||
Version: 0.6.5
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Summary: GObject Introspection Tools
|
||||
@ -60,7 +60,6 @@ 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
|
||||
@ -107,10 +106,6 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user