Sync from SUSE:SLFO:Main at-spi2-core revision c9805da07676affe3abfc39d6c0ca07d
This commit is contained in:
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.0</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>
|
BIN
at-spi2-core-2.54.0.tar.xz
(Stored with Git LFS)
BIN
at-spi2-core-2.54.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
at-spi2-core-2.56.0.obscpio
(Stored with Git LFS)
Normal file
BIN
at-spi2-core-2.56.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
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.0
|
||||
mtime: 1742076291
|
||||
commit: 019d1a4013216d7d01040cf4eb3b8647bffc0dc9
|
@@ -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.54.0
|
||||
Version: 2.56.0
|
||||
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.54/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: fdupes
|
||||
|
Reference in New Issue
Block a user