Accepting request 44636 from home:lmedinas:branches:GNOME:Factory
Copy from home:lmedinas:branches:GNOME:Factory/gobject-introspection via accept of submit request 44636 revision 3. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/44636 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=21
This commit is contained in:
parent
fde61ad65d
commit
4f697824b5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0793c24d30d1d2d42e23bf9c498ec336c0fc0f048d27cb95d72236ef90ca1fce
|
||||
size 806935
|
3
gobject-introspection-0.9.3.tar.bz2
Normal file
3
gobject-introspection-0.9.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:662bdd2bf70239fa579777f58bfd0bbb08c6f9b6313020a9b672505d7e3c1c1d
|
||||
size 780411
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 6 00:15:19 CEST 2010 - lmedinas@opensuse.org
|
||||
|
||||
- Update to version 0.9.3:
|
||||
+ Add annotations for g_variant_new_strv() and g_variant_get_strv()
|
||||
+ Add annotation for g_dbus_proxy_new_sync
|
||||
+ Fix ordering in override_search_path on gir-repository
|
||||
+ Make scanner compatible with python 2.y
|
||||
+ Update GIMarshallingTests expected gir
|
||||
+ Add g_irepository_enumerate
|
||||
+ Append -Wl,-rpath=. to the scanner compile
|
||||
+ Add g_info_type_to_string (GIInfoType type)
|
||||
+ Add new API g_typelib_require_private()
|
||||
+ Misc Bug fixes
|
||||
- Add gtk-doc to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 21 14:15:54 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gobject-introspection (Version 0.9.0)
|
||||
# spec file for package gobject-introspection (Version 0.9.3)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -21,12 +21,13 @@ Name: gobject-introspection
|
||||
BuildRequires: bison
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-xml
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
Version: 0.9.2
|
||||
Version: 0.9.3
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: GObject Introspection Tools
|
||||
@ -102,7 +103,6 @@ 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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user