Hello community, here is the log from the commit of package python-atspi for openSUSE:Factory checked in at 2017-09-13 21:54:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-atspi (Old) and /work/SRC/openSUSE:Factory/.python-atspi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-atspi" Wed Sep 13 21:54:12 2017 rev:57 rq:523654 version:2.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-atspi/python-atspi.changes 2017-06-19 13:22:33.539468377 +0200 +++ /work/SRC/openSUSE:Factory/.python-atspi.new/python-atspi.changes 2017-09-13 21:54:13.604506248 +0200 @@ -1,0 +2,20 @@ +Tue Sep 12 00:51:15 UTC 2017 - [email protected] + +- Update to version 2.26.0: + + Single commit. + +------------------------------------------------------------------- +Tue Jun 20 12:27:09 UTC 2017 - [email protected] + +- Update to version 2.25.3: + + Add error-message, error-for, details, and details-for relation + types. + +------------------------------------------------------------------- +Tue May 23 11:56:53 UTC 2017 - [email protected] + +- Update to version 2.25.2: + + Add some missing roles to correspond with atk (description + list, description term, description value, and footnote). + +------------------------------------------------------------------- Old: ---- pyatspi-2.24.0.tar.xz New: ---- pyatspi-2.26.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-atspi.spec ++++++ --- /var/tmp/diff_new_pack.VsJiyU/_old 2017-09-13 21:54:14.080439286 +0200 +++ /var/tmp/diff_new_pack.VsJiyU/_new 2017-09-13 21:54:14.084438723 +0200 @@ -19,20 +19,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-atspi %define _name pyatspi -Version: 2.24.0 +Version: 2.26.0 Release: 0 Summary: Assistive Technology Service Provider Interface - Python bindings License: LGPL-2.0 Group: Development/Libraries/Python Url: http://www.gnome.org/ -Source0: http://download.gnome.org/sources/pyatspi/2.24/%{_name}-%{version}.tar.xz -BuildRequires: fdupes -BuildRequires: python-rpm-macros -BuildRequires: python3-2to3 +Source0: http://download.gnome.org/sources/pyatspi/2.26/%{_name}-%{version}.tar.xz BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module gobject >= 2.90.1} BuildRequires: %{python_module gobject-devel >= 2.90.1} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildRequires: python3-2to3 # Needed to have typelib() Requires. BuildRequires: gobject-introspection Requires: python-gobject >= 2.90.1 @@ -48,8 +48,8 @@ # Virtual package, so that apps can depend on it, without having to know which # at-spi stack is used. Only the default at-spi stack should define it. %ifpython2 -Provides: pyatspi Provides: py2atspi +Provides: pyatspi %endif %ifpython3 Provides: py3atspi ++++++ pyatspi-2.24.0.tar.xz -> pyatspi-2.26.0.tar.xz ++++++ ++++ 21897 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/pyatspi-2.24.0/NEWS new/pyatspi-2.26.0/NEWS --- old/pyatspi-2.24.0/NEWS 2017-03-20 23:52:27.000000000 +0100 +++ new/pyatspi-2.26.0/NEWS 2017-06-23 02:44:28.000000000 +0200 @@ -1,3 +1,12 @@ +What's new in pyatspi 2.25.3: + +* Add error-message, error-for, details, and details-for relation types + +What's new in pyatspi 2.25.2: + +* Add some missing roles to correspond with atk (description list, + description term, description value, and footnote). + What's new in pyatspi 2.24.0: * Fix an invalid escape sequence. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/pyatspi-2.24.0/config/compile new/pyatspi-2.26.0/config/compile --- old/pyatspi-2.24.0/config/compile 2017-03-20 23:53:10.000000000 +0100 +++ new/pyatspi-2.26.0/config/compile 2017-09-11 22:13:53.000000000 +0200 @@ -1,9 +1,9 @@ #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2012-10-14.11; # UTC +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # Written by Tom Tromey <[email protected]>. # # This program is free software; you can redistribute it and/or modify @@ -255,7 +255,8 @@ echo "compile $scriptversion" exit $? ;; - cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ + icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac @@ -342,6 +343,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/pyatspi-2.24.0/config/missing new/pyatspi-2.26.0/config/missing --- old/pyatspi-2.24.0/config/missing 2017-03-20 23:53:10.000000000 +0100 +++ new/pyatspi-2.26.0/config/missing 2017-09-11 22:13:53.000000000 +0200 @@ -1,9 +1,9 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2013-10-28.13; # UTC +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <[email protected]>, 1996. # This program is free software; you can redistribute it and/or modify @@ -210,6 +210,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/pyatspi-2.24.0/config/py-compile new/pyatspi-2.26.0/config/py-compile --- old/pyatspi-2.24.0/config/py-compile 2017-03-20 23:53:10.000000000 +0100 +++ new/pyatspi-2.26.0/config/py-compile 2017-09-11 22:13:53.000000000 +0200 @@ -1,9 +1,9 @@ #!/bin/sh # py-compile - Compile a Python program -scriptversion=2011-06-08.12; # UTC +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 2000-2014 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -165,6 +165,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/pyatspi-2.24.0/config/test-driver new/pyatspi-2.26.0/config/test-driver --- old/pyatspi-2.24.0/config/test-driver 2017-03-20 23:53:10.000000000 +0100 +++ new/pyatspi-2.26.0/config/test-driver 2017-09-11 22:13:53.000000000 +0200 @@ -1,9 +1,9 @@ #! /bin/sh # test-driver - basic testsuite driver script. -scriptversion=2013-07-13.22; # UTC +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 2011-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -148,6 +148,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/pyatspi-2.24.0/config.h.in new/pyatspi-2.26.0/config.h.in --- old/pyatspi-2.24.0/config.h.in 2017-03-20 23:53:09.000000000 +0100 +++ new/pyatspi-2.26.0/config.h.in 2017-09-11 22:13:53.000000000 +0200 @@ -30,8 +30,7 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Name of package */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/pyatspi-2.24.0/configure.ac new/pyatspi-2.26.0/configure.ac --- old/pyatspi-2.24.0/configure.ac 2017-03-20 23:52:41.000000000 +0100 +++ new/pyatspi-2.26.0/configure.ac 2017-09-11 22:12:55.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([pyatspi], [2.24.0], [[email protected]]) +AC_INIT([pyatspi], [2.26.0], [[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' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/pyatspi-2.24.0/pyatspi/Accessibility.py new/pyatspi-2.26.0/pyatspi/Accessibility.py --- old/pyatspi-2.24.0/pyatspi/Accessibility.py 2015-07-28 23:35:26.000000000 +0200 +++ new/pyatspi-2.26.0/pyatspi/Accessibility.py 2017-05-31 18:04:10.000000000 +0200 @@ -211,6 +211,10 @@ RELATION_PARENT_WINDOW_OF = Atspi.RelationType.PARENT_WINDOW_OF RELATION_DESCRIPTION_FOR = Atspi.RelationType.DESCRIPTION_FOR RELATION_DESCRIBED_BY = Atspi.RelationType.DESCRIBED_BY +RELATION_DETAILS = Atspi.RelationType.DETAILS +RELATION_DETAILS_FOR = Atspi.RelationType.DETAILS_FOR +RELATION_ERROR_MESSAGE = Atspi.RelationType.ERROR_MESSAGE +RELATION_ERROR_FOR = Atspi.RelationType.ERROR_FOR # Build a dictionary mapping relation values to names based on the prefix of the enum constants. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/pyatspi-2.24.0/pyatspi/role.py new/pyatspi-2.26.0/pyatspi/role.py --- old/pyatspi-2.24.0/pyatspi/role.py 2017-01-02 00:11:30.000000000 +0100 +++ new/pyatspi-2.26.0/pyatspi/role.py 2017-05-31 18:04:10.000000000 +0200 @@ -139,7 +139,11 @@ 118:'ROLE_MATH_ROOT', 119:'ROLE_SUBSCRIPT', 120:'ROLE_SUPERSCRIPT', - 121:'ROLE_LAST_DEFINED', + 121:'ROLE_DESCRIPTION_LIST', + 122:'ROLE_DESCRIPTION_TERM', + 123:'ROLE_DESCRIPTION_VALUE', + 124:'ROLE_FOOTNOTE', + 125:'ROLE_LAST_DEFINED', } ROLE_ACCELERATOR_LABEL = Role(1) @@ -163,6 +167,9 @@ ROLE_COMMENT = Role(97) ROLE_DATE_EDITOR = Role(12) ROLE_DEFINITION = Role(108) +ROLE_DESCRIPTION_LIST = Role(121) +ROLE_DESCRIPTION_TERM = Role(122) +ROLE_DESCRIPTION_VALUE = Role(123) ROLE_DESKTOP_FRAME = Role(14) ROLE_DESKTOP_ICON = Role(13) ROLE_DIAL = Role(15) @@ -184,6 +191,7 @@ ROLE_FOCUS_TRAVERSABLE = Role(21) ROLE_FONT_CHOOSER = Role(22) ROLE_FOOTER = Role(72) +ROLE_FOOTNOTE = Role(124) ROLE_FORM = Role(87) ROLE_FRAME = Role(23) ROLE_GLASS_PANE = Role(24) @@ -200,7 +208,7 @@ ROLE_INVALID = Role(0) ROLE_LABEL = Role(29) ROLE_LANDMARK = Role(110) -ROLE_LAST_DEFINED = Role(121) +ROLE_LAST_DEFINED = Role(125) ROLE_LAYERED_PANE = Role(30) ROLE_LEVEL_BAR = Role(103) ROLE_LINK = Role(88)
