Hello community, here is the log from the commit of package python-atspi for openSUSE:Factory checked in at 2013-09-23 10:54:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-08-30 17:14:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-atspi.new/python-atspi.changes 2013-09-23 11:17:45.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Sep 16 22:10:27 UTC 2013 - [email protected] + +- Update to version 2.9.92: + + Handle attribute lists with multiple accepted values for the + same key when creating a collection match rule (bgo#700865). + +------------------------------------------------------------------- python3-atspi.changes: same change Old: ---- pyatspi-2.9.90.tar.xz New: ---- pyatspi-2.9.92.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-atspi.spec ++++++ --- /var/tmp/diff_new_pack.8RRn0u/_old 2013-09-23 11:17:46.000000000 +0200 +++ /var/tmp/diff_new_pack.8RRn0u/_new 2013-09-23 11:17:46.000000000 +0200 @@ -36,7 +36,7 @@ Name: python-atspi %define _name pyatspi -Version: 2.9.90 +Version: 2.9.92 Release: 0 Summary: Assistive Technology Service Provider Interface - Python bindings License: LGPL-2.0 python3-atspi.spec: same change ++++++ pyatspi-2.9.90.tar.xz -> pyatspi-2.9.92.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.9.90/NEWS new/pyatspi-2.9.92/NEWS --- old/pyatspi-2.9.90/NEWS 2013-08-19 23:55:46.000000000 +0200 +++ new/pyatspi-2.9.92/NEWS 2013-09-16 23:41:26.000000000 +0200 @@ -1,3 +1,8 @@ +What's new in pyatspi 2.9.92: + +* Handle attribute lists with multiple accepted values for the same key + when creating a collection match rule (BGO#700865). + What's new in pyatspi 2.9.90: * Added getStringAtOffset. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.9.90/configure new/pyatspi-2.9.92/configure --- old/pyatspi-2.9.90/configure 2013-08-19 23:55:30.000000000 +0200 +++ new/pyatspi-2.9.92/configure 2013-09-16 23:42:10.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.9.90. +# Generated by GNU Autoconf 2.69 for pyatspi 2.9.92. # # Report bugs to <[email protected]>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='pyatspi' PACKAGE_TARNAME='pyatspi' -PACKAGE_VERSION='2.9.90' -PACKAGE_STRING='pyatspi 2.9.90' +PACKAGE_VERSION='2.9.92' +PACKAGE_STRING='pyatspi 2.9.92' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1376,7 +1376,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.9.90 to adapt to many kinds of systems. +\`configure' configures pyatspi 2.9.92 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1450,7 +1450,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pyatspi 2.9.90:";; + short | recursive ) echo "Configuration of pyatspi 2.9.92:";; esac cat <<\_ACEOF @@ -1592,7 +1592,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pyatspi configure 2.9.90 +pyatspi configure 2.9.92 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1870,7 +1870,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.9.90, which was +It was created by pyatspi $as_me 2.9.92, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2717,7 +2717,7 @@ # Define the identity of the package. PACKAGE='pyatspi' - VERSION='2.9.90' + VERSION='2.9.92' cat >>confdefs.h <<_ACEOF @@ -13828,7 +13828,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.9.90, which was +This file was extended by pyatspi $as_me 2.9.92, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13894,7 +13894,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.9.90 +pyatspi config.status 2.9.92 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.9.90/configure.ac new/pyatspi-2.9.92/configure.ac --- old/pyatspi-2.9.90/configure.ac 2013-08-19 23:55:22.000000000 +0200 +++ new/pyatspi-2.9.92/configure.ac 2013-09-16 23:41:35.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([pyatspi], [2.9.90], [[email protected]]) +AC_INIT([pyatspi], [2.9.92], [[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.9.90/pyatspi/utils.py new/pyatspi-2.9.92/pyatspi/utils.py --- old/pyatspi-2.9.90/pyatspi/utils.py 2013-01-07 23:57:16.000000000 +0100 +++ new/pyatspi-2.9.92/pyatspi/utils.py 2013-09-15 18:50:52.000000000 +0200 @@ -339,7 +339,11 @@ ret = dict() for item in list: [key, val] = item.split(":") - ret[key] = val + val = val.replace(":", "\:") + if ret.__contains__(key): + ret[key] = ret[key] + ":" + val + else: + ret[key] = val return ret def hashToAttributeList(h): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.9.90/tests/pyatspi/testrunner new/pyatspi-2.9.92/tests/pyatspi/testrunner --- old/pyatspi-2.9.90/tests/pyatspi/testrunner 2013-08-19 23:55:33.000000000 +0200 +++ new/pyatspi-2.9.92/tests/pyatspi/testrunner 2013-09-16 23:42:15.000000000 +0200 @@ -1,4 +1,4 @@ -#!python3 +#!/usr/bin/python import gobject import dbus -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
