From 401324a5b7ec2f9de8d3c12d3f826ac32f3571b49937394598b5060203688432 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 31 May 2011 14:23:30 +0000 Subject: [PATCH] Accepting request 72065 from GNOME:STABLE:3.0 - Update to version 2.0.2: + bgo#648942: fixed a seg fault in at-spi-bus-launcher when ending a session. + Fixed a possible crash when an application is short-lived. + Fixed memory leaks in atspi_accessible_get_toolkit_(name|version). + AT-SPI will now call g_error if it is unable to find the accessibility bus. This results in aborting but with a somewhat less cryptic error than before. + Fix atspi_table_get_caption|summary. + Fix introspection for atspi_table_get_row_column_at_index. + Copy match rule attributes, rather than just ref counting the hash, for compatibility with pygi. + Rework atspi_accessible_set_cache_mask to make it usable. + Fix a crash that might happen if a method call times out. + Disable caching if atspi_event_main has not been called to run the main loop. + Fix atspi_accessible_get_toolkit_version. + Add atspi_accessible_get_atspi_version to fetch the version of the AT-SPI specification provided by an application. OBS-URL: https://build.opensuse.org/request/show/72065 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=43 --- at-spi2-core-2.0.1.tar.bz2 | 3 --- at-spi2-core-2.0.2.tar.bz2 | 3 +++ at-spi2-core.changes | 24 ++++++++++++++++++++++++ at-spi2-core.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 at-spi2-core-2.0.1.tar.bz2 create mode 100644 at-spi2-core-2.0.2.tar.bz2 diff --git a/at-spi2-core-2.0.1.tar.bz2 b/at-spi2-core-2.0.1.tar.bz2 deleted file mode 100644 index bb22ab2..0000000 --- a/at-spi2-core-2.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0880d816a554c0560e9f6aea786614e8ab439e17189d383a83ed7eebd9e328b -size 503446 diff --git a/at-spi2-core-2.0.2.tar.bz2 b/at-spi2-core-2.0.2.tar.bz2 new file mode 100644 index 0000000..aab1b3b --- /dev/null +++ b/at-spi2-core-2.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e13433d1923c96139c109568295313de636a83dbb3700c8467fcb9c5e4e6ce +size 503654 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index afacc4d..eb863ff 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon May 30 14:02:05 UTC 2011 - fcrozat@novell.com + +- Update to version 2.0.2: + + bgo#648942: fixed a seg fault in at-spi-bus-launcher when + ending a session. + + Fixed a possible crash when an application is short-lived. + + Fixed memory leaks in + atspi_accessible_get_toolkit_(name|version). + + AT-SPI will now call g_error if it is unable to find the + accessibility bus. This results in aborting but with a somewhat + less cryptic error than before. + + Fix atspi_table_get_caption|summary. + + Fix introspection for atspi_table_get_row_column_at_index. + + Copy match rule attributes, rather than just ref counting the + hash, for compatibility with pygi. + + Rework atspi_accessible_set_cache_mask to make it usable. + + Fix a crash that might happen if a method call times out. + + Disable caching if atspi_event_main has not been called to run + the main loop. + + Fix atspi_accessible_get_toolkit_version. + + Add atspi_accessible_get_atspi_version to fetch the version of + the AT-SPI specification provided by an application. + ------------------------------------------------------------------- Tue Apr 26 15:49:28 UTC 2011 - fcrozat@novell.com diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 4791f5c..03f0f83 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -18,7 +18,7 @@ Name: at-spi2-core -Version: 2.0.1 +Version: 2.0.2 Release: 1 Summary: Assistive Technology Service Provider Interface - D-Bus based implementation License: GPLv2+