From 0b9bc5b940a4bc2019b6d28b19b5a3c512870cff Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 12 Jul 2017 08:41:16 +0900 Subject: [PATCH] Imported Upstream version 3.12.0 Change-Id: Ia97a228c7a85de1035e786f191bdc15c24f96f2c Signed-off-by: DongHun Kwak --- ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ NEWS | 2 ++ PKG-INFO | 4 ++-- configure | 28 ++++++++++++++-------------- configure.ac | 4 ++-- 5 files changed, 56 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 80d0e44..540ac4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +commit 45eda91eac2f6c8ab1a5c38808f96de760196e90 +Author: Simon Feltman +Date: Mon Mar 24 03:35:21 2014 -0700 + + release 3.12.0 + + NEWS | 2 ++ + 1 file changed, 2 insertions(+) + +commit 70020e9934abb39cbccfa49e582fb838465c0490 +Author: Simon Feltman +Date: Mon Mar 24 03:05:16 2014 -0700 + + pre-release version bump to 3.12.0 + + configure.ac | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit a9a08a0c11e8802cce539f869ea93e1b729e829e +Author: Simon Feltman +Date: Mon Mar 17 15:17:12 2014 -0700 + + configure.ac: post release version bump to 3.11.93 + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 7283d50de8413e9450820543d0d8fd43e6c24b27 +Author: Simon Feltman +Date: Mon Mar 17 15:12:33 2014 -0700 + + release 3.11.92 + + NEWS | 6 ++++++ + 1 file changed, 6 insertions(+) + commit b3b1f38af1ac1bda9d6a3ba50e9b6fa37ae48d96 Author: Simon Feltman Date: Mon Mar 17 14:55:52 2014 -0700 diff --git a/NEWS b/NEWS index 39fca05..cd2b06b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +3.12.0 24-Mar-2014 + 3.11.92 17-Mar-2014 - configure.ac: Remove option to build without libffi (Simon Feltman) - docs: Standardize Python doc strings (Simon Feltman) diff --git a/PKG-INFO b/PKG-INFO index 17f7157..798f653 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyGObject -Version: 3.11.92 +Version: 3.12.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: Johan Dahlin Maintainer-email: johan@gnome.org License: GNU LGPL -Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/3.11/pygobject-3.11.92.tar.gz +Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/3.12/pygobject-3.12.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 2df1c70..5b4925a 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.11.92. +# Generated by GNU Autoconf 2.69 for pygobject 3.12.0. # # Report bugs to . # @@ -591,8 +591,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='pygobject' PACKAGE_TARNAME='pygobject' -PACKAGE_VERSION='3.11.92' -PACKAGE_STRING='pygobject 3.11.92' +PACKAGE_VERSION='3.12.0' +PACKAGE_STRING='pygobject 3.12.0' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject' PACKAGE_URL='https://live.gnome.org/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.11.92 to adapt to many kinds of systems. +\`configure' configures pygobject 3.12.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.11.92:";; + short | recursive ) echo "Configuration of pygobject 3.12.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.11.92 +pygobject configure 3.12.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.11.92, which was +It was created by pygobject $as_me 3.12.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 11" >>confdefs.h +$as_echo "#define PYGOBJECT_MINOR_VERSION 12" >>confdefs.h -PYGOBJECT_MINOR_VERSION=11 +PYGOBJECT_MINOR_VERSION=12 -$as_echo "#define PYGOBJECT_MICRO_VERSION 92" >>confdefs.h +$as_echo "#define PYGOBJECT_MICRO_VERSION 0" >>confdefs.h -PYGOBJECT_MICRO_VERSION=92 +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.11.92' + VERSION='3.12.0' cat >>confdefs.h <<_ACEOF @@ -15374,7 +15374,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.11.92, which was +This file was extended by pygobject $as_me 3.12.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15441,7 +15441,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.11.92 +pygobject config.status 3.12.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index e4536a4..90cfdf2 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, 11) -m4_define(pygobject_micro_version, 92) +m4_define(pygobject_minor_version, 12) +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