Accepting request 650158 from GNOME:Factory
New stable release (forwarded request 649955 from iznogood) OBS-URL: https://build.opensuse.org/request/show/650158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=81
This commit is contained in:
commit
27dc05f5bc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:27c1590a32749de0a5481ce897772547043e94bccba4bc0a7edb3d8513e401ec
|
|
||||||
size 1370824
|
|
3
gobject-introspection-1.58.1.tar.xz
Normal file
3
gobject-introspection-1.58.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4954681fa5c5ed95451d914de89de1263a5b35158b1ded1a8b870042c0d0df89
|
||||||
|
size 1377340
|
@ -1,29 +0,0 @@
|
|||||||
From a68cfd769904c621fb2ebc0c4f24f2659fa283de Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jan Tojnar <jtojnar@gmail.com>
|
|
||||||
Date: Fri, 7 Sep 2018 16:12:59 +0200
|
|
||||||
Subject: [PATCH] meson: Install warnlib
|
|
||||||
|
|
||||||
For some reason, meson build system did not install warnlib.
|
|
||||||
Let's do it.
|
|
||||||
|
|
||||||
Patch from Arch Linux
|
|
||||||
---
|
|
||||||
tests/meson.build | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/tests/meson.build b/tests/meson.build
|
|
||||||
index 71cd97fe..18cc0807 100644
|
|
||||||
--- a/tests/meson.build
|
|
||||||
+++ b/tests/meson.build
|
|
||||||
@@ -8,6 +8,8 @@ test_regress_incdirs = include_directories(['.', 'scanner'])
|
|
||||||
installed_sources = [
|
|
||||||
'scanner/regress.c',
|
|
||||||
'scanner/regress.h',
|
|
||||||
+ 'scanner/warnlib.c',
|
|
||||||
+ 'scanner/warnlib.h',
|
|
||||||
'gimarshallingtests.c',
|
|
||||||
'gimarshallingtests.h',
|
|
||||||
'gitestmacros.h',
|
|
||||||
--
|
|
||||||
2.18.0
|
|
||||||
|
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 17 19:23:24 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.58.1:
|
||||||
|
+ meson:
|
||||||
|
- Install warnlib.
|
||||||
|
- Add back /usr/bin/env to the python-cmd.
|
||||||
|
+ scanner: Parse __typeof__ and discard it.
|
||||||
|
+ Fix non libtool build.
|
||||||
|
- Drop gobject-introspection-3.30.0-install-warnlib.patch: Fixed
|
||||||
|
upstream.
|
||||||
|
- Modernize spec, use autosetup macro.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 26 21:54:30 UTC 2018 - luc14n0@linuxmail.org
|
Wed Sep 26 21:54:30 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 1.58.0
|
Version: 1.58.1
|
||||||
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.
|
||||||
Summary: GObject Introspection Tools
|
Summary: GObject Introspection Tools
|
||||||
@ -32,8 +32,6 @@ Source2: gobjectintrospection.attr
|
|||||||
Source3: gobject-introspection-typelib.template
|
Source3: gobject-introspection-typelib.template
|
||||||
Source98: baselibs.conf
|
Source98: baselibs.conf
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
#PATCH-FIX-UPSTREAM gobject-introspection-3.30.0-install-warnlib.patch -- install missing file (picked from upstream)
|
|
||||||
Patch0: gobject-introspection-3.30.0-install-warnlib.patch
|
|
||||||
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -101,13 +99,13 @@ The goal of the project is to describe the APIs and collect them in
|
|||||||
a uniform, machine readable format.
|
a uniform, machine readable format.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-Dgtk-doc=true \
|
-Dgtk-doc=true \
|
||||||
-Dpython='%{_bindir}/python3'
|
-Dpython='%{_bindir}/python3' \
|
||||||
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user