Hello community,
here is the log from the commit of package gobject-introspection for
openSUSE:Factory checked in at 2018-03-14 19:31:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gobject-introspection (Old)
and /work/SRC/openSUSE:Factory/.gobject-introspection.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gobject-introspection"
Wed Mar 14 19:31:59 2018 rev:78 rq:586290 version:1.56.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes
2018-02-25 11:34:18.584161213 +0100
+++
/work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes
2018-03-14 19:32:01.988129381 +0100
@@ -1,0 +2,34 @@
+Tue Mar 13 09:08:55 UTC 2018 - [email protected]
+
+- Update to version 1.56.0:
+ + gir: Update annotations from GLib git master.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:30:59 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Thu Feb 22 23:23:03 UTC 2018 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
@@ -4,0 +39,24 @@
+
+-------------------------------------------------------------------
+Tue Jan 9 21:08:40 UTC 2018 - [email protected]
+
+- Update to version 1.55.1:
+ + Sync up with glib 2.55.1.
+
+-------------------------------------------------------------------
+Sat Nov 18 20:04:01 UTC 2017 - [email protected]
+
+- 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.
Old:
----
gobject-introspection-1.54.1.tar.xz
New:
----
gobject-introspection-1.56.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gobject-introspection.spec ++++++
--- /var/tmp/diff_new_pack.IAgoHY/_old 2018-03-14 19:32:03.212085914 +0100
+++ /var/tmp/diff_new_pack.IAgoHY/_new 2018-03-14 19:32:03.228085345 +0100
@@ -17,15 +17,14 @@
Name: gobject-introspection
-Version: 1.54.1
+Version: 1.56.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
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
-Url: https://live.gnome.org/GObjectIntrospection
-Source0:
https://download.gnome.org/sources/gobject-introspection/1.54/%{name}-%{version}.tar.xz
+URL: https://wiki.gnome.org/Projects/GObjectIntrospection
+Source0:
http://download.gnome.org/sources/gobject-introspection/1.56/%{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
@@ -36,15 +35,18 @@
BuildRequires: fdupes
BuildRequires: flex
BuildRequires: gtk-doc
-BuildRequires: libffi-devel
BuildRequires: pkgconfig
BuildRequires: python3-Mako
BuildRequires: python3-devel
BuildRequires: python3-xml
BuildRequires: pkgconfig(cairo)
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.56.0
+BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-2.0)
+BuildRequires: pkgconfig(libffi) >= 3.0.0
# gi-find-deps makes use of 'file' to identify the types.
Requires: file
Requires: libgirepository-1_0-1 = %{version}
@@ -58,7 +60,7 @@
%package -n libgirepository-1_0-1
Summary: GObject Introspection Library
-License: LGPL-2.1+
+License: LGPL-2.1-or-later
Group: System/Libraries
Requires: girepository-1_0 >= %{version}
@@ -68,7 +70,7 @@
%package -n girepository-1_0
Summary: Base GObject Introspection Bindings
-License: LGPL-2.1+
+License: LGPL-2.1-or-later
Group: System/Libraries
Requires: libgirepository-1_0-1 >= %{version}
# Provide typelib() symbols based on gobject-introspection-typelib.template
@@ -82,7 +84,7 @@
%package devel
Summary: GObject Introspection Development Files
# 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
Requires: %{name} = %{version}
Requires: libffi-devel
@@ -119,7 +121,8 @@
%postun -n libgirepository-1_0-1 -p /sbin/ldconfig
%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-compiler
%{_bindir}/g-ir-doc-tool
@@ -147,7 +150,7 @@
%{_rpmconfigdir}/fileattrs/gobjectintrospection.attr
%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
# not have to own it
%dir %{_datadir}/gir-1.0
@@ -161,7 +164,6 @@
%doc %{_datadir}/gtk-doc/html/gi/
%{_includedir}/gobject-introspection-1.0/
%{_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-no-export-1.0.pc
++++++ gobject-introspection-1.54.1.tar.xz ->
gobject-introspection-1.56.0.tar.xz ++++++
++++ 27780 lines of diff (skipped)