Accepting request 109428 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/109428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=40
This commit is contained in:
Stephan Kulow 2012-03-19 08:57:17 +00:00 committed by Git OBS Bridge
commit 95a027fa34
5 changed files with 23 additions and 8 deletions

View File

@ -22,11 +22,11 @@ index f84de99..6bc4da4 100644
+++ b/Makefile-tools.am +++ b/Makefile-tools.am
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
bin_PROGRAMS += g-ir-compiler g-ir-generate bin_PROGRAMS += g-ir-compiler g-ir-generate
bin_SCRIPTS += g-ir-scanner g-ir-annotation-tool g-ir-doc-tool bin_SCRIPTS += g-ir-scanner g-ir-annotation-tool
+bin_PROGRAMS += g-ir-dep-tool +bin_PROGRAMS += g-ir-dep-tool
EXTRA_DIST += \ if BUILD_DOCTOOL
tools/g-ir-scanner.in \ bin_SCRIPTS += g-ir-doc-tool
@@ -38,8 +39,15 @@ g_ir_generate_LDADD = \ @@ -38,8 +39,15 @@ g_ir_generate_LDADD = \
libgirepository-1.0.la \ libgirepository-1.0.la \
$(GIREPO_LIBS) $(GIREPO_LIBS)

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Mar 5 15:37:46 UTC 2012 - vuntz@opensuse.org
- Update to version 1.31.20:
+ scanner:
- Allow adding annotations to vfuncs directly
- Add better errors for unknown param names
+ typelib: fix invalid alignment assumptions, that break
platforms like m68k.
+ Many improvements to g-ir-doctool.
+ Updated annotations for glib.
+ Several other code changes.
+ Build and test improvements/fixes.
- Rebase g-ir-dep-tool.patch.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 2 01:54:31 CET 2012 - ro@suse.de Thu Feb 2 01:54:31 CET 2012 - ro@suse.de

View File

@ -15,8 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: gobject-introspection Name: gobject-introspection
Version: 1.31.10 Version: 1.31.20
Release: 0 Release: 0
# FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to the main package and rename the devel package to libgirepository-devel # FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to the main package and rename the devel package to libgirepository-devel
Summary: GObject Introspection Tools Summary: GObject Introspection Tools
@ -118,7 +119,6 @@ rm -rf %{buildroot}
%{_bindir}/g-ir-annotation-tool %{_bindir}/g-ir-annotation-tool
%{_bindir}/g-ir-compiler %{_bindir}/g-ir-compiler
%{_bindir}/g-ir-dep-tool %{_bindir}/g-ir-dep-tool
%{_bindir}/g-ir-doc-tool
%{_bindir}/g-ir-generate %{_bindir}/g-ir-generate
%{_bindir}/g-ir-scanner %{_bindir}/g-ir-scanner
%doc %{_mandir}/man1/g-ir-compiler.1* %doc %{_mandir}/man1/g-ir-compiler.1*