From 24f94237d842fa82c80fc99880c36f943e545d7f7701f5459ade8dc9e1e96069 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Mar 2023 12:48:36 +0000 Subject: [PATCH] Accepting request 1072945 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/1072945 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=220 --- at-spi2-core-2.46.0.tar.xz | 3 --- at-spi2-core-2.48.0.tar.xz | 3 +++ at-spi2-core.changes | 37 +++++++++++++++++++++++++++++++++++++ at-spi2-core.spec | 19 ++++++++++--------- 4 files changed, 50 insertions(+), 12 deletions(-) delete mode 100644 at-spi2-core-2.46.0.tar.xz create mode 100644 at-spi2-core-2.48.0.tar.xz diff --git a/at-spi2-core-2.46.0.tar.xz b/at-spi2-core-2.46.0.tar.xz deleted file mode 100644 index 852fe32..0000000 --- a/at-spi2-core-2.46.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa0c86c79f7a8d67bae49a5b7a5ab08430c608cffe6e33bf47a72f41ab03c3d0 -size 540600 diff --git a/at-spi2-core-2.48.0.tar.xz b/at-spi2-core-2.48.0.tar.xz new file mode 100644 index 0000000..f3f7d6f --- /dev/null +++ b/at-spi2-core-2.48.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905a5b6f1790b68ee803bffa9f5fab4ceb591fb4fae0b2f8c612c54f1d4e8a30 +size 554000 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index c647ea1..5576e26 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sun Mar 19 16:12:09 UTC 2023 - Bjørn Lie + +- Update to version 2.48.0: + + Add a "atk-only" build option. This allows atk to be built + without libdbus installed, but it does not build libatspi or + the atk bridge. + + Fix some typos in the documentation. + +------------------------------------------------------------------- +Mon Mar 6 18:21:13 UTC 2023 - Bjørn Lie + +- Update to version 2.47.90: + + Downgrade meson requirement to 0.63. + + at-spi-dbus-bus service: set stop timeout to 5s. + + Fix possible crash in screen_reader_signal_watcher. + +------------------------------------------------------------------- +Thu Feb 23 11:41:59 UTC 2023 - Dominique Leuenberger + +- Update to version 2.47.1: + + The meson options -Dx11 and -Dintrospection are now implemented + with meson features. + + Use gi-docgen to generate documentation. + + Register key grabs using the focused window, rather than the + root window. This should prevent the window from losing focus + when a key grab is used. + + atk-adaptor: Handle sockets in GetChildren. + + Improve documentation of the dbus interfaces. + + Various code clean-ups. Some unused code has been removed. +- Change -Dx11=yes and -Dintrospection=yes to -Dx11=enabled and + -Dintrospection=enabled, following upstreams changes to use meson + features. +- Add pkgconfig(gi-docgen) and python3-Sphinx BuildRequires: new + dependencies to build the documentation. +- Drop gtk-doc BuildRequires: no longer needed. + ------------------------------------------------------------------- Fri Oct 28 13:17:53 UTC 2022 - Frederic Crozat diff --git a/at-spi2-core.spec b/at-spi2-core.spec index fe95811..519d94d 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,7 +1,7 @@ # # spec file for package at-spi2-core # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,21 @@ Name: at-spi2-core -Version: 2.46.0 +Version: 2.48.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.46/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/at-spi2-core/2.48/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: fdupes -BuildRequires: gtk-doc -BuildRequires: meson >= 0.46.0 +BuildRequires: meson >= 0.63.0 BuildRequires: pkgconfig +BuildRequires: python3-Sphinx BuildRequires: pkgconfig(dbus-1) >= 1.5 +BuildRequires: pkgconfig(gi-docgen) BuildRequires: pkgconfig(gio-2.0) >= 2.28.0 BuildRequires: pkgconfig(glib-2.0) >= 2.62.0 BuildRequires: pkgconfig(gobject-2.0) >= 2.0.0 @@ -132,8 +133,8 @@ The package contains a ATK/D-Bus bridge library. -Ddbus_broker=/usr/bin/dbus-broker-launch \ -Ddefault_bus=dbus-broker \ -Ddocs=true \ - -Dintrospection=yes \ - -Dx11=yes \ + -Dintrospection=enabled \ + -Dx11=enabled \ %{nil} %meson_build @@ -197,8 +198,8 @@ mv %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/* %{buildroot}%{_distconfdi %{_libdir}/pkgconfig/atk-bridge-2.0.pc %{_libdir}/pkgconfig/atk.pc %{_datadir}/gir-1.0/*.gir -%doc %{_datadir}/gtk-doc/html/libatspi/ -%doc %{_datadir}/gtk-doc/html/atk/ +%doc %{_datadir}/doc/atk/ +%doc %{_datadir}/doc/libatspi/ %files lang -f at-spi2-core.lang