Accepting request 75755 from GNOME:Factory
Pushing G:F, including GNOME 3.1.3 OBS-URL: https://build.opensuse.org/request/show/75755 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=25
This commit is contained in:
commit
b7a21b8ebd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b1387ff37f03db880a2b1cbd6c6b6dfb923a29468d4d8367c458abf7704c61e
|
||||
size 1024874
|
3
gobject-introspection-1.29.0.tar.bz2
Normal file
3
gobject-introspection-1.29.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a29aa8f3648e9b338d12b55012db06963286054d2d1c487e1d07860a300bc695
|
||||
size 1260579
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 12:25:02 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.29.0:
|
||||
+ Bump version to reflect the link to the glib version.
|
||||
+ Many improvement and fixes in the scanner, including:
|
||||
- Read (array) and (element-type) annotations for fields
|
||||
- Add support for the (skip) annotation on parameters or return
|
||||
values
|
||||
- Always add a zero-terminated attribute when it cannot be
|
||||
implied
|
||||
+ Fix accessing structure fields that are arrays
|
||||
+ Improved regression tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 11 15:08:25 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Add an exclude path to gobjectintrospection.attr: we do not want
|
||||
to look at files in /usr/share/doc/packages/ as those are just
|
||||
documentation files. If examples are provided as documentation,
|
||||
we do not want those examples to cause excessive Requires. This
|
||||
fixes python-gobject requiring typelib(Gtk).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 13:13:22 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Enable typelib() Requires as well.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 13:02:55 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 0.10.8
|
||||
Release: 2
|
||||
Version: 1.29.0
|
||||
Release: 1
|
||||
# FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to the main package and rename the devel package to libgirepository-devel
|
||||
License: LGPLv2.1+
|
||||
Summary: GObject Introspection Tools
|
||||
|
@ -1,2 +1,4 @@
|
||||
%__gobjectintrospection_provides %{_rpmconfigdir}/gi-find-deps.sh -P
|
||||
%__gobjectintrospection_path ^(%{_libdir}/.*\.typelib)|(.*\.py)|(.*\.js)$
|
||||
%__gobjectintrospection_provides %{_rpmconfigdir}/gi-find-deps.sh -P
|
||||
%__gobjectintrospection_requires %{_rpmconfigdir}/gi-find-deps.sh -R
|
||||
%__gobjectintrospection_path ^(%{_libdir}/.*\.typelib)|(.*\.py)|(.*\.js)$
|
||||
%__gobjectintrospection_exclude_path ^/usr/share/doc/packages/
|
||||
|
Loading…
x
Reference in New Issue
Block a user