Accepting request 736491 from GNOME:Factory
Scripted push from {project} OBS-URL: https://build.opensuse.org/request/show/736491 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at-spi2-core?expand=0&rev=84
This commit is contained in:
commit
3d2b446369
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c2aa937ebfaca2c86569bce9b16a34fbe20d69ef0c58846313b1c42f53b0d53
|
||||
size 188952
|
3
at-spi2-core-2.34.0.tar.xz
Normal file
3
at-spi2-core-2.34.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d629cdbd674e539f8912028512af583990938c7b49e25184c126b00121ef11c6
|
||||
size 186736
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 15:08:37 CDT 2019 - mgorse@suse.com
|
||||
|
||||
- Update to version 2.34.0:
|
||||
+ Fix a use after free when freeing an event.
|
||||
+ Clean up handling of the X11 property specifying the bus
|
||||
address.
|
||||
+ Update doap.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 18:10:18 CDT 2019 - mgorse@suse.com
|
||||
|
||||
- Update to version 2.33.92:
|
||||
+ Now requires meson 0.50.0.
|
||||
+ License is now LGPL-2.1+.
|
||||
+ Meson: only link to libdl when it is necessary.
|
||||
+ Update installation instructions.
|
||||
+ Clarify atspi_editable_text_insert_text documentation.
|
||||
+ Do not warn on no reply from pending get_items call.
|
||||
+ Eliminate some superfluous runtime warnings.
|
||||
- Require meson >= 0.50.0.
|
||||
- Set license to LGPL-2.1-or-later.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 09:27:56 CDT 2019 - mgorse@suse.com
|
||||
|
||||
- Update to version 2.33.90:
|
||||
+ Refactor the API for the screen reader to notify listeners
|
||||
of its status.
|
||||
+ Add a sender to the AtspiEvent struct.
|
||||
+ Add missing atspi_application_get_type prototype.
|
||||
+ Support mutter remote desktop interface for synthesizing
|
||||
keyboard/mouse events (likely still needs work).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 22:35:55 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.33.2:
|
||||
+ Check WAYLAND_DISPLAY, rather than XDG_SESSION_TYPE, to avoid X
|
||||
connections. Fixes breakage if X is started with startx and
|
||||
XDG_SESSION_TYPE is unset.
|
||||
+ X11: also try mod4 and mod5 to generate keysyms.
|
||||
+ Add ATSPI_ROLE_CONTENT_DELETION and
|
||||
ATSPI_ROLE_CONTENT_INSERTION.
|
||||
+ Check for dbus-daemon in /usr/lib (for Solaris).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 10 08:33:28 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -17,17 +17,17 @@
|
||||
|
||||
|
||||
Name: at-spi2-core
|
||||
Version: 2.32.1
|
||||
Version: 2.34.0
|
||||
Release: 0
|
||||
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
||||
License: GPL-2.0-or-later
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://www.gnome.org/
|
||||
Source0: https://download.gnome.org/sources/at-spi2-core/2.32/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/at-spi2-core/2.34/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
BuildRequires: meson >= 0.50.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.0
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.28
|
||||
|
Loading…
x
Reference in New Issue
Block a user