From d6533baedc708736d91c255cccc1b4507942ee85 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 12 Jul 2017 08:42:48 +0900 Subject: [PATCH] Imported Upstream version 3.14.0 Change-Id: Id7816a3877ba650ff1d2bbe8de01cc3053321300 Signed-off-by: DongHun Kwak --- ChangeLog | 27 +++++++++++++++++++++++++++ NEWS | 3 +++ PKG-INFO | 4 ++-- configure | 28 ++++++++++++++-------------- configure.ac | 4 ++-- 5 files changed, 48 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c0940a..926e5ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +commit f20df385f480b65a8128986ce3df4022b324ade0 +Author: Simon Feltman +Date: Mon Sep 22 12:38:35 2014 -0700 + + release 3.14.0 + + NEWS | 3 +++ + 1 file changed, 3 insertions(+) + +commit 309d4100a08867d18420586c3b1f8709c360250f +Author: Simon Feltman +Date: Mon Sep 22 12:24:32 2014 -0700 + + configure.ac: pre release version bump to 3.14.0 + + configure.ac | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 4b7c985aa57f8026da96d174454b308858ebd1cc +Author: Simon Feltman +Date: Mon Sep 15 15:46:04 2014 -0700 + + release 3.13.92 + + NEWS | 7 +++++++ + 1 file changed, 7 insertions(+) + commit 79bad703a089a4b0c31fcdb143b889667f5fa197 Author: Simon Feltman Date: Fri Sep 12 17:10:04 2014 -0700 diff --git a/NEWS b/NEWS index d6d7050..277cc31 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +3.14.0 22-Sep-2014 + - configure.ac: pre release version bump to 3.14.0 (Simon Feltman) + 3.13.92 15-Sep-2014 - tests: Add test for Gio.Application.add_main_option() (Simon Feltman) - tests: Split up various test cases (Simon Feltman) (#735193) diff --git a/PKG-INFO b/PKG-INFO index 1ef1664..2c2abd2 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyGObject -Version: 3.13.92 +Version: 3.14.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.13/pygobject-3.13.92.tar.gz +Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/3.14/pygobject-3.14.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 9734688..9bfb4e8 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.13.92. +# Generated by GNU Autoconf 2.69 for pygobject 3.14.0. # # Report bugs to . # @@ -591,8 +591,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='pygobject' PACKAGE_TARNAME='pygobject' -PACKAGE_VERSION='3.13.92' -PACKAGE_STRING='pygobject 3.13.92' +PACKAGE_VERSION='3.14.0' +PACKAGE_STRING='pygobject 3.14.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.13.92 to adapt to many kinds of systems. +\`configure' configures pygobject 3.14.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.13.92:";; + short | recursive ) echo "Configuration of pygobject 3.14.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.13.92 +pygobject configure 3.14.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.13.92, which was +It was created by pygobject $as_me 3.14.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 13" >>confdefs.h +$as_echo "#define PYGOBJECT_MINOR_VERSION 14" >>confdefs.h -PYGOBJECT_MINOR_VERSION=13 +PYGOBJECT_MINOR_VERSION=14 -$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.13.92' + VERSION='3.14.0' cat >>confdefs.h <<_ACEOF @@ -15376,7 +15376,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.13.92, which was +This file was extended by pygobject $as_me 3.14.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15443,7 +15443,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.13.92 +pygobject config.status 3.14.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 69d6edb..6122e8e 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, 13) -m4_define(pygobject_micro_version, 92) +m4_define(pygobject_minor_version, 14) +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