Accepting request 102981 from home:vuntz:branches:GNOME:Factory

Update to 2.3.5

OBS-URL: https://build.opensuse.org/request/show/102981
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=67
This commit is contained in:
Vincent Untz 2012-02-08 11:00:21 +00:00 committed by Git OBS Bridge
parent ed2d7f0496
commit c0d47e78ca
4 changed files with 21 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77a9f4679eb3093bd65f56a57d05254d15dc2533cee1c6adaf0520e0a5594908
size 444540

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d67eae2c912728b4a06c83f7a36705a6258180d46a2418d93aa4d7aa8670190
size 444800

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 7 08:10:48 UTC 2012 - vuntz@opensuse.org
- Update to version 2.3.5:
+ Add some type checking on method replies; this should prevent
crashes if an application-side AT-SPI implementor returns
something unexpected.
+ Call g_settings_sync after updating toolkit-accessibility.
+ Add ScreenReaderEnabled D-Bus property as a proxy for the
GSettings key.
+ bgo#668334: Set correct end offset in
atspi_text_get_attributes.
+ bgo#669344: Don't use "restrict" as a variable name, since it
can be a keyword.
- Remove xz BuildRequires now that it comes for free in the build
system.
-------------------------------------------------------------------
Mon Jan 16 13:24:16 UTC 2012 - vuntz@opensuse.org

View File

@ -15,9 +15,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: at-spi2-core
Version: 2.3.4
Version: 2.3.5
Release: 0
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
License: GPL-2.0+
@ -30,8 +29,6 @@ BuildRequires: gobject-introspection-devel
BuildRequires: intltool
BuildRequires: update-desktop-files
BuildRequires: xorg-x11-devel
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRequires: pkgconfig(dbus-1)
# dbus-daemon is needed to have this work fine
Requires: dbus-1