Accepting request 97402 from home:vuntz:branches:GNOME:Factory
Update to 1.31.6 OBS-URL: https://build.opensuse.org/request/show/97402 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=80
This commit is contained in:
parent
e4cda16f0f
commit
80e807539d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa8cf5035e4773d81d3b910e7fb3b09f759c64e594b941962859fa7d5646439d
|
||||
size 1091184
|
3
gobject-introspection-1.31.6.tar.xz
Normal file
3
gobject-introspection-1.31.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6694ffc1b7a426d69ee7ab4d092ec1a4bcc943126e40e49f0ec16f9fc7dc61e
|
||||
size 1105704
|
@ -1,8 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 20:32:17 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 1.31.6:
|
||||
+ Update annotation for glib 2.31.6.
|
||||
+ giscanner: fix use after decref
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 16:20:59 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Add g-ir-dep-tool.patch: Inspect .typelib files and find their
|
||||
dependencies to be added to the rpm packages.
|
||||
- Add g-ir-dep-tool.patch: add a tool to inspect .typelib files and
|
||||
find their dependencies to be added to the rpm packages.
|
||||
- Add libtool BuildRequires and call to autoreconf, as the
|
||||
patch above touches the build system.
|
||||
- Extend gi-find-deps.sh to use the new g-ir-dep-tool and add
|
||||
|
@ -16,15 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.31.1
|
||||
Release: 1
|
||||
Version: 1.31.6
|
||||
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
|
||||
License: LGPL-2.1+
|
||||
Summary: GObject Introspection Tools
|
||||
Url: http://live.gnome.org/GObjectIntrospection
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/GNOME
|
||||
Url: http://live.gnome.org/GObjectIntrospection
|
||||
Source0: http://download.gnome.org/sources/gobject-introspection/1.31/%{name}-%{version}.tar.xz
|
||||
# gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates typelib()-style Provides/Requires.
|
||||
Source1: gi-find-deps.sh
|
||||
@ -59,7 +58,6 @@ a uniform, machine readable format.
|
||||
|
||||
%package -n libgirepository-1_0-1
|
||||
Summary: GObject Introspection Library
|
||||
Group: Development/Libraries/GNOME
|
||||
# Provide typelib() symbols based on gobject-introspection-typelib.template
|
||||
# The template is checked during install if it matches the installed *.typelib files.
|
||||
%(cat %{S:3} | awk '{ print "Provides: " $0}')
|
||||
@ -70,7 +68,6 @@ a uniform, machine readable format.
|
||||
|
||||
%package devel
|
||||
Summary: GObject Introspection Development Files
|
||||
Group: Development/Libraries/GNOME
|
||||
# Note: the devel package requires the binaries, not just the library
|
||||
Requires: %{name} = %{version}
|
||||
Requires: libffi-devel
|
||||
@ -88,6 +85,7 @@ a uniform, machine readable format.
|
||||
%endif
|
||||
|
||||
%build
|
||||
# needed for patch0
|
||||
autoreconf -fi
|
||||
%configure \
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
|
Loading…
Reference in New Issue
Block a user