diff -Nru gobject-introspection-1.31.22/configure gobject-introspection-1.32.0/configure --- gobject-introspection-1.31.22/configure 2012-03-21 14:01:09.000000000 +0000 +++ gobject-introspection-1.32.0/configure 2012-03-27 14:36:56.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for gobject-introspection 1.31.22. +# Generated by GNU Autoconf 2.68 for gobject-introspection 1.32.0. # # Report bugs to . # @@ -571,8 +571,8 @@ # Identity of this package. PACKAGE_NAME='gobject-introspection' PACKAGE_TARNAME='gobject-introspection' -PACKAGE_VERSION='1.31.22' -PACKAGE_STRING='gobject-introspection 1.31.22' +PACKAGE_VERSION='1.32.0' +PACKAGE_STRING='gobject-introspection 1.32.0' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=introspection' PACKAGE_URL='' @@ -1410,7 +1410,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.31.22 to adapt to many kinds of systems. +\`configure' configures gobject-introspection 1.32.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1481,7 +1481,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gobject-introspection 1.31.22:";; + short | recursive ) echo "Configuration of gobject-introspection 1.32.0:";; esac cat <<\_ACEOF @@ -1634,7 +1634,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gobject-introspection configure 1.31.22 +gobject-introspection configure 1.32.0 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2181,7 +2181,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.31.22, which was +It was created by gobject-introspection $as_me 1.32.0, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3001,7 +3001,7 @@ # Define the identity of the package. PACKAGE='gobject-introspection' - VERSION='1.31.22' + VERSION='1.32.0' cat >>confdefs.h <<_ACEOF @@ -15248,7 +15248,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.31.22, which was +This file was extended by gobject-introspection $as_me 1.32.0, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15314,7 +15314,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.31.22 +gobject-introspection config.status 1.32.0 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -Nru gobject-introspection-1.31.22/configure.ac gobject-introspection-1.32.0/configure.ac --- gobject-introspection-1.31.22/configure.ac 2012-03-21 13:58:41.000000000 +0000 +++ gobject-introspection-1.32.0/configure.ac 2012-03-27 14:36:43.000000000 +0000 @@ -3,8 +3,8 @@ dnl the gi version number m4_define(gi_major_version, 1) -m4_define(gi_minor_version, 31) -m4_define(gi_micro_version, 22) +m4_define(gi_minor_version, 32) +m4_define(gi_micro_version, 0) m4_define(gi_version, gi_major_version.gi_minor_version.gi_micro_version) AC_PREREQ([2.63]) diff -Nru gobject-introspection-1.31.22/debian/changelog gobject-introspection-1.32.0/debian/changelog --- gobject-introspection-1.31.22/debian/changelog 2012-03-21 15:25:22.000000000 +0000 +++ gobject-introspection-1.32.0/debian/changelog 2012-03-29 04:41:21.000000000 +0000 @@ -1,3 +1,10 @@ +gobject-introspection (1.32.0-0ubuntu1) precise-proposed; urgency=low + + * New upstream release: + - Version bump + + -- Robert Ancell Thu, 29 Mar 2012 15:40:54 +1100 + gobject-introspection (1.31.22-1) unstable; urgency=low * New upstream bug fix release. diff -Nru gobject-introspection-1.31.22/debian/control gobject-introspection-1.32.0/debian/control --- gobject-introspection-1.31.22/debian/control 2012-03-21 15:25:54.000000000 +0000 +++ gobject-introspection-1.32.0/debian/control 2012-03-29 04:41:26.000000000 +0000 @@ -7,7 +7,7 @@ Section: devel Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Laurent Bigonville , Michael Biebl , Sjoerd Simons +Uploaders: Michael Biebl , Sjoerd Simons Build-Depends: debhelper (>= 8), cdbs (>= 0.4.90~), gnome-pkg-tools (>= 0.10), diff -Nru gobject-introspection-1.31.22/gobject-introspection-1.0.pc gobject-introspection-1.32.0/gobject-introspection-1.0.pc --- gobject-introspection-1.31.22/gobject-introspection-1.0.pc 2012-03-21 14:01:15.000000000 +0000 +++ gobject-introspection-1.32.0/gobject-introspection-1.0.pc 2012-03-27 14:37:10.000000000 +0000 @@ -19,4 +19,4 @@ Name: gobject-introspection Description: GObject Introspection -Version: 1.31.22 +Version: 1.32.0 diff -Nru gobject-introspection-1.31.22/gobject-introspection-no-export-1.0.pc gobject-introspection-1.32.0/gobject-introspection-no-export-1.0.pc --- gobject-introspection-1.31.22/gobject-introspection-no-export-1.0.pc 2012-03-21 14:01:15.000000000 +0000 +++ gobject-introspection-1.32.0/gobject-introspection-no-export-1.0.pc 2012-03-27 14:37:10.000000000 +0000 @@ -18,4 +18,4 @@ Name: gobject-introspection Description: GObject Introspection -Version: 1.31.22 +Version: 1.32.0