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

Accepting request 847169 from GNOME:Factory

Push GNOME 3.38

OBS-URL: https://build.opensuse.org/request/show/847169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at-spi2-core?expand=0&rev=88
This commit is contained in:
Dominique Leuenberger 2020-11-19 10:54:06 +00:00 committed by Git OBS Bridge
commit 60f40020f7
4 changed files with 48 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97417b909dbbf000e7b21062a13b2f1fd52a336f5a53925bb26d27b65ace6c54
size 188540

View File

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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Sep 22 02:38:00 UTC 2020 - dimstar@opensuse.org
- Update to version 2.38.0:
+ Updated translations.
-------------------------------------------------------------------
Tue Sep 22 02:37:52 UTC 2020 - dimstar@opensuse.org
- Update to version 2.37.92:
+ Fix a possible memory leak if an event name cannot be parsed.
+ _atspi_dbus_set_interfaces: fix memory leak when called with an
invalid DBus signature.
+ Fix a crash if an event listener is removed during an event
callback.
-------------------------------------------------------------------
Tue Sep 22 02:37:50 UTC 2020 - dimstar@opensuse.org
- Update to version 2.37.90:
+ Add a mode-changed signal to allow a screen reader to indicate
that its mode has changed.
+ Fix use after free when a device listener is destroyed.
+ Meson: de-duplicate deps of 'Requires' in pkgconfig file.
+ FIx use after free when an event listener is destroyed.
+ Make at-spi-dbus-bus.desktop validate.
+ atspi_accessible_set_cache_mask: relax assert that was
generating a warning and causing the function to fail in some
cases.
+ Fixes for synthesizing keys.
+ Fix Qt annotations in DBus xml files.
+ Memory test: replace gedit with a light-weight test
application.
+ dbtest: print to stdout instead of stderr.
+ Tests: make test a bit verbose.
+ Constants: fix typos in two _COUNT constants.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 12 20:36:30 UTC 2020 - Matthias Eliasson <elimat@opensuse.org> Sat Sep 12 20:36:30 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>

View File

@ -17,15 +17,17 @@
Name: at-spi2-core Name: at-spi2-core
Version: 2.36.1 Version: 2.38.0
Release: 0 Release: 0
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: System/GUI/GNOME
URL: https://www.gnome.org/ URL: https://www.gnome.org/
Source0: https://download.gnome.org/sources/at-spi2-core/2.36/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/at-spi2-core/2.38/%{name}-%{version}.tar.xz
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: gtk-doc BuildRequires: gtk-doc
BuildRequires: meson >= 0.40.1 BuildRequires: meson >= 0.46.0
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: pkgconfig(dbus-1) >= 1.0 BuildRequires: pkgconfig(dbus-1) >= 1.0
BuildRequires: pkgconfig(gio-2.0) >= 2.28 BuildRequires: pkgconfig(gio-2.0) >= 2.28
@ -49,6 +51,7 @@ with applications running on the desktop.
%package -n libatspi0 %package -n libatspi0
Summary: Assistive Technology Service Provider Interface Summary: Assistive Technology Service Provider Interface
Group: System/Libraries
%description -n libatspi0 %description -n libatspi0
AT-SPI is a general interface for applications to make use of the AT-SPI is a general interface for applications to make use of the
@ -56,6 +59,7 @@ accessibility toolkit. This version is based on dbus.
%package -n typelib-1_0-Atspi-2_0 %package -n typelib-1_0-Atspi-2_0
Summary: Introspection bindings for the Assistive Technology Service Provider Interface Summary: Introspection bindings for the Assistive Technology Service Provider Interface
Group: System/Libraries
%description -n typelib-1_0-Atspi-2_0 %description -n typelib-1_0-Atspi-2_0
AT-SPI is a general interface for applications to make use of the AT-SPI is a general interface for applications to make use of the
@ -66,6 +70,7 @@ libatspi library.
%package devel %package devel
Summary: Development files for the Assistive Technology Service Provider Interface Summary: Development files for the Assistive Technology Service Provider Interface
Group: Development/Libraries/GNOME
Requires: at-spi2-core = %{version} Requires: at-spi2-core = %{version}
Requires: libatspi0 = %{version} Requires: libatspi0 = %{version}
Requires: typelib-1_0-Atspi-2_0 = %{version} Requires: typelib-1_0-Atspi-2_0 = %{version}