SHA256
1
0
forked from pool/at-spi2-core

Accepting request 881177 from GNOME:Factory

GNOME 40 - here we come (forwarded request 881011 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/881177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at-spi2-core?expand=0&rev=89
This commit is contained in:
Dominique Leuenberger 2021-04-12 10:35:56 +00:00 committed by Git OBS Bridge
commit dd9512843e
4 changed files with 49 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84e36c3fe66862133f5fe229772b76aa2526e10de5014a3778f2fa46ce550da5
size 190540

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4196a7d30a0051e52a67b8ce4283fe79ae5e4e14a725719934565adf1d333429
size 197080

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Sat Mar 20 08:32:43 UTC 2021 - Michael Gorse <mgorse@suse.com>
- Update to version 2.40.0:
+ No changes.
-------------------------------------------------------------------
Thu Mar 18 14:37:30 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.39.91:
+ Fix a couple of memory leaks.
+ Remove const from AtspiDeviceListenerCB prototype.
-------------------------------------------------------------------
Tue Feb 23 08:30:12 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.39.90.1:
+ Fix a crash introduced in 2.39.90, along with a few warnings.
-------------------------------------------------------------------
Wed Feb 17 10:13:55 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.39.90:
+ Fix build with X11 disabled.
+ Various fixes for the new device API used for key monitoring
and grabbing.
+ Fixed several memory leaks.
-------------------------------------------------------------------
Sun Jan 17 09:45:24 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.39.1:
+ Don't use gdbus-broker if not running under systemd.
+ Unref bus at the end of cleanup.
+ Fix XML interfaces.
+ Use unix sockets instead of abstract sockets.
+ Added a device API to replace the old API for capturing key
grabs. This is needed for toolkits that do not report
keystrokes to atk, such as gtk 4.
-------------------------------------------------------------------
Tue Sep 22 02:38:00 UTC 2020 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package at-spi2-core
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,21 +17,21 @@
Name: at-spi2-core
Version: 2.38.0
Version: 2.40.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.38/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/at-spi2-core/2.40/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: gtk-doc
BuildRequires: meson >= 0.46.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(dbus-1) >= 1.0
BuildRequires: pkgconfig(gio-2.0) >= 2.28
BuildRequires: pkgconfig(glib-2.0) >= 2.36.0
BuildRequires: pkgconfig(dbus-1) >= 1.5
BuildRequires: pkgconfig(gio-2.0) >= 2.28.0
BuildRequires: pkgconfig(glib-2.0) >= 2.62.0
BuildRequires: pkgconfig(gobject-2.0) >= 2.0.0
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(x11)