Accepting request 583561 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/583561
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=184
This commit is contained in:
Dominique Leuenberger 2018-03-09 10:04:09 +00:00 committed by Git OBS Bridge
parent c4e42630d9
commit 0604a1517a
4 changed files with 70 additions and 16 deletions

View File

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

View File

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

View File

@ -1,8 +1,60 @@
-------------------------------------------------------------------
Wed Feb 28 16:30:59 UTC 2018 - dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
-------------------------------------------------------------------
Thu Feb 22 23:23:03 UTC 2018 - luc14n0@linuxmail.org
- Update to version 1.55.2:
+ Changes: Add _Float128 to the base C types.
+ Bugs fixed:
- Fails to parse flag-constants
(glgo#GNOME/gobject-introspection#173).
- Writer: Include documentation and symbol position in source
files (glgo#GNOME/gobject-introspection#175).
- Const qualifier dropped from c:type on (type filename)
parameters (glgo#GNOME/gobject-introspection#190).
- giscanner: don't print "suppressed N warnings" if --quiet
was specified (glgo#GNOME/gobject-introspection#188).
- gitypelib.c: increase #define MAX_NAME_LEN from 200 to 255
(bgo#764791).
- g-ir-scanner does not recognize _Thread_local (bgo#756921).
- MY_ENUM_VALUE = <constant> only works for last member
(bgo#629667).
- os.name can be wrong in some context (bgo#761985).
- Update '+' in GPL/LGPL License tag to '-or-later' to comply with
SPDX 3.0.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 21 10:27:45 UTC 2018 - schwab@suse.de Wed Feb 21 10:27:45 UTC 2018 - schwab@suse.de
- go-find-deps.sh: add riscv64 to x64bitarch. - go-find-deps.sh: add riscv64 to x64bitarch.
-------------------------------------------------------------------
Tue Jan 9 21:08:40 UTC 2018 - dimstar@opensuse.org
- Update to version 1.55.1:
+ Sync up with glib 2.55.1.
-------------------------------------------------------------------
Sat Nov 18 20:04:01 UTC 2017 - luc14n0@linuxmail.org
- Update to version 1.55.0:
+ gir: Update annotations from GLib.
+ Bug fix: girepository:
Don't skip g_irepository_get_option_group() (bgo#786665).
- Update Url to the current GObject introspetion's web page:
https://wiki.gnome.org/Projects/GObjectIntrospection
- Switch libffi-devel BuildRequires with its pkgconfig version
since configure just looks for its module.
- Update glib-2.0 pkgconfig BuildRequires version to 2.55.0
according it to configure check.
- Add gio-2.0, gio-unix-2.0 and gmodule-2.0 pkgconfig
BuildRequires: note that they were alredy being pulled with
pkgconfig(glib-2.0) BuildRequires and used, since they live in
the same devel package.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 2 09:23:23 UTC 2017 - mpluskal@suse.com Thu Nov 2 09:23:23 UTC 2017 - mpluskal@suse.com

View File

@ -17,15 +17,14 @@
Name: gobject-introspection Name: gobject-introspection
Version: 1.54.1 Version: 1.55.2
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
Summary: GObject Introspection Tools Summary: GObject Introspection Tools
License: LGPL-2.1+ AND GPL-2.0+ License: LGPL-2.1-or-later AND GPL-2.0-or-later
Group: Development/Libraries/GNOME Group: Development/Libraries/GNOME
Url: https://live.gnome.org/GObjectIntrospection URL: https://wiki.gnome.org/Projects/GObjectIntrospection
Source0: https://download.gnome.org/sources/gobject-introspection/1.54/%{name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/gobject-introspection/1.55/%{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
@ -36,15 +35,18 @@ BuildRequires: bison
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: flex BuildRequires: flex
BuildRequires: gtk-doc BuildRequires: gtk-doc
BuildRequires: libffi-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python3-Mako BuildRequires: python3-Mako
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-xml BuildRequires: python3-xml
BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(cairo-gobject) BuildRequires: pkgconfig(cairo-gobject)
BuildRequires: pkgconfig(glib-2.0) >= 2.54.0 BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.55.2
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(libffi) >= 3.0.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
Requires: libgirepository-1_0-1 = %{version} Requires: libgirepository-1_0-1 = %{version}
@ -58,7 +60,7 @@ a uniform, machine readable format.
%package -n libgirepository-1_0-1 %package -n libgirepository-1_0-1
Summary: GObject Introspection Library Summary: GObject Introspection Library
License: LGPL-2.1+ License: LGPL-2.1-or-later
Group: System/Libraries Group: System/Libraries
Requires: girepository-1_0 >= %{version} Requires: girepository-1_0 >= %{version}
@ -68,7 +70,7 @@ a uniform, machine readable format.
%package -n girepository-1_0 %package -n girepository-1_0
Summary: Base GObject Introspection Bindings Summary: Base GObject Introspection Bindings
License: LGPL-2.1+ License: LGPL-2.1-or-later
Group: System/Libraries Group: System/Libraries
Requires: libgirepository-1_0-1 >= %{version} Requires: libgirepository-1_0-1 >= %{version}
# Provide typelib() symbols based on gobject-introspection-typelib.template # Provide typelib() symbols based on gobject-introspection-typelib.template
@ -82,7 +84,7 @@ a uniform, machine readable format.
%package devel %package devel
Summary: GObject Introspection Development Files Summary: GObject Introspection Development Files
# Note: the devel package requires the binaries, not just the library # Note: the devel package requires the binaries, not just the library
License: LGPL-2.1+ License: LGPL-2.1-or-later
Group: Development/Libraries/GNOME Group: Development/Libraries/GNOME
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: libffi-devel Requires: libffi-devel
@ -119,7 +121,8 @@ make %{?_smp_mflags} check
%postun -n libgirepository-1_0-1 -p /sbin/ldconfig %postun -n libgirepository-1_0-1 -p /sbin/ldconfig
%files %files
%doc AUTHORS CONTRIBUTORS COPYING COPYING.GPL NEWS README TODO %license COPYING COPYING.GPL
%doc AUTHORS CONTRIBUTORS NEWS README TODO
%{_bindir}/g-ir-annotation-tool %{_bindir}/g-ir-annotation-tool
%{_bindir}/g-ir-compiler %{_bindir}/g-ir-compiler
%{_bindir}/g-ir-doc-tool %{_bindir}/g-ir-doc-tool
@ -147,7 +150,7 @@ make %{?_smp_mflags} check
%{_rpmconfigdir}/fileattrs/gobjectintrospection.attr %{_rpmconfigdir}/fileattrs/gobjectintrospection.attr
%files -n libgirepository-1_0-1 %files -n libgirepository-1_0-1
%doc COPYING.LGPL %license COPYING.LGPL
# We own this directory here instead of devel to make sure other packages do # We own this directory here instead of devel to make sure other packages do
# not have to own it # not have to own it
%dir %{_datadir}/gir-1.0 %dir %{_datadir}/gir-1.0
@ -161,7 +164,6 @@ make %{?_smp_mflags} check
%doc %{_datadir}/gtk-doc/html/gi/ %doc %{_datadir}/gtk-doc/html/gi/
%{_includedir}/gobject-introspection-1.0/ %{_includedir}/gobject-introspection-1.0/
%{_libdir}/libgirepository-1.0.so %{_libdir}/libgirepository-1.0.so
# FIXME: those two files should be moved to the main package when bgo#629930 gets fixed
%{_libdir}/pkgconfig/gobject-introspection-1.0.pc %{_libdir}/pkgconfig/gobject-introspection-1.0.pc
%{_libdir}/pkgconfig/gobject-introspection-no-export-1.0.pc %{_libdir}/pkgconfig/gobject-introspection-no-export-1.0.pc