From f87f78f7bb71cfba4658f9c81516019a82a5ad18 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Tue, 30 Oct 2018 10:27:59 +0900 Subject: [PATCH] Imported Upstream version 3.16.0 --- ChangeLog | 19 +++++++++++++++++++ NEWS | 2 ++ PKG-INFO | 4 ++-- configure | 28 ++++++++++++++-------------- configure.ac | 4 ++-- 5 files changed, 39 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 592649d..4f1cb7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +commit bf802599f5d0d13cc4b69f1716400561a16a2443 +Author: Simon Feltman +Date: Thu Mar 5 01:09:12 2015 -0800 + + configure.ac: post release version bump to 3.15.92 + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit a86f309066f007f9787a6d1ac679dc041740d8dc +Author: Simon Feltman +Date: Thu Mar 5 01:08:03 2015 -0800 + + release 3.15.91 + + NEWS | 14 ++++++++++++++ + configure.ac | 2 +- + 2 files changed, 15 insertions(+), 1 deletion(-) + commit 9948a67e677c8a351f2de17080d7a671882570f3 Author: Christoph Reiter Date: Tue Jan 27 17:47:49 2015 +0100 diff --git a/NEWS b/NEWS index 7cc38b4..8852496 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +3.16.0 24-Mar-2015 + 3.15.91 05-Mar-2015 - tests: Don't use deprecated override attributes (Christoph Reiter) (#743514) diff --git a/PKG-INFO b/PKG-INFO index 32e671b..4f253f8 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyGObject -Version: 3.15.91 +Version: 3.16.0 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.15/pygobject-3.15.91.tar.gz +Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/3.16/pygobject-3.16.0.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 ce4f25c..2f48a6f 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.15.91. +# Generated by GNU Autoconf 2.69 for pygobject 3.16.0. # # Report bugs to . # @@ -591,8 +591,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='pygobject' PACKAGE_TARNAME='pygobject' -PACKAGE_VERSION='3.15.91' -PACKAGE_STRING='pygobject 3.15.91' +PACKAGE_VERSION='3.16.0' +PACKAGE_STRING='pygobject 3.16.0' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject' PACKAGE_URL='https://wiki.gnome.org/Projects/PyGObject/' @@ -1395,7 +1395,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.15.91 to adapt to many kinds of systems. +\`configure' configures pygobject 3.16.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1465,7 +1465,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pygobject 3.15.91:";; + short | recursive ) echo "Configuration of pygobject 3.16.0:";; esac cat <<\_ACEOF @@ -1603,7 +1603,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pygobject configure 3.15.91 +pygobject configure 3.16.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1881,7 +1881,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.15.91, which was +It was created by pygobject $as_me 3.16.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2240,14 +2240,14 @@ $as_echo "#define PYGOBJECT_MAJOR_VERSION 3" >>confdefs.h PYGOBJECT_MAJOR_VERSION=3 -$as_echo "#define PYGOBJECT_MINOR_VERSION 15" >>confdefs.h +$as_echo "#define PYGOBJECT_MINOR_VERSION 16" >>confdefs.h -PYGOBJECT_MINOR_VERSION=15 +PYGOBJECT_MINOR_VERSION=16 -$as_echo "#define PYGOBJECT_MICRO_VERSION 91" >>confdefs.h +$as_echo "#define PYGOBJECT_MICRO_VERSION 0" >>confdefs.h -PYGOBJECT_MICRO_VERSION=91 +PYGOBJECT_MICRO_VERSION=0 ac_config_headers="$ac_config_headers config.h" @@ -2767,7 +2767,7 @@ fi # Define the identity of the package. PACKAGE='pygobject' - VERSION='3.15.91' + VERSION='3.16.0' cat >>confdefs.h <<_ACEOF @@ -15377,7 +15377,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.15.91, which was +This file was extended by pygobject $as_me 3.16.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15444,7 +15444,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.15.91 +pygobject config.status 3.16.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 4b5e996..6968b77 100644 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,8 @@ m4_define(python3_min_ver, 3.1) dnl the pygobject version number m4_define(pygobject_major_version, 3) -m4_define(pygobject_minor_version, 15) -m4_define(pygobject_micro_version, 91) +m4_define(pygobject_minor_version, 16) +m4_define(pygobject_micro_version, 0) m4_define(pygobject_version, pygobject_major_version.pygobject_minor_version.pygobject_micro_version) dnl versions of packages we require ... -- 2.7.4