Accepting request 1109792 from GNOME:Next
Pushing GNOME 45.rc packages OBS-URL: https://build.opensuse.org/request/show/1109792 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=232
This commit is contained in:
parent
d619954f25
commit
969ee9814a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29ecb12992e8339675f5d755c8735ea3ea298379cfa2c93fde96bee5dc57a515
|
||||
size 554916
|
3
at-spi2-core-2.49.91.tar.xz
Normal file
3
at-spi2-core-2.49.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa72bbb12188ee3d0152cc6ea935415e6dc623ffa751b6a7cc23e9025f0410fd
|
||||
size 563496
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 18:22:58 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
- Update to version 2.49.91:
|
||||
+ collection: Avoid locking up if an object has a very large
|
||||
child count.
|
||||
+ Fix possible NULL pointer dereference when deregistering an
|
||||
event listener.
|
||||
+ Various fixes for the new key grabbing API.
|
||||
+ Don't wait for a reply when registering or deregistering
|
||||
keystroke listeners.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 18:21:58 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.49.90:
|
||||
+ Fix a test failure/timeout.
|
||||
+ Add atspi_get_version() to return the runtime version of the
|
||||
library.
|
||||
+ Collection: fix match testing for attributes.
|
||||
+ Fix a NULL pointer dereference when deregistering an event
|
||||
listener that doesn't include a detail.
|
||||
+ Fix the documentation for interfaces in collection match rules.
|
||||
+ Add an AtspiLive enum to specify the politeness level for live
|
||||
regions, and document that this should be used for Announcement
|
||||
signals. Also add a notification signal in atk to replace the
|
||||
announcement signal that lacks the politeness information.
|
||||
+ Add an asynchronous version of atspi_generate_mouse_event.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 18:20:58 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
@ -17,6 +46,16 @@ Thu Aug 3 02:46:25 UTC 2023 - Yifan Jiang <yfjiang@suse.com>
|
||||
- Support build environments like SLE 15 SP5 and Leap 15.5 which
|
||||
had %{_distconfdir) not defined yet.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 10:10:28 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.49.1:
|
||||
+ TableCell.xml: Add Get{Column,Row}HeaderCells methods.
|
||||
+ atspi_accessible_get_localized_role_name: Use internal names
|
||||
when possible.
|
||||
+ Add a non-recursive function to clear a single object's cache.
|
||||
+ Code clean-ups.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 28 09:12:49 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -16,16 +16,20 @@
|
||||
#
|
||||
|
||||
|
||||
# TODO: Double check whether we really need bundled fonts such as:
|
||||
# /usr/share/doc/libatspi/RedHatText-Regular.woff2
|
||||
# /usr/share/doc/libatspi/SourceCodePro-It.ttf.woff
|
||||
#
|
||||
%define atspiconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}
|
||||
|
||||
Name: at-spi2-core
|
||||
Version: 2.48.4
|
||||
Version: 2.49.91
|
||||
Release: 0
|
||||
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
||||
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.48/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/at-spi2-core/2.49/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: fdupes
|
||||
|
Loading…
x
Reference in New Issue
Block a user