Hello community,
here is the log from the commit of package gobject-introspection for
openSUSE:Factory checked in at 2016-09-21 18:42:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gobject-introspection (Old)
and /work/SRC/openSUSE:Factory/.gobject-introspection.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gobject-introspection"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes
2016-08-31 00:03:59.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes
2016-09-21 18:42:40.000000000 +0200
@@ -1,0 +2,28 @@
+Tue Sep 20 11:39:52 UTC 2016 - [email protected]
+
+- Update to version 1.50.0:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Sep 13 20:10:14 UTC 2016 - [email protected]
+
+- Update to version 1.49.2:
+ + gir: Update annotations from GLib git master.
+ + gthash: free cmph objects.
+ + g-ir-inspect:
+ - Make description for --version a bit better.
+ - Remove last usage of g_autoptr().
+
+-------------------------------------------------------------------
+Wed Aug 3 21:14:35 UTC 2016 - [email protected]
+
+- Update to version 1.49.1:
+ + gir: Update annotations from GLib 2.49.4.
+ + Various MSVC build fixes.
+ + g-ir-inspect: Inspect GI typelibs.
+- Drop g-ir-dep-tool.patch: Fix upstream in a different way.
+- Rebase gi-find-deps.sh to to conform to upstreams commits.
+- Following the above: drop libtool BuildRequires and stop passing
+ autoreconf pre configure, no longer needed.
+
+-------------------------------------------------------------------
Old:
----
g-ir-dep-tool.patch
gobject-introspection-1.48.0.tar.xz
New:
----
gobject-introspection-1.50.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gobject-introspection.spec ++++++
--- /var/tmp/diff_new_pack.367PkY/_old 2016-09-21 18:42:41.000000000 +0200
+++ /var/tmp/diff_new_pack.367PkY/_new 2016-09-21 18:42:41.000000000 +0200
@@ -17,7 +17,7 @@
Name: gobject-introspection
-Version: 1.48.0
+Version: 1.50.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,22 +25,18 @@
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.48/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gobject-introspection/1.50/%{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
Source3: gobject-introspection-typelib.template
Source98: baselibs.conf
Source99: %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM g-ir-dep-tool.patch bgo#665672 [email protected] --
Add g-ir-dep-tool to get further automatic dependencies.
-Patch0: g-ir-dep-tool.patch
BuildRequires: bison
BuildRequires: fdupes
BuildRequires: flex
BuildRequires: gtk-doc
BuildRequires: libffi-devel
-# needed for patch0
-BuildRequires: libtool
BuildRequires: python-Mako
BuildRequires: python-devel >= 2.7
BuildRequires: python-xml
@@ -97,11 +93,8 @@
%prep
%setup -q
-%patch0 -p1
%build
-# needed for patch0
-autoreconf -fi
%configure \
--enable-gtk-doc \
--disable-static \
@@ -130,9 +123,9 @@
%doc AUTHORS CONTRIBUTORS COPYING COPYING.GPL NEWS README TODO
%{_bindir}/g-ir-annotation-tool
%{_bindir}/g-ir-compiler
-%{_bindir}/g-ir-dep-tool
%{_bindir}/g-ir-doc-tool
%{_bindir}/g-ir-generate
+%{_bindir}/g-ir-inspect
%{_bindir}/g-ir-scanner
%doc %{_mandir}/man1/g-ir-compiler.1*
%doc %{_mandir}/man1/g-ir-generate.1*
++++++ gi-find-deps.sh ++++++
--- /var/tmp/diff_new_pack.367PkY/_old 2016-09-21 18:42:41.000000000 +0200
+++ /var/tmp/diff_new_pack.367PkY/_new 2016-09-21 18:42:41.000000000 +0200
@@ -147,7 +147,7 @@
split_name_version $(basename $1 | sed 's,.typelib$,,')
oldIFS=$IFS
IFS=$'\n'
- for req in $(g-ir-dep-tool $symbol $version); do
+ for req in $(g-ir-inspect --print-shlibs --print-typelibs $symbol
--version $version); do
case $req in
typelib:*)
module=${req#typelib: }
++++++ gobject-introspection-1.48.0.tar.xz ->
gobject-introspection-1.50.0.tar.xz ++++++
++++ 16083 lines of diff (skipped)