Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
e17b25c07e |
18
_service
18
_service
@@ -1,18 +0,0 @@
|
||||
<?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.50.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
at-spi2-core-2.50.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
at-spi2-core-2.56.0.obscpio
(Stored with Git LFS)
BIN
at-spi2-core-2.56.0.obscpio
(Stored with Git LFS)
Binary file not shown.
@@ -1,109 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to version 2.52.0:
|
||||
+ tests: Fix missing declaration for getpid().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 16:25:21 UTC 2024 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Remove unused dependencies on libei and libxkbcommon-x11.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 07:46:27 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.51.91:
|
||||
+ Back out code to generate mouse events on mutter. It had a
|
||||
couple of unwanted side effects. Also remove dependencies on
|
||||
libei and xkbcommon.
|
||||
+ atk-adaptor: Fix collection role matching.
|
||||
+ Have atspi_text_get_string_at_offset fall back to calling
|
||||
GetTextAtOffset if GetStringAtOffset is unimplemented.
|
||||
+ Don't use g_assert in the unit tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 15:39:01 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.51.90:
|
||||
+ Add an attribute-changed signal in atk, and update libatspi
|
||||
attribute cache.
|
||||
+ Add GetTextSelection and SetTextSelection to Document
|
||||
interface.
|
||||
+ Add atspi_device_generate_mouse_event, and implement for
|
||||
mutter.
|
||||
+ Have atspi_device_add_key_grab return 0 if XIGrabKeycode fails.
|
||||
+ xml: Add Embedded to the Socket interface.
|
||||
+ Don't return uninitialized values if
|
||||
atspi_component_get_size/position fail.
|
||||
- Add pkgconfig(libei-1.0) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 07:32:52 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.51.0:
|
||||
+ atk-adaptor: Fix critical when no table cell array is returned.
|
||||
+ accessible: Do not rename deprecated methods to the new names.
|
||||
+ Add HelpText property and corresponding functions in atk and
|
||||
libatspi.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 14 08:48:57 UTC 2024 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
|
@@ -1,4 +0,0 @@
|
||||
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) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 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.56.0
|
||||
Version: 2.50.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: %{name}-%{version}.tar.zst
|
||||
Source0: https://download.gnome.org/sources/at-spi2-core/2.50/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: fdupes
|
||||
@@ -46,6 +46,7 @@ BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xi)
|
||||
BuildRequires: pkgconfig(xkbcommon-x11)
|
||||
BuildRequires: pkgconfig(xtst)
|
||||
# dbus-daemon is needed to have this work fine
|
||||
Requires: (dbus-1 or dbus-broker)
|
||||
|
Reference in New Issue
Block a user