From 8ee8219e2a010b7cc8ec068d42af27ad58556ada Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 12 Jul 2017 08:44:47 +0900 Subject: Imported Upstream version 3.19.92 Change-Id: Ifd3c2cace3fdaf89667fad9d99ab67c12d0e819b Signed-off-by: DongHun Kwak --- ChangeLog | 9 +++++++++ NEWS | 2 ++ PKG-INFO | 4 ++-- configure | 24 ++++++++++++------------ configure.ac | 2 +- 5 files changed, 26 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 82cbb84..ccb558c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +commit 3d8860c2d0a95cff38f7eaa65c38521654a162ae +Author: Simon Feltman +Date: Tue Mar 1 22:10:21 2016 -0800 + + post-release version bump to 3.19.92 + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + commit a4865ef2f8c70b93f84f93236786c65ad5f973af Author: Simon Feltman Date: Tue Mar 1 21:46:21 2016 -0800 diff --git a/NEWS b/NEWS index 500a962..50b4f57 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +3.19.92 15-Mar-2016 + 3.19.91 01-Mar-2016 - Fix marshaling of GError stored in GValue (Simon Feltman) (Thibault Saunier) (#761592) diff --git a/PKG-INFO b/PKG-INFO index 187f30d..15e8ec7 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyGObject -Version: 3.19.91 +Version: 3.19.92 Summary: Python bindings for GObject Home-page: http://www.pygtk.org/ Author: James Henstridge @@ -8,7 +8,7 @@ Author-email: james@daa.com.au Maintainer: Simon Feltman Maintainer-email: sfeltman@src.gnome.org License: GNU LGPL -Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/3.19/pygobject-3.19.91.tar.gz +Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/3.19/pygobject-3.19.92.tar.gz Description: Python bindings for GLib and GObject Platform: POSIX, Windows Classifier: Development Status :: 5 - Production/Stable diff --git a/configure b/configure index 2f6c3f9..35cfe26 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for pygobject 3.19.91. +# Generated by GNU Autoconf 2.69 for pygobject 3.19.92. # # Report bugs to . # @@ -591,8 +591,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='pygobject' PACKAGE_TARNAME='pygobject' -PACKAGE_VERSION='3.19.91' -PACKAGE_STRING='pygobject 3.19.91' +PACKAGE_VERSION='3.19.92' +PACKAGE_STRING='pygobject 3.19.92' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject' PACKAGE_URL='https://wiki.gnome.org/Projects/PyGObject/' @@ -1398,7 +1398,7 @@ if test "$ac_init_help" = "long"; then # 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 pygobject 3.19.91 to adapt to many kinds of systems. +\`configure' configures pygobject 3.19.92 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1468,7 +1468,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pygobject 3.19.91:";; + short | recursive ) echo "Configuration of pygobject 3.19.92:";; esac cat <<\_ACEOF @@ -1611,7 +1611,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pygobject configure 3.19.91 +pygobject configure 3.19.92 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1889,7 +1889,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pygobject $as_me 3.19.91, which was +It was created by pygobject $as_me 3.19.92, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2253,9 +2253,9 @@ $as_echo "#define PYGOBJECT_MINOR_VERSION 19" >>confdefs.h PYGOBJECT_MINOR_VERSION=19 -$as_echo "#define PYGOBJECT_MICRO_VERSION 91" >>confdefs.h +$as_echo "#define PYGOBJECT_MICRO_VERSION 92" >>confdefs.h -PYGOBJECT_MICRO_VERSION=91 +PYGOBJECT_MICRO_VERSION=92 ac_config_headers="$ac_config_headers config.h" @@ -2777,7 +2777,7 @@ fi # Define the identity of the package. PACKAGE='pygobject' - VERSION='3.19.91' + VERSION='3.19.92' cat >>confdefs.h <<_ACEOF @@ -15861,7 +15861,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pygobject $as_me 3.19.91, which was +This file was extended by pygobject $as_me 3.19.92, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15928,7 +15928,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -pygobject config.status 3.19.91 +pygobject config.status 3.19.92 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 3ed9aff..e14b886 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define(python3_min_ver, 3.1) dnl the pygobject version number m4_define(pygobject_major_version, 3) m4_define(pygobject_minor_version, 19) -m4_define(pygobject_micro_version, 91) +m4_define(pygobject_micro_version, 92) m4_define(pygobject_version, pygobject_major_version.pygobject_minor_version.pygobject_micro_version) dnl versions of packages we require ... -- cgit v1.2.3