From 969ee9814a70708cbb5861f14ee308111bdcf16c49701104c458f24ab34e3eff Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Tue, 12 Sep 2023 01:52:58 +0000 Subject: [PATCH 1/2] Accepting request 1109792 from GNOME:Next Pushing GNOME 45.rc packages OBS-URL: https://build.opensuse.org/request/show/1109792 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=232 --- at-spi2-core-2.48.4.tar.xz | 3 --- at-spi2-core-2.49.91.tar.xz | 3 +++ at-spi2-core.changes | 39 +++++++++++++++++++++++++++++++++++++ at-spi2-core.spec | 8 ++++++-- 4 files changed, 48 insertions(+), 5 deletions(-) delete mode 100644 at-spi2-core-2.48.4.tar.xz create mode 100644 at-spi2-core-2.49.91.tar.xz diff --git a/at-spi2-core-2.48.4.tar.xz b/at-spi2-core-2.48.4.tar.xz deleted file mode 100644 index cb1bff5..0000000 --- a/at-spi2-core-2.48.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29ecb12992e8339675f5d755c8735ea3ea298379cfa2c93fde96bee5dc57a515 -size 554916 diff --git a/at-spi2-core-2.49.91.tar.xz b/at-spi2-core-2.49.91.tar.xz new file mode 100644 index 0000000..3bf6e05 --- /dev/null +++ b/at-spi2-core-2.49.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa72bbb12188ee3d0152cc6ea935415e6dc623ffa751b6a7cc23e9025f0410fd +size 563496 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 37c6888..a5f711c 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Sep 4 18:22:58 UTC 2023 - Luciano Santos + +- Update to version 2.49.91: + + collection: Avoid locking up if an object has a very large + child count. + + Fix possible NULL pointer dereference when deregistering an + event listener. + + Various fixes for the new key grabbing API. + + Don't wait for a reply when registering or deregistering + keystroke listeners. + +------------------------------------------------------------------- +Mon Sep 4 18:21:58 UTC 2023 - Bjørn Lie + +- Update to version 2.49.90: + + Fix a test failure/timeout. + + Add atspi_get_version() to return the runtime version of the + library. + + Collection: fix match testing for attributes. + + Fix a NULL pointer dereference when deregistering an event + listener that doesn't include a detail. + + Fix the documentation for interfaces in collection match rules. + + Add an AtspiLive enum to specify the politeness level for live + regions, and document that this should be used for Announcement + signals. Also add a notification signal in atk to replace the + announcement signal that lacks the politeness information. + + Add an asynchronous version of atspi_generate_mouse_event. + ------------------------------------------------------------------- Mon Sep 4 18:20:58 UTC 2023 - Bjørn Lie @@ -17,6 +46,16 @@ Thu Aug 3 02:46:25 UTC 2023 - Yifan Jiang - Support build environments like SLE 15 SP5 and Leap 15.5 which had %{_distconfdir) not defined yet. +------------------------------------------------------------------- +Tue Jul 18 10:10:28 UTC 2023 - Bjørn Lie + +- Update to version 2.49.1: + + TableCell.xml: Add Get{Column,Row}HeaderCells methods. + + atspi_accessible_get_localized_role_name: Use internal names + when possible. + + Add a non-recursive function to clear a single object's cache. + + Code clean-ups. + ------------------------------------------------------------------- Sun May 28 09:12:49 UTC 2023 - Bjørn Lie diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 65decb3..1170b78 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -16,16 +16,20 @@ # +# TODO: Double check whether we really need bundled fonts such as: +# /usr/share/doc/libatspi/RedHatText-Regular.woff2 +# /usr/share/doc/libatspi/SourceCodePro-It.ttf.woff +# %define atspiconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}} Name: at-spi2-core -Version: 2.48.4 +Version: 2.49.91 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.48/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/at-spi2-core/2.49/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: fdupes From 7c62995be6b913661b199d498b6913cc35c5a965a1ceb288ed805884fe32e4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 18 Sep 2023 06:34:38 +0000 Subject: [PATCH 2/2] Accepting request 1111817 from GNOME:Next Version update: 2.49.91 -> 2.50.0 OBS-URL: https://build.opensuse.org/request/show/1111817 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=233 --- at-spi2-core-2.49.91.tar.xz | 3 --- at-spi2-core-2.50.0.tar.xz | 3 +++ at-spi2-core.changes | 13 +++++++++++++ at-spi2-core.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 at-spi2-core-2.49.91.tar.xz create mode 100644 at-spi2-core-2.50.0.tar.xz diff --git a/at-spi2-core-2.49.91.tar.xz b/at-spi2-core-2.49.91.tar.xz deleted file mode 100644 index 3bf6e05..0000000 --- a/at-spi2-core-2.49.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa72bbb12188ee3d0152cc6ea935415e6dc623ffa751b6a7cc23e9025f0410fd -size 563496 diff --git a/at-spi2-core-2.50.0.tar.xz b/at-spi2-core-2.50.0.tar.xz new file mode 100644 index 0000000..5e7fcd2 --- /dev/null +++ b/at-spi2-core-2.50.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f5a8c8235c9dd963b2171de9120301129c677dde933955e1df618b949c4adc +size 567664 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index a5f711c..2007ce4 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Sep 18 01:14:03 UTC 2023 - Luciano Santos + +- Adjust %fdupes parameter value to %{buildroot}%{_datadir}, one of + the parent directories of the former parameter, to symlink other + duplicate files under the datadir. + +------------------------------------------------------------------- +Fri Sep 15 22:57:28 UTC 2023 - Bjørn Lie + +- Update to version 2.50.0: + + Fix at-spi2-atk test when running under a non-English locale. + ------------------------------------------------------------------- Mon Sep 4 18:22:58 UTC 2023 - Luciano Santos diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 1170b78..2aec366 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -23,13 +23,13 @@ %define atspiconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}} Name: at-spi2-core -Version: 2.49.91 +Version: 2.50.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.49/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/at-spi2-core/2.50/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: fdupes @@ -147,7 +147,7 @@ The package contains a ATK/D-Bus bridge library. %install %meson_install %find_lang %{name} -%fdupes %{buildroot}%{_datadir}/gtk-doc/html/ +%fdupes %{buildroot}%{_datadir} # Move autostart file to /usr/etc mkdir -p %{buildroot}%{atspiconfdir}/xdg/autostart mkdir -p %{buildroot}%{atspiconfdir}/xdg/Xwayland-session.d