Accepting request 735077 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/735077
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=211
This commit is contained in:
Bjørn Lie 2019-10-04 15:50:53 +00:00 committed by Git OBS Bridge
parent 487b49a82b
commit 0f9906cb91
5 changed files with 39 additions and 6 deletions

View File

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

View File

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

View File

@ -6,6 +6,7 @@ typelib(GLib) = 2.0
typelib(GModule) = 2.0
typelib(GObject) = 2.0
typelib(Gio) = 2.0
typelib(Vulkan) = 1.0
typelib(cairo) = 1.0
typelib(fontconfig) = 2.0
typelib(freetype2) = 2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Mon Sep 9 15:29:12 CDT 2019 - mgorse@suse.com
- Update to version 1.62.0:
+ No changes since 1.61.2.
-------------------------------------------------------------------
Fri Aug 30 12:18:00 CDT 2019 - mgorse@suse.com
- Update to version 1.61.2:
+ dumper: Use the distutils linker.
+ structinfo: Fix offset in find_method().
+ tests: Don't include "config.h" in installed files.
+ meson: Make meson.override_find_program working on more complex
use cases.
- Changes from version 1.61.1:
+ Drop autotools build system.
+ meson: require 0.49.2.
+ Update glib annotations.
+ Add documentation to the RelaxNG schema.
+ Unused variable fixes.
+ cachestore: handle cache getting deleted while loading it.
+ Add Vulkan gir.
+ Make g_irepository_get_object_gtype_interfaces actually work.
+ gimarshallingtests: Add a marshalling test case for GPtrArrays
and GArrays of structures.
+ scanner: parse and expose function macros.
+ meson: use pkg-config directly for libffi cflags and libs.
+ meson: Fix wrong dependency type check for gio-unix.
+ regress: Add regression test for signal with GError param.
- Add Vulkan to typelib template.
-------------------------------------------------------------------
Wed Aug 14 09:03:22 UTC 2019 - QK ZHU <qkzhu@suse.com>

View File

@ -17,7 +17,7 @@
Name: gobject-introspection
Version: 1.60.2
Version: 1.62.0
Release: 0
# FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh.
Summary: GObject Introspection Tools
@ -25,7 +25,7 @@ License: LGPL-2.1-or-later AND GPL-2.0-or-later
Group: Development/Libraries/GNOME
URL: https://wiki.gnome.org/Projects/GObjectIntrospection
Source0: https://download.gnome.org/sources/gobject-introspection/1.60/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/gobject-introspection/1.62/%{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
@ -37,7 +37,7 @@ BuildRequires: bison
BuildRequires: fdupes
BuildRequires: flex
BuildRequires: gtk-doc
BuildRequires: meson >= 0.47
BuildRequires: meson >= 0.49.2
BuildRequires: pkgconfig
BuildRequires: python3-Mako
BuildRequires: python3-Markdown