Accepting request 481624 from GNOME:Factory
Update to 1.52.0 (forwarded request 481610 from dimstar) OBS-URL: https://build.opensuse.org/request/show/481624 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=71
This commit is contained in:
commit
c7ff26284a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c6597c666f543c70ef3d7c893ab052968afae620efdc080c36657f4226337c5
|
||||
size 1415700
|
3
gobject-introspection-1.52.0.tar.xz
Normal file
3
gobject-introspection-1.52.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fc6d1ebce5ad98942cb21e2fe8dd67b722dcc01981840632a1b233f7d0e2c1e
|
||||
size 1384432
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 21:29:03 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.52.0:
|
||||
+ typedefs: fix type information.
|
||||
+ gir: Update annotations from GLib 2.52.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 16:46:38 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.51.5:
|
||||
+ g-ir-scanner: document GI_SCANNER_DEBUG in man page.
|
||||
+ Visual Studio builds: Support Visual Studio 2017.
|
||||
+ gir: Update annotations from GLib git master.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 23:11:37 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.51.3:
|
||||
+ gir: Update annotations from GLib git master.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 01:51:02 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.51.2:
|
||||
+ Fix "Annotation" element in RelaxNG schema.
|
||||
+ gir: Update annotations from GLib git master.
|
||||
+ scanner: Add a way to specify extra libraries to link against.
|
||||
+ girepository: Annotate array and array-length parameter.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 01:51:01 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.51.1:
|
||||
+ Gio-2.0.gir: Don't exclude gsettingsbackend.h and pass needed
|
||||
define.
|
||||
+ gir: Update annotations from GLib git master.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 11 16:24:53 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.50.0
|
||||
Version: 1.52.0
|
||||
Release: 0
|
||||
# FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh.
|
||||
# FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to the main package and rename the devel package to libgirepository-devel
|
||||
@ -25,7 +25,7 @@ Summary: GObject Introspection Tools
|
||||
License: LGPL-2.1+ and GPL-2.0+
|
||||
Group: Development/Libraries/GNOME
|
||||
Url: http://live.gnome.org/GObjectIntrospection
|
||||
Source0: http://download.gnome.org/sources/gobject-introspection/1.50/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gobject-introspection/1.52/%{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
|
||||
Source2: gobjectintrospection.attr
|
||||
@ -42,7 +42,7 @@ BuildRequires: python-devel >= 2.7
|
||||
BuildRequires: python-xml
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(cairo-gobject)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.50.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.51.5
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
# gi-find-deps makes use of 'file' to identify the types.
|
||||
Requires: file
|
||||
|
Loading…
Reference in New Issue
Block a user