diff --git a/pyatspi-0.1.8.tar.bz2 b/pyatspi-0.1.8.tar.bz2 deleted file mode 100644 index 9884f8f..0000000 --- a/pyatspi-0.1.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e984b0e587fb28813e92a3b3b08228b47b410f48d8474da05fbf8e327274d55a -size 306278 diff --git a/pyatspi-0.3.3.tar.bz2 b/pyatspi-0.3.3.tar.bz2 new file mode 100644 index 0000000..cceb3d9 --- /dev/null +++ b/pyatspi-0.3.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db357f6c017b6a66ada91cf564452bdf757cdf9d5a81a44a58b7223fdec44d1b +size 308203 diff --git a/python-atspi.changes b/python-atspi.changes index d25616a..ebe35fa 100644 --- a/python-atspi.changes +++ b/python-atspi.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Fri Jun 4 20:55:17 UTC 2010 - sshaw@decriptor.com + +- Update to version 0.3.3: + + Hyperlink fixes. + + When an object's parent is set to null, remove it from the + parent in the cache. + + Fix an issue where a state-changed handler can be called before + the cache received the signal and updated the state. + + Only range check for __getitem__, not getChildAtIndex. This is + pyatspi-corba's behavior and should improve performance in some + cases. + + Fix tracebacks when checking some event properties. + + Fix a traceback when simulating a defunct state for an object + that has gone away. + + Fix traceback when calling queryDocument.getAttributes(), + queryText().getCharacterExtents(), and + queryValue().setCurrentValue(). + + Fix handling of some ChildrenChanged signals sent by Firefox. +- Update to version 0.3.2: + + Remove double deletion of application from the desktop cache + handler. Was causing a mostly harmless exception when an + application shut down. + + Role changes now update the cache. + + Avoid throwing an exception in getState() if an object no + longer exists. This avoids potentially throwing an eception + where at-spi-corba may not. + + Do not use the cache if registry.start() has not been called; + allows simple scripts without a main loop to work better. +- Update to version 0.3.1.1: + + Install to $PYTHONDIR again, since we have no arch-specific + dependencies. + + Do not dispatch events while waiting for a reply from a method + call. +- Update to version 0.3.1: + + Fixed GetLink, GetColumnHeader, getAccessibleAtPoint, and + possibly others. + + Fix children-changed, property-change::accessible-parent, and + active-descendant-changed events. + + Update an accessible's StateSet when a StateChanged signal is + received. + + Properly fetch children of MANAGES_DESCENDANTS objects (ie, do + not use cache) + + The desktop's role is now set to ROLE_DESKTOP_FRAME. + + Use pyexecdir as a base rather than pythondir. + + Disable relocation by default. +- This fixes a crash in firefox when at-spi2 is used, see + bnc#611149. + ------------------------------------------------------------------- Thu Apr 8 01:41:45 CEST 2010 - vuntz@opensuse.org diff --git a/python-atspi.spec b/python-atspi.spec index 0231119..014573c 100644 --- a/python-atspi.spec +++ b/python-atspi.spec @@ -1,5 +1,5 @@ # -# spec file for package python-atspi (Version 0.1.8) +# spec file for package python-atspi (Version 0.3.3) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,8 +20,8 @@ Name: python-atspi %define _name pyatspi -Version: 0.1.8 -Release: 2 +Version: 0.3.3 +Release: 1 Summary: Assistive Technology Service Provider Interface - Python bindings License: LGPLv2.0 Group: Development/Libraries/Python