Hello community, here is the log from the commit of package python-atspi for openSUSE:Factory checked in at 2016-04-15 19:01:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-atspi (Old) and /work/SRC/openSUSE:Factory/.python-atspi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-atspi" Changes: -------- --- /work/SRC/openSUSE:Factory/python-atspi/python-atspi.changes 2016-03-29 14:42:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-atspi.new/python-atspi.changes 2016-04-15 19:01:48.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Apr 12 11:54:19 UTC 2016 - [email protected] + +- Update to version 2.20.1: + + gettext: Don't modify endOffset (bgo#721860). + +------------------------------------------------------------------- python3-atspi.changes: same change Old: ---- pyatspi-2.20.0.tar.xz New: ---- pyatspi-2.20.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-atspi.spec ++++++ --- /var/tmp/diff_new_pack.O0U0a7/_old 2016-04-15 19:01:49.000000000 +0200 +++ /var/tmp/diff_new_pack.O0U0a7/_new 2016-04-15 19:01:49.000000000 +0200 @@ -36,7 +36,7 @@ Name: python-atspi %define _name pyatspi -Version: 2.20.0 +Version: 2.20.1 Release: 0 Summary: Assistive Technology Service Provider Interface - Python bindings License: LGPL-2.0 python3-atspi.spec: same change ++++++ pyatspi-2.20.0.tar.xz -> pyatspi-2.20.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.20.0/NEWS new/pyatspi-2.20.1/NEWS --- old/pyatspi-2.20.0/NEWS 2016-03-01 02:49:22.000000000 +0100 +++ new/pyatspi-2.20.1/NEWS 2016-04-12 01:49:04.000000000 +0200 @@ -1,3 +1,7 @@ +What's new in pyatspi 2.20.1: + +* gettext: Don't modify endOffset (bgo#721860). + What's new in pyatspi 2.17.90: * Call gi.require_version() before import diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.20.0/configure new/pyatspi-2.20.1/configure --- old/pyatspi-2.20.0/configure 2016-03-22 01:07:27.000000000 +0100 +++ new/pyatspi-2.20.1/configure 2016-04-12 01:49:22.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for pyatspi 2.20.0. +# Generated by GNU Autoconf 2.69 for pyatspi 2.20.1. # # Report bugs to <[email protected]>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='pyatspi' PACKAGE_TARNAME='pyatspi' -PACKAGE_VERSION='2.20.0' -PACKAGE_STRING='pyatspi 2.20.0' +PACKAGE_VERSION='2.20.1' +PACKAGE_STRING='pyatspi 2.20.1' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1381,7 +1381,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 pyatspi 2.20.0 to adapt to many kinds of systems. +\`configure' configures pyatspi 2.20.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1455,7 +1455,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pyatspi 2.20.0:";; + short | recursive ) echo "Configuration of pyatspi 2.20.1:";; esac cat <<\_ACEOF @@ -1599,7 +1599,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pyatspi configure 2.20.0 +pyatspi configure 2.20.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1877,7 +1877,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pyatspi $as_me 2.20.0, which was +It was created by pyatspi $as_me 2.20.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2763,7 +2763,7 @@ # Define the identity of the package. PACKAGE='pyatspi' - VERSION='2.20.0' + VERSION='2.20.1' cat >>confdefs.h <<_ACEOF @@ -14024,7 +14024,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pyatspi $as_me 2.20.0, which was +This file was extended by pyatspi $as_me 2.20.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14090,7 +14090,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -pyatspi config.status 2.20.0 +pyatspi config.status 2.20.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.20.0/configure.ac new/pyatspi-2.20.1/configure.ac --- old/pyatspi-2.20.0/configure.ac 2016-03-22 01:07:21.000000000 +0100 +++ new/pyatspi-2.20.1/configure.ac 2016-04-12 01:49:10.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([pyatspi], [2.20.0], [[email protected]]) +AC_INIT([pyatspi], [2.20.1], [[email protected]]) AC_CONFIG_AUX_DIR(config) # The version of python used is determined by the executable pointed to by the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.20.0/pyatspi/text.py new/pyatspi-2.20.1/pyatspi/text.py --- old/pyatspi-2.20.0/pyatspi/text.py 2015-08-09 20:15:22.000000000 +0200 +++ new/pyatspi-2.20.1/pyatspi/text.py 2016-03-31 20:04:15.000000000 +0200 @@ -406,8 +406,6 @@ startOffset (inclusive) up to but not including the character at endOffset. """ - if not endOffset: - endOffset = -1 return Atspi.Text.get_text(self.obj, startOffset, endOffset) def getTextAfterOffset(self, offset, type):
