From b36d24d98eeea013864603635c657e66a247d42a0bed2cbc18dd61284b6e1ab0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 24 Mar 2021 16:41:24 +0000 Subject: [PATCH] Accepting request 881011 from GNOME:Next GNOME 40 - here we come OBS-URL: https://build.opensuse.org/request/show/881011 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=198 --- at-spi2-core-2.38.0.tar.xz | 3 --- at-spi2-core-2.40.0.tar.xz | 3 +++ at-spi2-core.changes | 40 ++++++++++++++++++++++++++++++++++++++ at-spi2-core.spec | 12 ++++++------ 4 files changed, 49 insertions(+), 9 deletions(-) delete mode 100644 at-spi2-core-2.38.0.tar.xz create mode 100644 at-spi2-core-2.40.0.tar.xz diff --git a/at-spi2-core-2.38.0.tar.xz b/at-spi2-core-2.38.0.tar.xz deleted file mode 100644 index 51cb545..0000000 --- a/at-spi2-core-2.38.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84e36c3fe66862133f5fe229772b76aa2526e10de5014a3778f2fa46ce550da5 -size 190540 diff --git a/at-spi2-core-2.40.0.tar.xz b/at-spi2-core-2.40.0.tar.xz new file mode 100644 index 0000000..96081c3 --- /dev/null +++ b/at-spi2-core-2.40.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4196a7d30a0051e52a67b8ce4283fe79ae5e4e14a725719934565adf1d333429 +size 197080 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 4f480e2..fa24197 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Sat Mar 20 08:32:43 UTC 2021 - Michael Gorse + +- Update to version 2.40.0: + + No changes. + +------------------------------------------------------------------- +Thu Mar 18 14:37:30 UTC 2021 - Dominique Leuenberger + +- 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 + +- 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 + +- 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 + +- 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 diff --git a/at-spi2-core.spec b/at-spi2-core.spec index be77be8..acef2cf 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -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)