Accepting request 523131 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/523131 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=74
This commit is contained in:
commit
f59ff7f914
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ed0c38d52fe1aa6fc4def0c868fe481cb87b532fc694756b26d6cfab29faff4
|
||||
size 1384292
|
3
gobject-introspection-1.54.0.tar.xz
Normal file
3
gobject-introspection-1.54.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67e76742ce78821bce8a613183368222919b24e2dcf5fe26f17726c11c422ed7
|
||||
size 1392632
|
@ -1,9 +1,65 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 11:07:03 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.54.0:
|
||||
+ giscanner: fix EOF check with flex >= 2.6.1.
|
||||
+ gir: Update annotations from GLib 2.54.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 5 18:05:42 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.53.7:
|
||||
+ gir: Update annotations from GLib.
|
||||
+ Ignore _Nonnull,_Nullable and _Null_unspecified type
|
||||
qualifiers.
|
||||
+ build: Only generate .pc files for this package for MSVC
|
||||
builds.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 9 12:24:49 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.53.5:
|
||||
+ gir: Update annotations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 21 09:39:03 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.53.4:
|
||||
+ MSVC 201x builds: Allow different Python versions per toolset.
|
||||
+ gir: Update annotations from GLib git master.
|
||||
+ regress: Test for property and method with conflicting names.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 07:30:15 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.53.3:
|
||||
+ Visual Studio builds: Use the Centricular fork of libffi.
|
||||
+ When handling errors according to errno, catch both IOError and
|
||||
OSError.
|
||||
+ gir: Update annotations from GLib 2.53.3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 17 05:35:10 UTC 2017 - bwiedemann@suse.com
|
||||
|
||||
- gi-find-deps.sh: sort autogenerated Requires to make builds fully
|
||||
reproducible.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 14:26:07 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.53.2:
|
||||
+ gir: Update annotations.
|
||||
+ Misc fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 19 01:27:33 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.53.1:
|
||||
+ gir: Update annotations from GLib.
|
||||
+ regress: Add test for setting a NULL strv in a GValue.
|
||||
+ Visual Studio 201x builds: Fix "installation".
|
||||
+ Fix 'Bad file descriptor' error when checking libtool version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 16:55:30 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.52.1
|
||||
Version: 1.54.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.52/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gobject-introspection/1.54/%{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.52.1
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.54.0
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
# gi-find-deps makes use of 'file' to identify the types.
|
||||
Requires: file
|
||||
@ -132,6 +132,7 @@ rm -rf %{buildroot}
|
||||
%doc %{_mandir}/man1/g-ir-scanner.1*
|
||||
%{_datadir}/aclocal/introspection.m4
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%{_datadir}/gir-1.0/gir-1.2.rnc
|
||||
# We don't include directly %%{_libdir}/gobject-introspection since there might
|
||||
# be files there in the future that belong to the library package
|
||||
%dir %{_libdir}/gobject-introspection
|
||||
|
Loading…
Reference in New Issue
Block a user