From a597781138d183cbf79a488434790753a75661f2930c35675c9e57e87b106ba3 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 26 Oct 2020 08:10:05 +0000 Subject: [PATCH] Accepting request 842854 from GNOME:Next update to 3.38.1 - TW should be ready OBS-URL: https://build.opensuse.org/request/show/842854 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=196 --- at-spi2-core-2.36.1.tar.xz | 3 --- at-spi2-core-2.38.0.tar.xz | 3 +++ at-spi2-core.changes | 37 +++++++++++++++++++++++++++++++++++++ at-spi2-core.spec | 11 ++++++++--- 4 files changed, 48 insertions(+), 6 deletions(-) delete mode 100644 at-spi2-core-2.36.1.tar.xz create mode 100644 at-spi2-core-2.38.0.tar.xz diff --git a/at-spi2-core-2.36.1.tar.xz b/at-spi2-core-2.36.1.tar.xz deleted file mode 100644 index 39e804a..0000000 --- a/at-spi2-core-2.36.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97417b909dbbf000e7b21062a13b2f1fd52a336f5a53925bb26d27b65ace6c54 -size 188540 diff --git a/at-spi2-core-2.38.0.tar.xz b/at-spi2-core-2.38.0.tar.xz new file mode 100644 index 0000000..51cb545 --- /dev/null +++ b/at-spi2-core-2.38.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e36c3fe66862133f5fe229772b76aa2526e10de5014a3778f2fa46ce550da5 +size 190540 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index dadb61f..4f480e2 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -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 diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 1e8046b..be77be8 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -17,15 +17,17 @@ Name: at-spi2-core -Version: 2.36.1 +Version: 2.38.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.36/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/at-spi2-core/2.38/%{name}-%{version}.tar.xz Source99: baselibs.conf + BuildRequires: gtk-doc -BuildRequires: meson >= 0.40.1 +BuildRequires: meson >= 0.46.0 BuildRequires: pkgconfig BuildRequires: pkgconfig(dbus-1) >= 1.0 BuildRequires: pkgconfig(gio-2.0) >= 2.28 @@ -49,6 +51,7 @@ with applications running on the desktop. %package -n libatspi0 Summary: Assistive Technology Service Provider Interface +Group: System/Libraries %description -n libatspi0 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 Summary: Introspection bindings for the Assistive Technology Service Provider Interface +Group: System/Libraries %description -n typelib-1_0-Atspi-2_0 AT-SPI is a general interface for applications to make use of the @@ -66,6 +70,7 @@ libatspi library. %package devel Summary: Development files for the Assistive Technology Service Provider Interface +Group: Development/Libraries/GNOME Requires: at-spi2-core = %{version} Requires: libatspi0 = %{version} Requires: typelib-1_0-Atspi-2_0 = %{version}