forked from pool/at-spi2-core
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
This commit is contained in:
parent
d3a440dde7
commit
a597781138
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97417b909dbbf000e7b21062a13b2f1fd52a336f5a53925bb26d27b65ace6c54
|
||||
size 188540
|
3
at-spi2-core-2.38.0.tar.xz
Normal file
3
at-spi2-core-2.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84e36c3fe66862133f5fe229772b76aa2526e10de5014a3778f2fa46ce550da5
|
||||
size 190540
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user