From c0d47e78ca467f5c6e34061e858fc71124d27b0e3d12fe081c0ba314ca62dfe2 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 8 Feb 2012 11:00:21 +0000 Subject: [PATCH] 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 --- at-spi2-core-2.3.4.tar.xz | 3 --- at-spi2-core-2.3.5.tar.xz | 3 +++ at-spi2-core.changes | 17 +++++++++++++++++ at-spi2-core.spec | 5 +---- 4 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 at-spi2-core-2.3.4.tar.xz create mode 100644 at-spi2-core-2.3.5.tar.xz diff --git a/at-spi2-core-2.3.4.tar.xz b/at-spi2-core-2.3.4.tar.xz deleted file mode 100644 index c77154e..0000000 --- a/at-spi2-core-2.3.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77a9f4679eb3093bd65f56a57d05254d15dc2533cee1c6adaf0520e0a5594908 -size 444540 diff --git a/at-spi2-core-2.3.5.tar.xz b/at-spi2-core-2.3.5.tar.xz new file mode 100644 index 0000000..8642972 --- /dev/null +++ b/at-spi2-core-2.3.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d67eae2c912728b4a06c83f7a36705a6258180d46a2418d93aa4d7aa8670190 +size 444800 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 8eac5d3..79fcaef 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -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 diff --git a/at-spi2-core.spec b/at-spi2-core.spec index fc47e55..9f5e589 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -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