Accepting request 459867 from GNOME:Next
push OBS-URL: https://build.opensuse.org/request/show/459867 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=164
This commit is contained in:
parent
068d29e78b
commit
c0bfcd5028
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c6597c666f543c70ef3d7c893ab052968afae620efdc080c36657f4226337c5
|
|
||||||
size 1415700
|
|
3
gobject-introspection-1.51.3.tar.xz
Normal file
3
gobject-introspection-1.51.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:80acbffd89452b8e30f8a50f46d64517a866ca63157bd1fa78bedb69f9de11c3
|
||||||
|
size 1399632
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Sat Feb 11 16:24:53 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 1.50.0
|
Version: 1.51.3
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh.
|
# 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
|
# 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+
|
License: LGPL-2.1+ and GPL-2.0+
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Url: http://live.gnome.org/GObjectIntrospection
|
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.51/%{name}-%{version}.tar.xz
|
||||||
# gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates typelib()-style Provides/Requires.
|
# gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates typelib()-style Provides/Requires.
|
||||||
Source1: gi-find-deps.sh
|
Source1: gi-find-deps.sh
|
||||||
Source2: gobjectintrospection.attr
|
Source2: gobjectintrospection.attr
|
||||||
@ -42,7 +42,7 @@ BuildRequires: python-devel >= 2.7
|
|||||||
BuildRequires: python-xml
|
BuildRequires: python-xml
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
BuildRequires: pkgconfig(cairo-gobject)
|
BuildRequires: pkgconfig(cairo-gobject)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.50.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.51.2
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
# gi-find-deps makes use of 'file' to identify the types.
|
# gi-find-deps makes use of 'file' to identify the types.
|
||||||
Requires: file
|
Requires: file
|
||||||
|
Loading…
Reference in New Issue
Block a user