Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory checked in at 2017-10-06 11:01:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gobject-introspection (Old)
 and      /work/SRC/openSUSE:Factory/.gobject-introspection.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gobject-introspection"

Fri Oct  6 11:01:24 2017 rev:75 rq:531694 version:1.54.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes  
    2017-09-13 21:48:36.351956270 +0200
+++ 
/work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes
 2017-10-06 11:01:46.580532695 +0200
@@ -1,0 +2,8 @@
+Wed Oct  4 00:15:15 UTC 2017 - [email protected]
+
+- Update to version 1.54.1:
+  + girnode.c: Use locale-independent functions to parse numbers
+    (bgo#788087).
+- Drop '%if 0%{suse_version} <= 1140' conditional: obsolete.
+
+-------------------------------------------------------------------

Old:
----
  gobject-introspection-1.54.0.tar.xz

New:
----
  gobject-introspection-1.54.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gobject-introspection.spec ++++++
--- /var/tmp/diff_new_pack.pvT4kQ/_old  2017-10-06 11:01:47.512391783 +0200
+++ /var/tmp/diff_new_pack.pvT4kQ/_new  2017-10-06 11:01:47.516391179 +0200
@@ -17,15 +17,15 @@
 
 
 Name:           gobject-introspection
-Version:        1.54.0
+Version:        1.54.1
 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+ AND GPL-2.0+
 Group:          Development/Libraries/GNOME
-Url:            http://live.gnome.org/GObjectIntrospection
-Source0:        
http://download.gnome.org/sources/gobject-introspection/1.54/%{name}-%{version}.tar.xz
+Url:            https://live.gnome.org/GObjectIntrospection
+Source0:        
https://download.gnome.org/sources/gobject-introspection/1.54/%{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,6 +37,7 @@
 BuildRequires:  flex
 BuildRequires:  gtk-doc
 BuildRequires:  libffi-devel
+BuildRequires:  pkgconfig
 BuildRequires:  python-Mako
 BuildRequires:  python-devel >= 2.7
 BuildRequires:  python-xml
@@ -50,7 +51,6 @@
 # gi-find-deps uses the enhanced grep variant in order to do multi-line 
matching (for pkg.requires(..))
 Requires:       pcre-tools
 Requires:       python-xml
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The goal of the project is to describe the APIs and collect them in
@@ -73,7 +73,7 @@
 Requires:       libgirepository-1_0-1 >= %{version}
 # Provide typelib() symbols based on gobject-introspection-typelib.template
 # The template is checked during install if it matches the installed *.typelib 
files.
-%(cat %{S:3} | awk '{ print "Provides: " $0}')
+%(cat %{SOURCE3} | awk '{ print "Provides: " $0}')
 
 %description -n girepository-1_0
 The goal of the project is to describe the APIs and collect them in
@@ -99,21 +99,18 @@
         --enable-gtk-doc \
         --disable-static \
         --enable-doctool
-%__make %{?_smp_mflags} V=1
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-install -D %{S:1} %{buildroot}%{_rpmconfigdir}/gi-find-deps.sh
-install -D %{S:2} -m 0644 
%{buildroot}%{_rpmconfigdir}/fileattrs/gobjectintrospection.attr
+install -D %{SOURCE1} %{buildroot}%{_rpmconfigdir}/gi-find-deps.sh
+install -D %{SOURCE2} -m 0644 
%{buildroot}%{_rpmconfigdir}/fileattrs/gobjectintrospection.attr
 # comparing, if we provide all the symbols expected.
-ls %{buildroot}%{_libdir}/girepository-1.0/*.typelib | sh %{S:1} -P > 
gobject-introspection-typelib.installed
-diff -s %{S:3} gobject-introspection-typelib.installed
+ls %{buildroot}%{_libdir}/girepository-1.0/*.typelib | sh %{SOURCE1} -P > 
gobject-introspection-typelib.installed
+diff -s %{SOURCE3} gobject-introspection-typelib.installed
 %fdupes %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libgirepository-1_0-1 -p /sbin/ldconfig
 
 %postun -n libgirepository-1_0-1 -p /sbin/ldconfig
@@ -127,9 +124,9 @@
 %{_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*
-%doc %{_mandir}/man1/g-ir-scanner.1*
+%{_mandir}/man1/g-ir-compiler.1*
+%{_mandir}/man1/g-ir-generate.1*
+%{_mandir}/man1/g-ir-scanner.1*
 %{_datadir}/aclocal/introspection.m4
 %{_datadir}/gir-1.0/*.gir
 %{_datadir}/gir-1.0/gir-1.2.rnc
@@ -145,10 +142,6 @@
 %{_datadir}/gobject-introspection-1.0/tests/
 %{_datadir}/gobject-introspection-1.0/gdump.c
 %{_rpmconfigdir}/gi-find-deps.sh
-%if 0%{suse_version} <= 1140
-# This was not in old versions of rpm
-%dir %{_rpmconfigdir}/fileattrs
-%endif
 %{_rpmconfigdir}/fileattrs/gobjectintrospection.attr
 
 %files -n libgirepository-1_0-1

++++++ gobject-introspection-1.54.0.tar.xz -> 
gobject-introspection-1.54.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/Makefile.in 
new/gobject-introspection-1.54.1/Makefile.in
--- old/gobject-introspection-1.54.0/Makefile.in        2017-09-11 
11:11:23.000000000 +0200
+++ new/gobject-introspection-1.54.1/Makefile.in        2017-10-02 
14:22:46.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -3151,7 +3151,7 @@
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
        || chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+       tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
        $(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -3176,7 +3176,7 @@
        @echo WARNING: "Support for shar distribution archives is" \
                       "deprecated." >&2
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-       shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+       shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
        $(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -3194,7 +3194,7 @@
 distcheck: dist
        case '$(DIST_ARCHIVES)' in \
        *.tar.gz*) \
-         GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+         eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
        *.tar.bz2*) \
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
        *.tar.lz*) \
@@ -3204,7 +3204,7 @@
        *.tar.Z*) \
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
        *.shar.gz*) \
-         GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+         eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
        *.zip*) \
          unzip $(distdir).zip ;;\
        esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/aclocal.m4 
new/gobject-introspection-1.54.1/aclocal.m4
--- old/gobject-introspection-1.54.0/aclocal.m4 2017-09-11 11:11:20.000000000 
+0200
+++ new/gobject-introspection-1.54.1/aclocal.m4 2017-10-02 14:22:45.000000000 
+0200
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.15 -*- Autoconf -*-
+# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -296,7 +296,7 @@
 AS_VAR_IF([$1], [""], [$5], [$4])dnl
 ])dnl PKG_CHECK_VAR
 
-# Copyright (C) 2002-2014 Free Software Foundation, Inc.
+# Copyright (C) 2002-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -311,7 +311,7 @@
 [am__api_version='1.15'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.15], [],
+m4_if([$1], [1.15.1], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -327,14 +327,14 @@
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.15])dnl
+[AM_AUTOMAKE_VERSION([1.15.1])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -386,7 +386,7 @@
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
 
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+# Copyright (C) 1997-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -417,7 +417,7 @@
 Usually this means the macro was only invoked conditionally.]])
 fi])])
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -608,7 +608,7 @@
 
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -684,7 +684,7 @@
 
 # Do all the work for Automake.                             -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -881,7 +881,7 @@
 done
 echo "timestamp for $_am_arg" 
>`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -902,7 +902,7 @@
 fi
 AC_SUBST([install_sh])])
 
-# Copyright (C) 2003-2014 Free Software Foundation, Inc.
+# Copyright (C) 2003-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -924,7 +924,7 @@
 # Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 # From Jim Meyering
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -959,7 +959,7 @@
 
 # Check to see how 'make' treats includes.                 -*- Autoconf -*-
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1009,7 +1009,7 @@
 
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+# Copyright (C) 1997-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1048,7 +1048,7 @@
 
 # Helper functions for option handling.                     -*- Autoconf -*-
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1077,7 +1077,7 @@
 AC_DEFUN([_AM_IF_OPTION],
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1124,7 +1124,7 @@
 # For backward compatibility.
 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1157,8 +1157,9 @@
  [
   dnl Find a Python interpreter.  Python versions prior to 2.0 are not
   dnl supported. (2.0 was released on October 16, 2000).
+  dnl FIXME: Remove the need to hard-code Python versions here.
   m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
-[python python2 python3 python3.7 python3.6 python3.5 python3.4 python3.3 
python3.2 python3.1 python3.0 python2.7 dnl
+[python python2 python3 python3.8 python3.7 python3.6 python3.5 python3.4 
python3.3 python3.2 python3.1 python3.0 python2.7 dnl
  python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0])
 
   AC_ARG_VAR([PYTHON], [the Python interpreter])
@@ -1359,7 +1360,7 @@
 sys.exit(sys.hexversion < minverhex)"
   AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1378,7 +1379,7 @@
 
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1459,7 +1460,7 @@
 rm -f conftest.file
 ])
 
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1519,7 +1520,7 @@
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 ])
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1547,7 +1548,7 @@
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
-# Copyright (C) 2006-2014 Free Software Foundation, Inc.
+# Copyright (C) 2006-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1566,7 +1567,7 @@
 
 # Check how to create a tarball.                            -*- Autoconf -*-
 
-# Copyright (C) 2004-2014 Free Software Foundation, Inc.
+# Copyright (C) 2004-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/config.h.win32 
new/gobject-introspection-1.54.1/config.h.win32
--- old/gobject-introspection-1.54.0/config.h.win32     2017-09-11 
11:11:30.000000000 +0200
+++ new/gobject-introspection-1.54.1/config.h.win32     2017-10-02 
14:22:52.000000000 +0200
@@ -96,7 +96,7 @@
 #define PACKAGE_NAME "gobject-introspection"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "gojbect-introspection 1.54.0"
+#define PACKAGE_STRING "gojbect-introspection 1.54.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gobject-introspection"
@@ -105,7 +105,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.54.0"
+#define PACKAGE_VERSION "1.54.1"
 
 /* Define to the platform's shared library suffix */
 #define SHLIB_SUFFIX ".dll"
@@ -126,7 +126,7 @@
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.54.0"
+#define VERSION "1.54.1"
 
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/configure 
new/gobject-introspection-1.54.1/configure
--- old/gobject-introspection-1.54.0/configure  2017-09-11 11:11:21.000000000 
+0200
+++ new/gobject-introspection-1.54.1/configure  2017-10-02 14:22:46.000000000 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gobject-introspection 1.54.0.
+# Generated by GNU Autoconf 2.69 for gobject-introspection 1.54.1.
 #
 # Report bugs to 
<http://bugzilla.gnome.org/enter_bug.cgi?product=gobject-introspection>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='gobject-introspection'
 PACKAGE_TARNAME='gobject-introspection'
-PACKAGE_VERSION='1.54.0'
-PACKAGE_STRING='gobject-introspection 1.54.0'
+PACKAGE_VERSION='1.54.1'
+PACKAGE_STRING='gobject-introspection 1.54.1'
 
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gobject-introspection'
 PACKAGE_URL=''
 
@@ -1449,7 +1449,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures gobject-introspection 1.54.0 to adapt to many kinds of 
systems.
+\`configure' configures gobject-introspection 1.54.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1521,7 +1521,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gobject-introspection 
1.54.0:";;
+     short | recursive ) echo "Configuration of gobject-introspection 
1.54.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1683,7 +1683,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gobject-introspection configure 1.54.0
+gobject-introspection configure 1.54.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2235,7 +2235,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gobject-introspection $as_me 1.54.0, which was
+It was created by gobject-introspection $as_me 1.54.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3103,7 +3103,7 @@
 
 # Define the identity of the package.
  PACKAGE='gobject-introspection'
- VERSION='1.54.0'
+ VERSION='1.54.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3377,7 +3377,7 @@
 
 
 # Used in docs/reference/version.xml
-GI_VERSION=1.54.0
+GI_VERSION=1.54.1
 
 
 # Check for Win32
@@ -15003,7 +15003,7 @@
   $as_echo_n "(cached) " >&6
 else
 
-       for am_cv_pathless_PYTHON in python python2 python3 python3.7 python3.6 
python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7  
python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
+       for am_cv_pathless_PYTHON in python python2 python3 python3.8 python3.7 
python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 
 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
          test "$am_cv_pathless_PYTHON" = none && break
          prog="import sys
 # split strings by '.' and convert to numeric.  Append some zeros
@@ -16076,7 +16076,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gobject-introspection $as_me 1.54.0, which was
+This file was extended by gobject-introspection $as_me 1.54.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16142,7 +16142,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-gobject-introspection config.status 1.54.0
+gobject-introspection config.status 1.54.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/configure.ac 
new/gobject-introspection-1.54.1/configure.ac
--- old/gobject-introspection-1.54.0/configure.ac       2017-09-11 
11:11:04.000000000 +0200
+++ new/gobject-introspection-1.54.1/configure.ac       2017-10-02 
14:21:36.000000000 +0200
@@ -4,7 +4,7 @@
 dnl the gi version number
 m4_define(gi_major_version, 1)
 m4_define(gi_minor_version, 54)
-m4_define(gi_micro_version, 0)
+m4_define(gi_micro_version, 1)
 m4_define(gi_version, gi_major_version.gi_minor_version.gi_micro_version)
 
 AC_PREREQ([2.63])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/docs/Makefile.in 
new/gobject-introspection-1.54.1/docs/Makefile.in
--- old/gobject-introspection-1.54.0/docs/Makefile.in   2017-09-11 
11:11:23.000000000 +0200
+++ new/gobject-introspection-1.54.1/docs/Makefile.in   2017-10-02 
14:22:46.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/docs/reference/Makefile.in 
new/gobject-introspection-1.54.1/docs/reference/Makefile.in
--- old/gobject-introspection-1.54.0/docs/reference/Makefile.in 2017-09-11 
11:11:23.000000000 +0200
+++ new/gobject-introspection-1.54.1/docs/reference/Makefile.in 2017-10-02 
14:22:46.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/docs/reference/html/index.html 
new/gobject-introspection-1.54.1/docs/reference/html/index.html
--- old/gobject-introspection-1.54.0/docs/reference/html/index.html     
2017-09-11 11:16:16.000000000 +0200
+++ new/gobject-introspection-1.54.1/docs/reference/html/index.html     
2017-10-02 14:24:53.000000000 +0200
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">GObject Introspection 
Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      This document is for GObject Introspection version 1.54.0
+      This document is for GObject Introspection version 1.54.1
 .
       The latest version of this documentation can be found on-line at
       <a class="ulink" href="http://developer.gnome.org/gi/unstable/"; 
target="_top">http://developer.gnome.org/gi/unstable/</a>.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/docs/reference/version.xml 
new/gobject-introspection-1.54.1/docs/reference/version.xml
--- old/gobject-introspection-1.54.0/docs/reference/version.xml 2017-09-11 
11:11:30.000000000 +0200
+++ new/gobject-introspection-1.54.1/docs/reference/version.xml 2017-10-02 
14:22:52.000000000 +0200
@@ -1 +1 @@
-1.54.0
+1.54.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/girepository/girnode.c 
new/gobject-introspection-1.54.1/girepository/girnode.c
--- old/gobject-introspection-1.54.0/girepository/girnode.c     2016-03-14 
11:49:00.000000000 +0100
+++ new/gobject-introspection-1.54.1/girepository/girnode.c     2017-09-24 
21:07:02.000000000 +0200
@@ -992,19 +992,19 @@
 static gint64
 parse_int_value (const gchar *str)
 {
-  return strtoll (str, NULL, 0);
+  return g_ascii_strtoll (str, NULL, 0);
 }
 
 static guint64
 parse_uint_value (const gchar *str)
 {
-  return strtoull (str, NULL, 0);
+  return g_ascii_strtoull (str, NULL, 0);
 }
 
 static gdouble
 parse_float_value (const gchar *str)
 {
-  return strtod (str, NULL);
+  return g_ascii_strtod (str, NULL);
 }
 
 static gboolean
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/gobject-introspection-1.0.pc 
new/gobject-introspection-1.54.1/gobject-introspection-1.0.pc
--- old/gobject-introspection-1.54.0/gobject-introspection-1.0.pc       
2017-09-11 11:11:30.000000000 +0200
+++ new/gobject-introspection-1.54.1/gobject-introspection-1.0.pc       
2017-10-02 14:22:52.000000000 +0200
@@ -21,4 +21,4 @@
 
 Name: gobject-introspection
 Description: GObject Introspection
-Version: 1.54.0
+Version: 1.54.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/gobject-introspection-no-export-1.0.pc 
new/gobject-introspection-1.54.1/gobject-introspection-no-export-1.0.pc
--- old/gobject-introspection-1.54.0/gobject-introspection-no-export-1.0.pc     
2017-09-11 11:11:30.000000000 +0200
+++ new/gobject-introspection-1.54.1/gobject-introspection-no-export-1.0.pc     
2017-10-02 14:22:52.000000000 +0200
@@ -20,4 +20,4 @@
 
 Name: gobject-introspection
 Description: GObject Introspection
-Version: 1.54.0
+Version: 1.54.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/tests/Makefile.in 
new/gobject-introspection-1.54.1/tests/Makefile.in
--- old/gobject-introspection-1.54.0/tests/Makefile.in  2017-09-11 
11:11:23.000000000 +0200
+++ new/gobject-introspection-1.54.1/tests/Makefile.in  2017-10-02 
14:22:46.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/tests/offsets/Makefile.in 
new/gobject-introspection-1.54.1/tests/offsets/Makefile.in
--- old/gobject-introspection-1.54.0/tests/offsets/Makefile.in  2017-09-11 
11:11:23.000000000 +0200
+++ new/gobject-introspection-1.54.1/tests/offsets/Makefile.in  2017-10-02 
14:22:46.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/tests/repository/Makefile.in 
new/gobject-introspection-1.54.1/tests/repository/Makefile.in
--- old/gobject-introspection-1.54.0/tests/repository/Makefile.in       
2017-09-11 11:11:23.000000000 +0200
+++ new/gobject-introspection-1.54.1/tests/repository/Makefile.in       
2017-10-02 14:22:47.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/tests/scanner/Makefile.in 
new/gobject-introspection-1.54.1/tests/scanner/Makefile.in
--- old/gobject-introspection-1.54.0/tests/scanner/Makefile.in  2017-09-11 
11:11:23.000000000 +0200
+++ new/gobject-introspection-1.54.1/tests/scanner/Makefile.in  2017-10-02 
14:22:47.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/tests/scanner/annotationparser/Makefile.in 
new/gobject-introspection-1.54.1/tests/scanner/annotationparser/Makefile.in
--- old/gobject-introspection-1.54.0/tests/scanner/annotationparser/Makefile.in 
2017-09-11 11:11:23.000000000 +0200
+++ new/gobject-introspection-1.54.1/tests/scanner/annotationparser/Makefile.in 
2017-10-02 14:22:47.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/tests/warn/Makefile.in 
new/gobject-introspection-1.54.1/tests/warn/Makefile.in
--- old/gobject-introspection-1.54.0/tests/warn/Makefile.in     2017-09-11 
11:11:23.000000000 +0200
+++ new/gobject-introspection-1.54.1/tests/warn/Makefile.in     2017-10-02 
14:22:47.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/win32/Makefile.in 
new/gobject-introspection-1.54.1/win32/Makefile.in
--- old/gobject-introspection-1.54.0/win32/Makefile.in  2017-09-11 
11:11:24.000000000 +0200
+++ new/gobject-introspection-1.54.1/win32/Makefile.in  2017-10-02 
14:22:47.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/win32/vs10/Makefile.in 
new/gobject-introspection-1.54.1/win32/vs10/Makefile.in
--- old/gobject-introspection-1.54.0/win32/vs10/Makefile.in     2017-09-11 
11:11:24.000000000 +0200
+++ new/gobject-introspection-1.54.1/win32/vs10/Makefile.in     2017-10-02 
14:22:47.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/win32/vs10/gi-version-paths.props 
new/gobject-introspection-1.54.1/win32/vs10/gi-version-paths.props
--- old/gobject-introspection-1.54.0/win32/vs10/gi-version-paths.props  
2017-09-11 11:11:30.000000000 +0200
+++ new/gobject-introspection-1.54.1/win32/vs10/gi-version-paths.props  
2017-10-02 14:22:53.000000000 +0200
@@ -14,7 +14,7 @@
     <PythonDirX64>$(PythonDir).x64</PythonDirX64>
     
<IntrospectPythonParam>PYTHON=$(PythonDir)\python.exe</IntrospectPythonParam>
     
<IntrospectPythonParamX64>PYTHON=$(PythonDirX64)\python.exe</IntrospectPythonParamX64>
-    <GIVersion>1.54.0</GIVersion>
+    <GIVersion>1.54.1</GIVersion>
     <BASE_GI_DIR>$(SolutionDir)\..\..</BASE_GI_DIR>
     <ApiVersion>1.0</ApiVersion>
     
<DefDir>$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)</DefDir>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/win32/vs11/Makefile.in 
new/gobject-introspection-1.54.1/win32/vs11/Makefile.in
--- old/gobject-introspection-1.54.0/win32/vs11/Makefile.in     2017-09-11 
11:11:24.000000000 +0200
+++ new/gobject-introspection-1.54.1/win32/vs11/Makefile.in     2017-10-02 
14:22:47.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/win32/vs11/gi-version-paths.props 
new/gobject-introspection-1.54.1/win32/vs11/gi-version-paths.props
--- old/gobject-introspection-1.54.0/win32/vs11/gi-version-paths.props  
2017-09-11 11:16:18.000000000 +0200
+++ new/gobject-introspection-1.54.1/win32/vs11/gi-version-paths.props  
2017-10-02 14:24:54.000000000 +0200
@@ -14,7 +14,7 @@
     <PythonDirX64>$(PythonDir).x64</PythonDirX64>
     
<IntrospectPythonParam>PYTHON=$(PythonDir)\python.exe</IntrospectPythonParam>
     
<IntrospectPythonParamX64>PYTHON=$(PythonDirX64)\python.exe</IntrospectPythonParamX64>
-    <GIVersion>1.54.0</GIVersion>
+    <GIVersion>1.54.1</GIVersion>
     <BASE_GI_DIR>$(SolutionDir)\..\..</BASE_GI_DIR>
     <ApiVersion>1.0</ApiVersion>
     
<DefDir>$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)</DefDir>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/win32/vs12/Makefile.in 
new/gobject-introspection-1.54.1/win32/vs12/Makefile.in
--- old/gobject-introspection-1.54.0/win32/vs12/Makefile.in     2017-09-11 
11:11:24.000000000 +0200
+++ new/gobject-introspection-1.54.1/win32/vs12/Makefile.in     2017-10-02 
14:22:47.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/win32/vs12/gi-version-paths.props 
new/gobject-introspection-1.54.1/win32/vs12/gi-version-paths.props
--- old/gobject-introspection-1.54.0/win32/vs12/gi-version-paths.props  
2017-09-11 11:16:18.000000000 +0200
+++ new/gobject-introspection-1.54.1/win32/vs12/gi-version-paths.props  
2017-10-02 14:24:54.000000000 +0200
@@ -14,7 +14,7 @@
     <PythonDirX64>$(PythonDir).x64</PythonDirX64>
     
<IntrospectPythonParam>PYTHON=$(PythonDir)\python.exe</IntrospectPythonParam>
     
<IntrospectPythonParamX64>PYTHON=$(PythonDirX64)\python.exe</IntrospectPythonParamX64>
-    <GIVersion>1.54.0</GIVersion>
+    <GIVersion>1.54.1</GIVersion>
     <BASE_GI_DIR>$(SolutionDir)\..\..</BASE_GI_DIR>
     <ApiVersion>1.0</ApiVersion>
     
<DefDir>$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)</DefDir>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/win32/vs14/Makefile.in 
new/gobject-introspection-1.54.1/win32/vs14/Makefile.in
--- old/gobject-introspection-1.54.0/win32/vs14/Makefile.in     2017-09-11 
11:11:24.000000000 +0200
+++ new/gobject-introspection-1.54.1/win32/vs14/Makefile.in     2017-10-02 
14:22:47.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/win32/vs14/gi-version-paths.props 
new/gobject-introspection-1.54.1/win32/vs14/gi-version-paths.props
--- old/gobject-introspection-1.54.0/win32/vs14/gi-version-paths.props  
2017-09-11 11:16:18.000000000 +0200
+++ new/gobject-introspection-1.54.1/win32/vs14/gi-version-paths.props  
2017-10-02 14:24:55.000000000 +0200
@@ -14,7 +14,7 @@
     <PythonDirX64>$(PythonDir).x64</PythonDirX64>
     
<IntrospectPythonParam>PYTHON=$(PythonDir)\python.exe</IntrospectPythonParam>
     
<IntrospectPythonParamX64>PYTHON=$(PythonDirX64)\python.exe</IntrospectPythonParamX64>
-    <GIVersion>1.54.0</GIVersion>
+    <GIVersion>1.54.1</GIVersion>
     <BASE_GI_DIR>$(SolutionDir)\..\..</BASE_GI_DIR>
     <ApiVersion>1.0</ApiVersion>
     
<DefDir>$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)</DefDir>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/win32/vs15/Makefile.in 
new/gobject-introspection-1.54.1/win32/vs15/Makefile.in
--- old/gobject-introspection-1.54.0/win32/vs15/Makefile.in     2017-09-11 
11:11:24.000000000 +0200
+++ new/gobject-introspection-1.54.1/win32/vs15/Makefile.in     2017-10-02 
14:22:47.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/win32/vs15/gi-version-paths.props 
new/gobject-introspection-1.54.1/win32/vs15/gi-version-paths.props
--- old/gobject-introspection-1.54.0/win32/vs15/gi-version-paths.props  
2017-09-11 11:16:18.000000000 +0200
+++ new/gobject-introspection-1.54.1/win32/vs15/gi-version-paths.props  
2017-10-02 14:24:55.000000000 +0200
@@ -14,7 +14,7 @@
     <PythonDirX64>$(PythonDir).x64</PythonDirX64>
     
<IntrospectPythonParam>PYTHON=$(PythonDir)\python.exe</IntrospectPythonParam>
     
<IntrospectPythonParamX64>PYTHON=$(PythonDirX64)\python.exe</IntrospectPythonParamX64>
-    <GIVersion>1.54.0</GIVersion>
+    <GIVersion>1.54.1</GIVersion>
     <BASE_GI_DIR>$(SolutionDir)\..\..</BASE_GI_DIR>
     <ApiVersion>1.0</ApiVersion>
     
<DefDir>$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)</DefDir>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gobject-introspection-1.54.0/win32/vs9/Makefile.in 
new/gobject-introspection-1.54.1/win32/vs9/Makefile.in
--- old/gobject-introspection-1.54.0/win32/vs9/Makefile.in      2017-09-11 
11:11:24.000000000 +0200
+++ new/gobject-introspection-1.54.1/win32/vs9/Makefile.in      2017-10-02 
14:22:47.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gobject-introspection-1.54.0/win32/vs9/gi-version-paths.vsprops 
new/gobject-introspection-1.54.1/win32/vs9/gi-version-paths.vsprops
--- old/gobject-introspection-1.54.0/win32/vs9/gi-version-paths.vsprops 
2017-09-11 11:11:30.000000000 +0200
+++ new/gobject-introspection-1.54.1/win32/vs9/gi-version-paths.vsprops 
2017-10-02 14:22:53.000000000 +0200
@@ -36,7 +36,7 @@
        />
        <UserMacro
                Name="GIVersion"
-               Value="1.54.0"
+               Value="1.54.1"
        />
        <UserMacro
                Name="BASE_GI_DIR"


Reply via email to