forked from pool/at-spi2-core
Compare commits
19 Commits
Author | SHA256 | Date | |
---|---|---|---|
417ebee96b | |||
891c39e78d | |||
58d2d14a5c | |||
e06a0e947c | |||
d140cb4df6 | |||
6acf999148 | |||
d6d6a0626f | |||
beb17d5179 | |||
aecf00c055 | |||
f615b5d34e | |||
13a6c95077 | |||
6f633ef115 | |||
ee8190df6e | |||
b0a04dc901 | |||
1a4d80cc99 | |||
15f47ba8fa | |||
1e6c053028 | |||
7ff039103d | |||
1462a66362 |
18
_service
Normal file
18
_service
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/at-spi2-core.git</param>
|
||||
<param name="revision">2.56.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ac3fc8320c8d01fa147c272ba7fa03806389c6b03d3c406d0823e30e35ff5ab
|
||||
size 574684
|
3
at-spi2-core-2.56.4.obscpio
Normal file
3
at-spi2-core-2.56.4.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45248d2c00eb8efd7750593058b10c0f86297ec71863d74907ca1a5745350896
|
||||
size 4829196
|
@@ -1,3 +1,106 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 2 12:13:28 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.56.4:
|
||||
+ Fix key grabs when num lock or caps lock are on under Wayland.
|
||||
+ atk-bridge: Don't crash when requesting a plug if not
|
||||
activated.
|
||||
+ Add sanity checks for child indices received via DBus.
|
||||
- Drop patches fixed upstream:
|
||||
+ at-spi2-core-grab-memory-leak.patch
|
||||
+ at-spi2-core-key-grabs.patch
|
||||
+ at-spi2-core-plug-crash.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 19:40:13 UTC 2025 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Add upstream fixes:
|
||||
+ at-spi2-core-grab-memory-leak.patch
|
||||
+ at-spi2-core-key-grabs.patch (glgo#GNOME/at-spi2-core!193)
|
||||
+ at-spi2-core-plug-crash.patch (glgo#GNOME/at-spi2-core#198)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 29 07:12:03 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.56.3:
|
||||
+ DeviceEventController: update mouse coordinates before sending
|
||||
button events
|
||||
+ atspi-device-legacy: Don't crash when XkbGetMap fails
|
||||
+ Return localized role name for ATSPI_ROLE_EDITBAR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 16:08:51 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.56.2:
|
||||
+ Fix the build with glib < 2.76.
|
||||
+ a11y-manager-device: Fix unmap_keysym_modifier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 29 08:43:24 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.56.1:
|
||||
+ device-a11y-manager:
|
||||
- Fix crash on dispose
|
||||
- Check properly for the DBus backend presence
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 16 08:48:00 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.56.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:50:56 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.55.90 (Unstable):
|
||||
+ Support grabbing keyboard shortcuts through the new
|
||||
org.freedesktop.a11y.KeyboardMonitor interface. This allows key
|
||||
grabs to be supported under Wayland with the latest mutter.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 09:36:56 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.55.2 (Unstable):
|
||||
+ Attempt to fix a use after free in the atk bridge.
|
||||
+ Add a switch role.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 17:36:54 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.55.0.1 (Unstable):
|
||||
+ Fix regression in 2.55.0 where ungrabbing keys did not work
|
||||
reliably.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 11 09:41:46 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.55.0 (Unstable):
|
||||
+ Improve warnings when setting a property.
|
||||
+ Use the appropriate annotations for callbacks.
|
||||
+ device: Support adding grabs given a keysym.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 11 09:33:42 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.54.1:
|
||||
+ Fix various memory leaks.
|
||||
+ Fix the build on FreeBSD.
|
||||
- Switch to source service for tarball.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 12:25:10 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.54.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 16:56:36 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.53.90:
|
||||
+ Make ATSPI_ROLE_PUSH_BUTTON an enum value again.
|
||||
+ atk: Align button role with AT-SPI one.
|
||||
+ Fix warning when atspi_event_quit is called multiple times.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 17 09:22:49 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
4
at-spi2-core.obsinfo
Normal file
4
at-spi2-core.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: at-spi2-core
|
||||
version: 2.56.4
|
||||
mtime: 1754089681
|
||||
commit: 7f111fc91751b49bd7fec885035024b401253adb
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package at-spi2-core
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -23,13 +23,13 @@
|
||||
%define atspiconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}
|
||||
|
||||
Name: at-spi2-core
|
||||
Version: 2.52.0
|
||||
Version: 2.56.4
|
||||
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.52/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: fdupes
|
||||
|
Reference in New Issue
Block a user