forked from pool/at-spi2-core
Accepting request 105072 from GNOME:Factory
Pushing most G:F bits OBS-URL: https://build.opensuse.org/request/show/105072 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at-spi2-core?expand=0&rev=31
This commit is contained in:
commit
189a46380b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:77a9f4679eb3093bd65f56a57d05254d15dc2533cee1c6adaf0520e0a5594908
|
|
||||||
size 444540
|
|
3
at-spi2-core-2.3.5.tar.xz
Normal file
3
at-spi2-core-2.3.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d67eae2c912728b4a06c83f7a36705a6258180d46a2418d93aa4d7aa8670190
|
||||||
|
size 444800
|
@ -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
|
Mon Jan 16 13:24:16 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -15,9 +15,8 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: at-spi2-core
|
Name: at-spi2-core
|
||||||
Version: 2.3.4
|
Version: 2.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -30,8 +29,6 @@ BuildRequires: gobject-introspection-devel
|
|||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xorg-x11-devel
|
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)
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
# dbus-daemon is needed to have this work fine
|
# dbus-daemon is needed to have this work fine
|
||||||
Requires: dbus-1
|
Requires: dbus-1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user