From 6feebf363052415be3ee5cd45be1eaf49c55f263 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 13:48:00 +0000 Subject: [PATCH 01/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- at-spi2-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 00a3fbf..d9777d6 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,6 +1,6 @@ Name: at-spi2-core Version: 2.50.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later @@ -162,6 +162,9 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00- %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 2.50.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jan 11 2024 Kalev Lember - 2.50.1-1 - Update to 2.50.1 From 316e6fbd48cbc441d606bd21bae6387a953170e2 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 20 Jan 2024 10:10:51 +0000 Subject: [PATCH 02/34] Update to 2.51.0 --- .gitignore | 1 + at-spi2-core.spec | 12 +++++++----- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e6e4274..bb5e1ce 100644 --- a/.gitignore +++ b/.gitignore @@ -146,3 +146,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.49.91.tar.xz /at-spi2-core-2.50.0.tar.xz /at-spi2-core-2.50.1.tar.xz +/at-spi2-core-2.51.0.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index d9777d6..d9797a3 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,11 +1,11 @@ Name: at-spi2-core -Version: 2.50.1 -Release: 2%{?dist} +Version: 2.51.0 +Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus -Source0: https://download.gnome.org/sources/%{name}/2.50/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/2.51/%{name}-%{version}.tar.xz # scriptlet to set AT_SPI_BUS for XWayland apps that run as root (i.e. anaconda) # https://bugzilla.redhat.com/show_bug.cgi?id=1821345 Source1: xwayland-session-scriptlet @@ -99,8 +99,7 @@ library. %install %meson_install -install -d %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d -install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00-at-spi +install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00-at-spi %{find_lang} %{name} @@ -162,6 +161,9 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00- %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Sat Jan 20 2024 David King - 2.51.0-1 +- Update to 2.51.0 + * Fri Jan 19 2024 Fedora Release Engineering - 2.50.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index 2c47cf4..1fc42b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.50.1.tar.xz) = d0b342a1ff2a3dd91aa87663412289d1616906c14a37e81b8514882d44981092356dc8a5d5c66b6d980d2cdf22128fff74651a4af6cad73cb62fd3154c5bbeae +SHA512 (at-spi2-core-2.51.0.tar.xz) = 3ae7300a0fd503ca9af1ec3081792bfa5d0ecee42b9fb7936e310e514d16dbd97c48ada9db583447b9fada2fca225061d942a9149c8fe5eaae60a01413ba954e From 356dc5cada24e66c633153ec6bbcfa4a28f37e33 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 23:43:40 +0000 Subject: [PATCH 03/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- at-spi2-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index d9797a3..a70c8f5 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,6 +1,6 @@ Name: at-spi2-core Version: 2.51.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later @@ -161,6 +161,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 2.51.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jan 20 2024 David King - 2.51.0-1 - Update to 2.51.0 From 4379a88796792d061170f537d8d918a56b607f18 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 17 Feb 2024 11:03:24 +0000 Subject: [PATCH 04/34] Update to 2.51.90 --- .gitignore | 1 + at-spi2-core.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bb5e1ce..df5ffc5 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.50.0.tar.xz /at-spi2-core-2.50.1.tar.xz /at-spi2-core-2.51.0.tar.xz +/at-spi2-core-2.51.90.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index a70c8f5..42cae1c 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,6 +1,6 @@ Name: at-spi2-core -Version: 2.51.0 -Release: 2%{?dist} +Version: 2.51.90 +Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later @@ -17,9 +17,11 @@ BuildRequires: gobject-introspection-devel BuildRequires: meson BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(libei-1.0) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(xi) +BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(xtst) Requires: dbus @@ -161,6 +163,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Wed Feb 14 2024 David King - 2.51.90-1 +- Update to 2.51.90 + * Mon Jan 22 2024 Fedora Release Engineering - 2.51.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index 1fc42b4..14f4a64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.51.0.tar.xz) = 3ae7300a0fd503ca9af1ec3081792bfa5d0ecee42b9fb7936e310e514d16dbd97c48ada9db583447b9fada2fca225061d942a9149c8fe5eaae60a01413ba954e +SHA512 (at-spi2-core-2.51.90.tar.xz) = c84ed4beb199e55a6028a59022f421debc079fcf248e5371f53b2983743b058d64ccd1976bd33261f7484912478a036b1aa8647f252c9f350d6f4992cd5918b1 From 802e25b00748b6b2c7e11c4524ceac1f827215f4 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 4 Mar 2024 11:02:17 +0000 Subject: [PATCH 05/34] Update to 2.51.91 --- .gitignore | 1 + at-spi2-core.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index df5ffc5..7939d4f 100644 --- a/.gitignore +++ b/.gitignore @@ -148,3 +148,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.50.1.tar.xz /at-spi2-core-2.51.0.tar.xz /at-spi2-core-2.51.90.tar.xz +/at-spi2-core-2.51.91.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 42cae1c..92857b3 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,5 +1,5 @@ Name: at-spi2-core -Version: 2.51.90 +Version: 2.51.91 Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi @@ -163,6 +163,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Mon Mar 04 2024 David King - 2.51.91-1 +- Update to 2.51.91 + * Wed Feb 14 2024 David King - 2.51.90-1 - Update to 2.51.90 diff --git a/sources b/sources index 14f4a64..577ab03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.51.90.tar.xz) = c84ed4beb199e55a6028a59022f421debc079fcf248e5371f53b2983743b058d64ccd1976bd33261f7484912478a036b1aa8647f252c9f350d6f4992cd5918b1 +SHA512 (at-spi2-core-2.51.91.tar.xz) = 62930177ab55a16aa330be008f6a9e9cc6548e4dbbf4ccbfdef5d52adfa8c2257e66afbecaa07b2b208f46dee063fdf430e8fc262e61ee88b714d0a27e320b58 From a83efd7b11c3c1cadcef6437963b199cddb46cb2 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 16 Mar 2024 22:16:23 +0000 Subject: [PATCH 06/34] Update to 2.52.0 --- .gitignore | 1 + at-spi2-core.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7939d4f..caa3eae 100644 --- a/.gitignore +++ b/.gitignore @@ -149,3 +149,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.51.0.tar.xz /at-spi2-core-2.51.90.tar.xz /at-spi2-core-2.51.91.tar.xz +/at-spi2-core-2.52.0.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 92857b3..29fa549 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,11 +1,11 @@ Name: at-spi2-core -Version: 2.51.91 +Version: 2.52.0 Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus -Source0: https://download.gnome.org/sources/%{name}/2.51/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/2.52/%{name}-%{version}.tar.xz # scriptlet to set AT_SPI_BUS for XWayland apps that run as root (i.e. anaconda) # https://bugzilla.redhat.com/show_bug.cgi?id=1821345 Source1: xwayland-session-scriptlet @@ -163,6 +163,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Sat Mar 16 2024 David King - 2.52.0-1 +- Update to 2.52.0 + * Mon Mar 04 2024 David King - 2.51.91-1 - Update to 2.51.91 diff --git a/sources b/sources index 577ab03..d97d53a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.51.91.tar.xz) = 62930177ab55a16aa330be008f6a9e9cc6548e4dbbf4ccbfdef5d52adfa8c2257e66afbecaa07b2b208f46dee063fdf430e8fc262e61ee88b714d0a27e320b58 +SHA512 (at-spi2-core-2.52.0.tar.xz) = 0482cae97cf5e2295ab56f6ae83db9e1047813a1c3c2b6cd6012f95dfabec1f7a93d0045a1a7c3fabb7a389f71dc43f797b2ad9242e97ddf565cf63948ae146b From 41bd104312774c9f4737cb600c8c1ce27dc47135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tyrychtr?= Date: Fri, 12 Apr 2024 15:13:00 +0200 Subject: [PATCH 07/34] Add missing requires for atk-devel --- at-spi2-core.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 29fa549..8bf5871 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -61,6 +61,7 @@ devices. %package -n atk-devel Summary: Development files for the ATK accessibility toolkit +Requires: atk%{?_isa} = %{version}-%{release} %description -n atk-devel This package includes libraries, header files, and developer documentation From 367585b241bfb93e5e6afe54e7cbb661ec4b8817 Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 16 Jul 2024 09:03:28 +0100 Subject: [PATCH 08/34] Update to 2.53.0 --- .gitignore | 1 + at-spi2-core.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index caa3eae..8df52bd 100644 --- a/.gitignore +++ b/.gitignore @@ -150,3 +150,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.51.90.tar.xz /at-spi2-core-2.51.91.tar.xz /at-spi2-core-2.52.0.tar.xz +/at-spi2-core-2.53.0.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 8bf5871..6a7cc57 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,11 +1,11 @@ Name: at-spi2-core -Version: 2.52.0 +Version: 2.53.0 Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus -Source0: https://download.gnome.org/sources/%{name}/2.52/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/2.53/%{name}-%{version}.tar.xz # scriptlet to set AT_SPI_BUS for XWayland apps that run as root (i.e. anaconda) # https://bugzilla.redhat.com/show_bug.cgi?id=1821345 Source1: xwayland-session-scriptlet @@ -164,6 +164,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Tue Jul 16 2024 David King - 2.53.0-1 +- Update to 2.53.0 + * Sat Mar 16 2024 David King - 2.52.0-1 - Update to 2.52.0 diff --git a/sources b/sources index d97d53a..1ef2f8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.52.0.tar.xz) = 0482cae97cf5e2295ab56f6ae83db9e1047813a1c3c2b6cd6012f95dfabec1f7a93d0045a1a7c3fabb7a389f71dc43f797b2ad9242e97ddf565cf63948ae146b +SHA512 (at-spi2-core-2.53.0.tar.xz) = 5ab4120366321b24492efe22eb90ebd3c050e1380a214d5932f93696f6d0a6f7fd38a7dc86154737446a6b7bfd8431181c8faf5fe3cd7a74a1f0358b018609b3 From c446fdba02a30503489a4e7a4e8b0648910ea44f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 17:42:41 +0000 Subject: [PATCH 09/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- at-spi2-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 6a7cc57..4cc8656 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,6 +1,6 @@ Name: at-spi2-core Version: 2.53.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later @@ -164,6 +164,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 2.53.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Jul 16 2024 David King - 2.53.0-1 - Update to 2.53.0 From 51cb55b5d8bf43fe2a9685b36ea7caed3eae3986 Mon Sep 17 00:00:00 2001 From: nmontero Date: Thu, 8 Aug 2024 12:47:52 +0200 Subject: [PATCH 10/34] Update to 2.53.1 --- .gitignore | 1 + at-spi2-core.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8df52bd..44201cc 100644 --- a/.gitignore +++ b/.gitignore @@ -151,3 +151,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.51.91.tar.xz /at-spi2-core-2.52.0.tar.xz /at-spi2-core-2.53.0.tar.xz +/at-spi2-core-2.53.1.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 4cc8656..e6fd97e 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,6 +1,6 @@ Name: at-spi2-core -Version: 2.53.0 -Release: 2%{?dist} +Version: 2.53.1 +Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later @@ -164,6 +164,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Thu Aug 08 2024 nmontero - 2.53.1-1 +- Update to 2.53.1 + * Wed Jul 17 2024 Fedora Release Engineering - 2.53.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index 1ef2f8e..bd6d6d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.53.0.tar.xz) = 5ab4120366321b24492efe22eb90ebd3c050e1380a214d5932f93696f6d0a6f7fd38a7dc86154737446a6b7bfd8431181c8faf5fe3cd7a74a1f0358b018609b3 +SHA512 (at-spi2-core-2.53.1.tar.xz) = bded7724ee1f82dcde8e6ab4469867c3b308d98e79b4835c3c9cca6c91bf1cf8398c32603196c1df3d8a372fcefb242d0dfbeed4e7856454c16fafd47090f062 From 67bfe052885b695d4a7ef660e5335af5e6cc1b66 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 19 Aug 2024 11:08:41 -0700 Subject: [PATCH 11/34] Backport MR #166 to fix crash in Orca (#2305763) --- ...ROLE_PUSH_BUTTON-an-enum-value-again.patch | 62 +++++++++++++++++++ at-spi2-core.spec | 11 +++- 2 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 0001-Make-ATSPI_ROLE_PUSH_BUTTON-an-enum-value-again.patch diff --git a/0001-Make-ATSPI_ROLE_PUSH_BUTTON-an-enum-value-again.patch b/0001-Make-ATSPI_ROLE_PUSH_BUTTON-an-enum-value-again.patch new file mode 100644 index 0000000..2e0e3c9 --- /dev/null +++ b/0001-Make-ATSPI_ROLE_PUSH_BUTTON-an-enum-value-again.patch @@ -0,0 +1,62 @@ +From 996a34fa94b89129abcab0a55f81cf8af113ebcd Mon Sep 17 00:00:00 2001 +From: Michael Weghorn +Date: Fri, 9 Aug 2024 09:29:20 +0200 +Subject: [PATCH] Make ATSPI_ROLE_PUSH_BUTTON an enum value again + + commit 0c2ebfad9ebf92913a326143345b841d54fa1866 + Date: Tue Aug 6 16:02:55 2024 -0500 + + Rename ATSPI_ROLE_PUSH_BUTTON to ATSPI_ROLE_BUTTON + +had renamed `ATSPI_ROLE_PUSH_BUTTON` to +`ATSPI_ROLE_BUTTON` and added a +`ATSPI_ROLE_PUSH_BUTTON` define for backwards +compatibility. + +While that works for C programs, it fails for +e.g. Orca (git main as of bea9eb989609d4f59a8c8048dc735323d7710a32) +which uses the Python bindings: + + Traceback (most recent call last): + File ".../orca/bin/orca", line 50, in + from orca import script_manager + File ".../orca/lib/python3/dist-packages/orca/script_manager.py", line 42, in + from .scripts import apps, default, sleepmode, toolkits + File ".../orca/lib/python3/dist-packages/orca/scripts/default.py", line 47, in + from orca import script + File ".../orca/lib/python3/dist-packages/orca/script.py", line 49, in + from . import braille_generator + File ".../orca/lib/python3/dist-packages/orca/braille_generator.py", line 48, in + from .braille_rolenames import shortRoleNames + File ".../orca/lib/python3/dist-packages/orca/braille_rolenames.py", line 187, in + Atspi.Role.PUSH_BUTTON: _("btn"), + ^^^^^^^^^^^^^^^^^^^^^^ + AttributeError: type object 'Role' has no attribute 'PUSH_BUTTON'. Did you mean: 'SPIN_BUTTON'? + +Make `ATSPI_ROLE_PUSH_BUTTON` an enum value again +to fix that. +--- + atspi/atspi-constants.h | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h +index 2c18ad7c..99c6c026 100644 +--- a/atspi/atspi-constants.h ++++ b/atspi/atspi-constants.h +@@ -1414,10 +1414,10 @@ extern "C" + ATSPI_ROLE_SUGGESTION, + ATSPI_ROLE_PUSH_BUTTON_MENU, + ATSPI_ROLE_LAST_DEFINED, +- } AtspiRole; + +-/* For backwards compatibility */ +-#define ATSPI_ROLE_PUSH_BUTTON ATSPI_ROLE_BUTTON ++ /* For backwards compatibility */ ++ ATSPI_ROLE_PUSH_BUTTON = ATSPI_ROLE_BUTTON, ++ } AtspiRole; + + /** + * ATSPI_ROLE_COUNT: +-- +2.46.0 + diff --git a/at-spi2-core.spec b/at-spi2-core.spec index e6fd97e..dd1541d 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,6 +1,6 @@ Name: at-spi2-core Version: 2.53.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later @@ -10,6 +10,12 @@ Source0: https://download.gnome.org/sources/%{name}/2.53/%{name}-%{versio # https://bugzilla.redhat.com/show_bug.cgi?id=1821345 Source1: xwayland-session-scriptlet +# https://gitlab.gnome.org/GNOME/orca/-/issues/534 +# https://bugzilla.redhat.com/show_bug.cgi?id=2305763 +# https://gitlab.gnome.org/GNOME/at-spi2-core/-/merge_requests/166 +# Fix a crash in Orca (and other Python binding consumers) +Patch: 0001-Make-ATSPI_ROLE_PUSH_BUTTON-an-enum-value-again.patch + BuildRequires: /usr/bin/sphinx-build BuildRequires: gettext BuildRequires: gi-docgen @@ -164,6 +170,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Mon Aug 19 2024 Adam Williamson - 2.53.1-2 +- Backport MR #166 to fix crash in Orca (#2305763) + * Thu Aug 08 2024 nmontero - 2.53.1-1 - Update to 2.53.1 From b5efc2f70fec0bb309aabf97c4e95823626f5057 Mon Sep 17 00:00:00 2001 From: David King Date: Sun, 1 Sep 2024 18:30:48 +0100 Subject: [PATCH 12/34] Update to 2.53.90 --- .gitignore | 1 + ...ROLE_PUSH_BUTTON-an-enum-value-again.patch | 62 ------------------- at-spi2-core.spec | 13 ++-- sources | 2 +- 4 files changed, 7 insertions(+), 71 deletions(-) delete mode 100644 0001-Make-ATSPI_ROLE_PUSH_BUTTON-an-enum-value-again.patch diff --git a/.gitignore b/.gitignore index 44201cc..4a721b7 100644 --- a/.gitignore +++ b/.gitignore @@ -152,3 +152,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.52.0.tar.xz /at-spi2-core-2.53.0.tar.xz /at-spi2-core-2.53.1.tar.xz +/at-spi2-core-2.53.90.tar.xz diff --git a/0001-Make-ATSPI_ROLE_PUSH_BUTTON-an-enum-value-again.patch b/0001-Make-ATSPI_ROLE_PUSH_BUTTON-an-enum-value-again.patch deleted file mode 100644 index 2e0e3c9..0000000 --- a/0001-Make-ATSPI_ROLE_PUSH_BUTTON-an-enum-value-again.patch +++ /dev/null @@ -1,62 +0,0 @@ -From 996a34fa94b89129abcab0a55f81cf8af113ebcd Mon Sep 17 00:00:00 2001 -From: Michael Weghorn -Date: Fri, 9 Aug 2024 09:29:20 +0200 -Subject: [PATCH] Make ATSPI_ROLE_PUSH_BUTTON an enum value again - - commit 0c2ebfad9ebf92913a326143345b841d54fa1866 - Date: Tue Aug 6 16:02:55 2024 -0500 - - Rename ATSPI_ROLE_PUSH_BUTTON to ATSPI_ROLE_BUTTON - -had renamed `ATSPI_ROLE_PUSH_BUTTON` to -`ATSPI_ROLE_BUTTON` and added a -`ATSPI_ROLE_PUSH_BUTTON` define for backwards -compatibility. - -While that works for C programs, it fails for -e.g. Orca (git main as of bea9eb989609d4f59a8c8048dc735323d7710a32) -which uses the Python bindings: - - Traceback (most recent call last): - File ".../orca/bin/orca", line 50, in - from orca import script_manager - File ".../orca/lib/python3/dist-packages/orca/script_manager.py", line 42, in - from .scripts import apps, default, sleepmode, toolkits - File ".../orca/lib/python3/dist-packages/orca/scripts/default.py", line 47, in - from orca import script - File ".../orca/lib/python3/dist-packages/orca/script.py", line 49, in - from . import braille_generator - File ".../orca/lib/python3/dist-packages/orca/braille_generator.py", line 48, in - from .braille_rolenames import shortRoleNames - File ".../orca/lib/python3/dist-packages/orca/braille_rolenames.py", line 187, in - Atspi.Role.PUSH_BUTTON: _("btn"), - ^^^^^^^^^^^^^^^^^^^^^^ - AttributeError: type object 'Role' has no attribute 'PUSH_BUTTON'. Did you mean: 'SPIN_BUTTON'? - -Make `ATSPI_ROLE_PUSH_BUTTON` an enum value again -to fix that. ---- - atspi/atspi-constants.h | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h -index 2c18ad7c..99c6c026 100644 ---- a/atspi/atspi-constants.h -+++ b/atspi/atspi-constants.h -@@ -1414,10 +1414,10 @@ extern "C" - ATSPI_ROLE_SUGGESTION, - ATSPI_ROLE_PUSH_BUTTON_MENU, - ATSPI_ROLE_LAST_DEFINED, -- } AtspiRole; - --/* For backwards compatibility */ --#define ATSPI_ROLE_PUSH_BUTTON ATSPI_ROLE_BUTTON -+ /* For backwards compatibility */ -+ ATSPI_ROLE_PUSH_BUTTON = ATSPI_ROLE_BUTTON, -+ } AtspiRole; - - /** - * ATSPI_ROLE_COUNT: --- -2.46.0 - diff --git a/at-spi2-core.spec b/at-spi2-core.spec index dd1541d..bbc1437 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,6 +1,6 @@ Name: at-spi2-core -Version: 2.53.1 -Release: 2%{?dist} +Version: 2.53.90 +Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later @@ -10,12 +10,6 @@ Source0: https://download.gnome.org/sources/%{name}/2.53/%{name}-%{versio # https://bugzilla.redhat.com/show_bug.cgi?id=1821345 Source1: xwayland-session-scriptlet -# https://gitlab.gnome.org/GNOME/orca/-/issues/534 -# https://bugzilla.redhat.com/show_bug.cgi?id=2305763 -# https://gitlab.gnome.org/GNOME/at-spi2-core/-/merge_requests/166 -# Fix a crash in Orca (and other Python binding consumers) -Patch: 0001-Make-ATSPI_ROLE_PUSH_BUTTON-an-enum-value-again.patch - BuildRequires: /usr/bin/sphinx-build BuildRequires: gettext BuildRequires: gi-docgen @@ -170,6 +164,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Sun Sep 01 2024 David King - 2.53.90-1 +- Update to 2.53.90 + * Mon Aug 19 2024 Adam Williamson - 2.53.1-2 - Backport MR #166 to fix crash in Orca (#2305763) diff --git a/sources b/sources index bd6d6d9..80eeb62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.53.1.tar.xz) = bded7724ee1f82dcde8e6ab4469867c3b308d98e79b4835c3c9cca6c91bf1cf8398c32603196c1df3d8a372fcefb242d0dfbeed4e7856454c16fafd47090f062 +SHA512 (at-spi2-core-2.53.90.tar.xz) = e2be60c5f54a4b128afecf5dd957e059852790a17460790a3b8e00f5fe1d914afd5affb9cfc8680fc13cb5887fb9d3b6b372029be1bf7a1472c3540a4d3422fe From e06809ae01318700d6074469123171bd5cc63e20 Mon Sep 17 00:00:00 2001 From: nmontero Date: Tue, 17 Sep 2024 11:36:12 +0200 Subject: [PATCH 13/34] Update to 2.54.0 --- .gitignore | 1 + at-spi2-core.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4a721b7..e914690 100644 --- a/.gitignore +++ b/.gitignore @@ -153,3 +153,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.53.0.tar.xz /at-spi2-core-2.53.1.tar.xz /at-spi2-core-2.53.90.tar.xz +/at-spi2-core-2.54.0.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index bbc1437..2384c0a 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,11 +1,11 @@ Name: at-spi2-core -Version: 2.53.90 +Version: 2.54.0 Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus -Source0: https://download.gnome.org/sources/%{name}/2.53/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/2.54/%{name}-%{version}.tar.xz # scriptlet to set AT_SPI_BUS for XWayland apps that run as root (i.e. anaconda) # https://bugzilla.redhat.com/show_bug.cgi?id=1821345 Source1: xwayland-session-scriptlet @@ -164,6 +164,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Mon Sep 16 2024 nmontero - 2.54.0-1 +- Update to 2.54.0 + * Sun Sep 01 2024 David King - 2.53.90-1 - Update to 2.53.90 diff --git a/sources b/sources index 80eeb62..4002661 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.53.90.tar.xz) = e2be60c5f54a4b128afecf5dd957e059852790a17460790a3b8e00f5fe1d914afd5affb9cfc8680fc13cb5887fb9d3b6b372029be1bf7a1472c3540a4d3422fe +SHA512 (at-spi2-core-2.54.0.tar.xz) = ac697055f9e31b264da55dc1b7c92c85905bc6c32dcd6ac7a699f9cc0dec933f7bb1323098e7c2f6bdce91bc7195bd8b4625e39216d9671c85df25a0071f0a3e From 3a0485978074364687646b4e4364ae809573ee61 Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Tue, 30 Apr 2024 20:42:38 +0000 Subject: [PATCH 14/34] Fix project URL, old page is 404 Signed-off-by: Michel Lind --- at-spi2-core.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 2384c0a..9b4e280 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -4,7 +4,7 @@ Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later -URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus +URL: https://gitlab.gnome.org/GNOME/%{name}/ Source0: https://download.gnome.org/sources/%{name}/2.54/%{name}-%{version}.tar.xz # scriptlet to set AT_SPI_BUS for XWayland apps that run as root (i.e. anaconda) # https://bugzilla.redhat.com/show_bug.cgi?id=1821345 From 9cf8f117a4d27bd3b031ad85588649c69d24eb28 Mon Sep 17 00:00:00 2001 From: nmontero Date: Mon, 13 Jan 2025 13:31:23 +0100 Subject: [PATCH 15/34] Update to 2.55.0 --- .gitignore | 1 + at-spi2-core.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e914690..aebbb44 100644 --- a/.gitignore +++ b/.gitignore @@ -154,3 +154,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.53.1.tar.xz /at-spi2-core-2.53.90.tar.xz /at-spi2-core-2.54.0.tar.xz +/at-spi2-core-2.55.0.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 9b4e280..9302842 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,11 +1,11 @@ Name: at-spi2-core -Version: 2.54.0 +Version: 2.55.0 Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later URL: https://gitlab.gnome.org/GNOME/%{name}/ -Source0: https://download.gnome.org/sources/%{name}/2.54/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/2.55/%{name}-%{version}.tar.xz # scriptlet to set AT_SPI_BUS for XWayland apps that run as root (i.e. anaconda) # https://bugzilla.redhat.com/show_bug.cgi?id=1821345 Source1: xwayland-session-scriptlet @@ -164,6 +164,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Mon Jan 13 2025 nmontero - 2.55.0-1 +- Update to 2.55.0 + * Mon Sep 16 2024 nmontero - 2.54.0-1 - Update to 2.54.0 diff --git a/sources b/sources index 4002661..9c05e94 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.54.0.tar.xz) = ac697055f9e31b264da55dc1b7c92c85905bc6c32dcd6ac7a699f9cc0dec933f7bb1323098e7c2f6bdce91bc7195bd8b4625e39216d9671c85df25a0071f0a3e +SHA512 (at-spi2-core-2.55.0.tar.xz) = f416caf04ee9c8905bf0a570a699fb106b57c54444d278fadd853c6db4514097f15fed929cd86ef82ecfadeb55b09b749d1d79b4721467dc7d7cc99d1b562cc5 From 240e78aecfdb275a96fb33c5b1143a8f44267f59 Mon Sep 17 00:00:00 2001 From: nmontero Date: Wed, 15 Jan 2025 10:05:56 +0100 Subject: [PATCH 16/34] Update to 2.55.0.1 --- .gitignore | 1 + at-spi2-core.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aebbb44..15c9fbf 100644 --- a/.gitignore +++ b/.gitignore @@ -155,3 +155,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.53.90.tar.xz /at-spi2-core-2.54.0.tar.xz /at-spi2-core-2.55.0.tar.xz +/at-spi2-core-2.55.0.1.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 9302842..22e78cb 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,5 +1,5 @@ Name: at-spi2-core -Version: 2.55.0 +Version: 2.55.0.1 Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi @@ -164,6 +164,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Wed Jan 15 2025 nmontero - 2.55.0.1-1 +- Update to 2.55.0.1 + * Mon Jan 13 2025 nmontero - 2.55.0-1 - Update to 2.55.0 diff --git a/sources b/sources index 9c05e94..77ec820 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.55.0.tar.xz) = f416caf04ee9c8905bf0a570a699fb106b57c54444d278fadd853c6db4514097f15fed929cd86ef82ecfadeb55b09b749d1d79b4721467dc7d7cc99d1b562cc5 +SHA512 (at-spi2-core-2.55.0.1.tar.xz) = df0392030e45f1577f024dbdaa749a7bc08130b0172dbd23ca80867d2135c3235658d3f26421369f194376d973c05426d656c234687e60e2134f52a7a553e722 From 48b4ea3ac702b641a183ec68f4a1a67208ddb1d3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 11:51:18 +0000 Subject: [PATCH 17/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- at-spi2-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 22e78cb..1660829 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,6 +1,6 @@ Name: at-spi2-core Version: 2.55.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later @@ -164,6 +164,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 2.55.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jan 15 2025 nmontero - 2.55.0.1-1 - Update to 2.55.0.1 From f837a79c6a2cd48bb968e3b1bc2809c644d5ffa1 Mon Sep 17 00:00:00 2001 From: nmontero Date: Mon, 3 Feb 2025 10:27:40 +0100 Subject: [PATCH 18/34] Update to 2.55.2 --- .gitignore | 1 + at-spi2-core.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 15c9fbf..2299196 100644 --- a/.gitignore +++ b/.gitignore @@ -156,3 +156,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.54.0.tar.xz /at-spi2-core-2.55.0.tar.xz /at-spi2-core-2.55.0.1.tar.xz +/at-spi2-core-2.55.2.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 1660829..d7c73ea 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,6 +1,6 @@ Name: at-spi2-core -Version: 2.55.0.1 -Release: 2%{?dist} +Version: 2.55.2 +Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later @@ -164,6 +164,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Mon Feb 03 2025 nmontero - 2.55.2-1 +- Update to 2.55.2 + * Thu Jan 16 2025 Fedora Release Engineering - 2.55.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index 77ec820..edcffba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.55.0.1.tar.xz) = df0392030e45f1577f024dbdaa749a7bc08130b0172dbd23ca80867d2135c3235658d3f26421369f194376d973c05426d656c234687e60e2134f52a7a553e722 +SHA512 (at-spi2-core-2.55.2.tar.xz) = 297c7e096454a33e135e5508383569cdbb80ba8a6f20d708302a4845deab8cd3d02fd5c559744401bf7477d0c26faac539d486d8ee12262c822135c9dc60f33f From 76625887e6c525ffd3f5faea32bbc5b84bb80ede Mon Sep 17 00:00:00 2001 From: nmontero Date: Mon, 3 Mar 2025 10:18:54 +0100 Subject: [PATCH 19/34] Update to 2.55.90 --- .gitignore | 1 + at-spi2-core.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2299196..4d4d5f8 100644 --- a/.gitignore +++ b/.gitignore @@ -157,3 +157,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.55.0.tar.xz /at-spi2-core-2.55.0.1.tar.xz /at-spi2-core-2.55.2.tar.xz +/at-spi2-core-2.55.90.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index d7c73ea..e3fcb24 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,5 +1,5 @@ Name: at-spi2-core -Version: 2.55.2 +Version: 2.55.90 Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi @@ -164,6 +164,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Mon Mar 03 2025 nmontero - 2.55.90-1 +- Update to 2.55.90 + * Mon Feb 03 2025 nmontero - 2.55.2-1 - Update to 2.55.2 diff --git a/sources b/sources index edcffba..2fc15a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.55.2.tar.xz) = 297c7e096454a33e135e5508383569cdbb80ba8a6f20d708302a4845deab8cd3d02fd5c559744401bf7477d0c26faac539d486d8ee12262c822135c9dc60f33f +SHA512 (at-spi2-core-2.55.90.tar.xz) = 4b1f6b9776d2ba312d0958c45086944650bd84a5637cca48b0ce9b02a10bf71d734a0a8c994960d2f44dc67eb78dc551feafa80ed791033dc12cc29eadc81d9f From 242db494674840c54f51eae0ea6f1342116c4564 Mon Sep 17 00:00:00 2001 From: nmontero Date: Mon, 17 Mar 2025 14:48:00 +0100 Subject: [PATCH 20/34] Update to 2.56.0 --- .gitignore | 1 + at-spi2-core.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4d4d5f8..355e469 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.55.0.1.tar.xz /at-spi2-core-2.55.2.tar.xz /at-spi2-core-2.55.90.tar.xz +/at-spi2-core-2.56.0.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index e3fcb24..574a29c 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,11 +1,11 @@ Name: at-spi2-core -Version: 2.55.90 +Version: 2.56.0 Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later URL: https://gitlab.gnome.org/GNOME/%{name}/ -Source0: https://download.gnome.org/sources/%{name}/2.55/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/2.56/%{name}-%{version}.tar.xz # scriptlet to set AT_SPI_BUS for XWayland apps that run as root (i.e. anaconda) # https://bugzilla.redhat.com/show_bug.cgi?id=1821345 Source1: xwayland-session-scriptlet @@ -164,6 +164,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Mon Mar 17 2025 nmontero - 2.56.0-1 +- Update to 2.56.0 + * Mon Mar 03 2025 nmontero - 2.55.90-1 - Update to 2.55.90 diff --git a/sources b/sources index 2fc15a3..7a6d061 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.55.90.tar.xz) = 4b1f6b9776d2ba312d0958c45086944650bd84a5637cca48b0ce9b02a10bf71d734a0a8c994960d2f44dc67eb78dc551feafa80ed791033dc12cc29eadc81d9f +SHA512 (at-spi2-core-2.56.0.tar.xz) = ef58fee5ae18f2f791c814d6c404dc2d1940a2c055da3ee4b56fb8b6faf04c88047183cd2fceaca41d6aeca35b0b1e6fa365774f4b5bb9b4f7fb72acea6686a6 From 5570dca46c7e6a29c1b1d0c2cd24b59a81169b02 Mon Sep 17 00:00:00 2001 From: nmontero Date: Mon, 31 Mar 2025 10:51:59 +0200 Subject: [PATCH 21/34] Update to 2.56.1 --- .gitignore | 1 + at-spi2-core.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 355e469..db6abd2 100644 --- a/.gitignore +++ b/.gitignore @@ -159,3 +159,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.55.2.tar.xz /at-spi2-core-2.55.90.tar.xz /at-spi2-core-2.56.0.tar.xz +/at-spi2-core-2.56.1.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 574a29c..793f04e 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,5 +1,5 @@ Name: at-spi2-core -Version: 2.56.0 +Version: 2.56.1 Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi @@ -164,6 +164,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Mon Mar 31 2025 nmontero - 2.56.1-1 +- Update to 2.56.1 + * Mon Mar 17 2025 nmontero - 2.56.0-1 - Update to 2.56.0 diff --git a/sources b/sources index 7a6d061..945e69d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.56.0.tar.xz) = ef58fee5ae18f2f791c814d6c404dc2d1940a2c055da3ee4b56fb8b6faf04c88047183cd2fceaca41d6aeca35b0b1e6fa365774f4b5bb9b4f7fb72acea6686a6 +SHA512 (at-spi2-core-2.56.1.tar.xz) = aa79701fc510608fabe4ed7ec991172e08a8c6a062bc75aa1f8c41c7e2045b3685873c3025c1460406fb6248779685cb5f5717a8fd02d2cee34c59e034325188 From 3df33ef1a2c052c1fec3588f4144590ff064ceae Mon Sep 17 00:00:00 2001 From: nmontero Date: Tue, 29 Apr 2025 13:20:05 +0200 Subject: [PATCH 22/34] Update to 2.56.2 --- .gitignore | 1 + at-spi2-core.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index db6abd2..8a1c33c 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ at-spi2-core-0.3.4.tar.bz2 /at-spi2-core-2.55.90.tar.xz /at-spi2-core-2.56.0.tar.xz /at-spi2-core-2.56.1.tar.xz +/at-spi2-core-2.56.2.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 793f04e..4cbdaac 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,5 +1,5 @@ Name: at-spi2-core -Version: 2.56.1 +Version: 2.56.2 Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi @@ -164,6 +164,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Tue Apr 29 2025 nmontero - 2.56.2-1 +- Update to 2.56.2 + * Mon Mar 31 2025 nmontero - 2.56.1-1 - Update to 2.56.1 diff --git a/sources b/sources index 945e69d..859ec54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.56.1.tar.xz) = aa79701fc510608fabe4ed7ec991172e08a8c6a062bc75aa1f8c41c7e2045b3685873c3025c1460406fb6248779685cb5f5717a8fd02d2cee34c59e034325188 +SHA512 (at-spi2-core-2.56.2.tar.xz) = 223908ebf65b6e44681deec4ec0cbcc55300f8a53b5b60f6d7720cbbed4588110dca2d3d8fb7470718abe0b35fe6ca819051570a5c4ee62707b7d6d99fecc8d0 From 7e1386961ee8f56dd268c9c41d6b9fe8c18c7f1e Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 25 Jun 2025 11:44:08 +0200 Subject: [PATCH 23/34] Claim ownership of %{_datadir}/dbus-1/accessibility-services/ Suggested by Christoph Karl at https://bugzilla.redhat.com/show_bug.cgi?id=2283245 --- at-spi2-core.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 4cbdaac..10f2c93 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -124,6 +124,7 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/Atspi-2.0.typelib %{_libexecdir}/at-spi-bus-launcher +%dir %{_datadir}/dbus-1/accessibility-services/ %{_datadir}/dbus-1/accessibility-services/org.a11y.atspi.Registry.service %{_datadir}/dbus-1/services/org.a11y.Bus.service %{_userunitdir}/at-spi-dbus-bus.service From 91926753160f0165aa0918f11eebd91cb8b72f43 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 30 Jun 2025 11:28:09 +0200 Subject: [PATCH 24/34] Update to 2.57.0 --- .gitignore | 164 +---------- at-spi2-core.spec | 674 +--------------------------------------------- sources | 2 +- 3 files changed, 9 insertions(+), 831 deletions(-) diff --git a/.gitignore b/.gitignore index 8a1c33c..d9b938f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,163 +1 @@ -at-spi2-core-0.3.4.tar.bz2 -/at-spi2-core-0.3.90.tar.bz2 -/at-spi2-core-0.3.91.tar.bz2 -/at-spi2-core-0.4.0.tar.bz2 -/at-spi2-core-1.91.0.tar.bz2 -/at-spi2-core-1.91.2.tar.bz2 -/at-spi2-core-1.91.5.tar.bz2 -/at-spi2-core-1.91.6.tar.bz2 -/at-spi2-core-1.91.6.1.tar.bz2 -/at-spi2-core-1.91.90.tar.bz2 -/at-spi2-core-1.91.91.tar.bz2 -/at-spi2-core-1.91.92.tar.bz2 -/at-spi2-core-1.91.93.tar.bz2 -/at-spi2-core-2.0.0.tar.bz2 -/at-spi2-core-2.0.1.tar.bz2 -/at-spi2-core-2.1.1.tar.bz2 -/at-spi2-core-2.1.2.tar.xz -/at-spi2-core-2.1.4.tar.xz -/at-spi2-core-2.1.5.tar.xz -/at-spi2-core-2.1.90.tar.xz -/at-spi2-core-2.1.91.tar.xz -/at-spi2-core-2.1.92.tar.xz -/at-spi2-core-2.2.0.tar.xz -/at-spi2-core-2.2.1.tar.xz -/at-spi2-core-2.3.1.tar.xz -/at-spi2-core-2.3.2.tar.xz -/at-spi2-core-2.3.3.tar.xz -/at-spi2-core-2.3.4.tar.xz -/at-spi2-core-2.3.5.tar.xz -/at-spi2-core-2.3.90.tar.xz -/at-spi2-core-2.3.91.tar.xz -/at-spi2-core-2.3.92.tar.xz -/at-spi2-core-2.4.0.tar.xz -/at-spi2-core-2.4.1.tar.xz -/at-spi2-core-2.5.1.tar.xz -/at-spi2-core-2.5.2.tar.xz -/at-spi2-core-2.5.3.tar.xz -/at-spi2-core-2.5.4.tar.xz -/at-spi2-core-2.5.5.tar.xz -/at-spi2-core-2.5.91.tar.xz -/at-spi2-core-2.5.92.tar.xz -/at-spi2-core-2.6.0.tar.xz -/at-spi2-core-2.6.1.tar.xz -/at-spi2-core-2.7.1.tar.xz -/at-spi2-core-2.7.3.tar.xz -/at-spi2-core-2.7.4.tar.xz -/at-spi2-core-2.7.4.1.tar.xz -/at-spi2-core-2.7.5.tar.xz -/at-spi2-core-2.7.90.tar.xz -/at-spi2-core-2.7.91.tar.xz -/at-spi2-core-2.8.0.tar.xz -/at-spi2-core-2.9.2.tar.xz -/at-spi2-core-2.9.3.tar.xz -/at-spi2-core-2.9.4.tar.xz -/at-spi2-core-2.9.5.tar.xz -/at-spi2-core-2.9.90.tar.xz -/at-spi2-core-2.9.91.tar.xz -/at-spi2-core-2.9.92.tar.xz -/at-spi2-core-2.10.0.tar.xz -/at-spi2-core-2.10.1.tar.xz -/at-spi2-core-2.11.1.tar.xz -/at-spi2-core-2.11.2.tar.xz -/at-spi2-core-2.11.3.tar.xz -/at-spi2-core-2.11.5.tar.xz -/at-spi2-core-2.11.90.tar.xz -/at-spi2-core-2.11.91.tar.xz -/at-spi2-core-2.11.92.tar.xz -/at-spi2-core-2.12.0.tar.xz -/at-spi2-core-2.13.1.tar.xz -/at-spi2-core-2.13.4.tar.xz -/at-spi2-core-2.13.90.tar.xz -/at-spi2-core-2.13.92.tar.xz -/at-spi2-core-2.14.0.tar.xz -/at-spi2-core-2.14.1.tar.xz -/at-spi2-core-2.15.2.tar.xz -/at-spi2-core-2.15.3.tar.xz -/at-spi2-core-2.15.4.tar.xz -/at-spi2-core-2.15.90.tar.xz -/at-spi2-core-2.16.0.tar.xz -/at-spi2-core-2.17.1.tar.xz -/at-spi2-core-2.17.90.tar.xz -/at-spi2-core-2.18.0.tar.xz -/at-spi2-core-2.18.1.tar.xz -/at-spi2-core-2.19.1.tar.xz -/at-spi2-core-2.19.2.tar.xz -/at-spi2-core-2.19.90.tar.xz -/at-spi2-core-2.19.91.tar.xz -/at-spi2-core-2.19.92.tar.xz -/at-spi2-core-2.20.0.tar.xz -/at-spi2-core-2.20.1.tar.xz -/at-spi2-core-2.21.1.tar.xz -/at-spi2-core-2.21.2.tar.xz -/at-spi2-core-2.21.4.tar.xz -/at-spi2-core-2.22.0.tar.xz -/at-spi2-core-2.23.4.tar.xz -/at-spi2-core-2.23.90.tar.xz -/at-spi2-core-2.23.92.tar.xz -/at-spi2-core-2.24.0.tar.xz -/at-spi2-core-2.24.1.tar.xz -/at-spi2-core-2.25.2.tar.xz -/at-spi2-core-2.25.4.tar.xz -/at-spi2-core-2.25.90.tar.xz -/at-spi2-core-2.25.91.tar.xz -/at-spi2-core-2.25.92.tar.xz -/at-spi2-core-2.26.0.tar.xz -/at-spi2-core-2.26.2.tar.xz -/at-spi2-core-2.27.1.tar.xz -/at-spi2-core-2.27.92.tar.xz -/at-spi2-core-2.28.0.tar.xz -/at-spi2-core-2.30.0.tar.xz -/at-spi2-core-2.31.1.tar.xz -/at-spi2-core-2.31.2.tar.xz -/at-spi2-core-2.31.92.tar.xz -/at-spi2-core-2.32.0.tar.xz -/at-spi2-core-2.32.1.tar.xz -/at-spi2-core-2.33.1.tar.xz -/at-spi2-core-2.33.2.tar.xz -/at-spi2-core-2.33.90.tar.xz -/at-spi2-core-2.33.92.tar.xz -/at-spi2-core-2.34.0.tar.xz -/at-spi2-core-2.35.1.tar.xz -/at-spi2-core-2.35.92.tar.xz -/at-spi2-core-2.36.0.tar.xz -/at-spi2-core-2.37.90.tar.xz -/at-spi2-core-2.37.92.tar.xz -/at-spi2-core-2.38.0.tar.xz -/at-spi2-core-2.39.90.tar.xz -/at-spi2-core-2.39.90.1.tar.xz -/at-spi2-core-2.39.91.tar.xz -/at-spi2-core-2.40.0.tar.xz -/at-spi2-core-2.40.1.tar.xz -/at-spi2-core-2.40.2.tar.xz -/at-spi2-core-2.40.3.tar.xz -/at-spi2-core-2.42.0.tar.xz -/at-spi2-core-2.44.0.tar.xz -/at-spi2-core-2.44.1.tar.xz -/at-spi2-core-2.46.0.tar.xz -/at-spi2-core-2.47.1.tar.xz -/at-spi2-core-2.47.90.tar.xz -/at-spi2-core-2.48.0.tar.xz -/at-spi2-core-2.48.1.tar.xz -/at-spi2-core-2.48.2.tar.xz -/at-spi2-core-2.48.3.tar.xz -/at-spi2-core-2.49.1.tar.xz -/at-spi2-core-2.49.90.tar.xz -/at-spi2-core-2.49.91.tar.xz -/at-spi2-core-2.50.0.tar.xz -/at-spi2-core-2.50.1.tar.xz -/at-spi2-core-2.51.0.tar.xz -/at-spi2-core-2.51.90.tar.xz -/at-spi2-core-2.51.91.tar.xz -/at-spi2-core-2.52.0.tar.xz -/at-spi2-core-2.53.0.tar.xz -/at-spi2-core-2.53.1.tar.xz -/at-spi2-core-2.53.90.tar.xz -/at-spi2-core-2.54.0.tar.xz -/at-spi2-core-2.55.0.tar.xz -/at-spi2-core-2.55.0.1.tar.xz -/at-spi2-core-2.55.2.tar.xz -/at-spi2-core-2.55.90.tar.xz -/at-spi2-core-2.56.0.tar.xz -/at-spi2-core-2.56.1.tar.xz -/at-spi2-core-2.56.2.tar.xz +/at-spi2-core-*.tar.xz diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 10f2c93..f9b7367 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,11 +1,11 @@ Name: at-spi2-core -Version: 2.56.2 +Version: 2.57.0 Release: 1%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later URL: https://gitlab.gnome.org/GNOME/%{name}/ -Source0: https://download.gnome.org/sources/%{name}/2.56/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/2.57/%{name}-%{version}.tar.xz # scriptlet to set AT_SPI_BUS for XWayland apps that run as root (i.e. anaconda) # https://bugzilla.redhat.com/show_bug.cgi?id=1821345 Source1: xwayland-session-scriptlet @@ -15,6 +15,7 @@ BuildRequires: gettext BuildRequires: gi-docgen BuildRequires: gobject-introspection-devel BuildRequires: meson +BuildRequires: python3-devel BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(libei-1.0) @@ -128,6 +129,9 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_datadir}/dbus-1/accessibility-services/org.a11y.atspi.Registry.service %{_datadir}/dbus-1/services/org.a11y.Bus.service %{_userunitdir}/at-spi-dbus-bus.service +%dir %{python3_sitearch}/gi/overrides/ +%{python3_sitearch}/gi/overrides/Atspi.py +%{python3_sitearch}/gi/overrides/__pycache__/Atspi.* %files devel %{_libdir}/libatspi.so @@ -165,668 +169,4 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog -* Tue Apr 29 2025 nmontero - 2.56.2-1 -- Update to 2.56.2 - -* Mon Mar 31 2025 nmontero - 2.56.1-1 -- Update to 2.56.1 - -* Mon Mar 17 2025 nmontero - 2.56.0-1 -- Update to 2.56.0 - -* Mon Mar 03 2025 nmontero - 2.55.90-1 -- Update to 2.55.90 - -* Mon Feb 03 2025 nmontero - 2.55.2-1 -- Update to 2.55.2 - -* Thu Jan 16 2025 Fedora Release Engineering - 2.55.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Wed Jan 15 2025 nmontero - 2.55.0.1-1 -- Update to 2.55.0.1 - -* Mon Jan 13 2025 nmontero - 2.55.0-1 -- Update to 2.55.0 - -* Mon Sep 16 2024 nmontero - 2.54.0-1 -- Update to 2.54.0 - -* Sun Sep 01 2024 David King - 2.53.90-1 -- Update to 2.53.90 - -* Mon Aug 19 2024 Adam Williamson - 2.53.1-2 -- Backport MR #166 to fix crash in Orca (#2305763) - -* Thu Aug 08 2024 nmontero - 2.53.1-1 -- Update to 2.53.1 - -* Wed Jul 17 2024 Fedora Release Engineering - 2.53.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Tue Jul 16 2024 David King - 2.53.0-1 -- Update to 2.53.0 - -* Sat Mar 16 2024 David King - 2.52.0-1 -- Update to 2.52.0 - -* Mon Mar 04 2024 David King - 2.51.91-1 -- Update to 2.51.91 - -* Wed Feb 14 2024 David King - 2.51.90-1 -- Update to 2.51.90 - -* Mon Jan 22 2024 Fedora Release Engineering - 2.51.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jan 20 2024 David King - 2.51.0-1 -- Update to 2.51.0 - -* Fri Jan 19 2024 Fedora Release Engineering - 2.50.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Thu Jan 11 2024 Kalev Lember - 2.50.1-1 -- Update to 2.50.1 - -* Sat Sep 16 2023 Kalev Lember - 2.50.0-1 -- Update to 2.50.0 - -* Tue Sep 05 2023 Kalev Lember - 2.49.91-1 -- Update to 2.49.91 - -* Sat Aug 05 2023 Kalev Lember - 2.49.90-1 -- Update to 2.49.90 - -* Wed Jul 19 2023 Fedora Release Engineering - 2.49.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Tue Jul 18 2023 David King - 2.49.1-1 -- Update to 2.49.1 - -* Tue May 30 2023 Kalev Lember - 2.48.3-1 -- Update to 2.48.3 - -* Fri May 12 2023 David King - 2.48.2-1 -- Update to 2.48.2 - -* Thu May 11 2023 David King - 2.48.1-1 -- Update to 2.48.1 - -* Sun Mar 19 2023 David King - 2.48.0-1 -- Update to 2.48.0 - -* Sat Mar 04 2023 David King - 2.47.90-1 -- Update to 2.47.90 - -* Wed Jan 18 2023 Fedora Release Engineering - 2.47.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sun Jan 08 2023 David King - 2.47.1-1 -- Update to 2.47.1 - -* Wed Nov 02 2022 David King - 2.46.0-2 -- Require xprop for xwayland scriptlet (#2137281) - -* Thu Oct 27 2022 David King - 2.46.0-1 -- Update to 2.46.0 -- Merge of atk and at-spi2-atk - -* Wed Jul 20 2022 Fedora Release Engineering - 2.44.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Apr 22 2022 David King - 2.44.1-1 -- Update to 2.44.1 - -* Fri Mar 18 2022 David King - 2.44.0-1 -- Update to 2.44.0 - -* Wed Jan 19 2022 Fedora Release Engineering - 2.42.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Mon Sep 20 2021 Kalev Lember - 2.42.0-1 -- Update to 2.42.0 - -* Tue Aug 03 2021 Kalev Lember - 2.40.3-1 -- Update to 2.40.3 - -* Wed Jul 21 2021 Fedora Release Engineering - 2.40.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon Jun 21 2021 Kalev Lember - 2.40.2-1 -- Update to 2.40.2 - -* Wed May 05 2021 Kalev Lember - 2.40.1-1 -- Update to 2.40.1 - -* Thu Apr 15 2021 Adam Williamson - 2.40.0-2 -- Install a scriptlet to fix AT_SPI_BUS for Xwayland apps run as root (#1821345) - -* Mon Mar 22 2021 Kalev Lember - 2.40.0-1 -- Update to 2.40.0 - -* Mon Mar 15 2021 Kalev Lember - 2.39.91-1 -- Update to 2.39.91 - -* Mon Feb 22 2021 Kalev Lember - 2.39.90.1-1 -- Update to 2.39.90.1 - -* Wed Feb 17 2021 Kalev Lember - 2.39.90-1 -- Update to 2.39.90 -- Drop unused ldconfig_scriptlets macro call - -* Tue Jan 26 2021 Fedora Release Engineering - 2.38.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Sep 24 2020 Michael Catanzaro - 2.38.0-2 -- Add patch to fix a11y on login screen - -* Sat Sep 12 2020 Kalev Lember - 2.38.0-1 -- Update to 2.38.0 - -* Sun Sep 06 2020 Kalev Lember - 2.37.92-1 -- Update to 2.37.92 - -* Mon Aug 17 2020 Kalev Lember - 2.37.90-1 -- Update to 2.37.90 - -* Mon Jul 27 2020 Fedora Release Engineering - 2.36.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sun Mar 08 2020 Kalev Lember - 2.36.0-1 -- Update to 2.36.0 - -* Mon Mar 02 2020 Kalev Lember - 2.35.92-1 -- Update to 2.35.92 - -* Tue Jan 28 2020 Fedora Release Engineering - 2.35.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Tue Jan 21 2020 Kalev Lember - 2.35.1-1 -- Update to 2.35.1 - -* Mon Sep 09 2019 Kalev Lember - 2.34.0-1 -- Update to 2.34.0 - -* Tue Sep 03 2019 Kalev Lember - 2.33.92-1 -- Update to 2.33.92 - -* Mon Aug 12 2019 Kalev Lember - 2.33.90-1 -- Update to 2.33.90 - -* Wed Jul 24 2019 Fedora Release Engineering - 2.33.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Jun 18 2019 Kalev Lember - 2.33.2-1 -- Update to 2.33.2 - -* Tue May 21 2019 Kalev Lember - 2.33.1-1 -- Update to 2.33.1 - -* Tue Apr 16 2019 Adam Williamson - 2.32.1-2 -- Rebuild with Meson fix for #1699099 - -* Tue Apr 09 2019 Kalev Lember - 2.32.1-1 -- Update to 2.32.1 - -* Tue Mar 12 2019 Kalev Lember - 2.32.0-1 -- Update to 2.32.0 - -* Mon Mar 04 2019 Kalev Lember - 2.31.92-1 -- Update to 2.31.92 - -* Tue Feb 19 2019 Kalev Lember - 2.31.2-1 -- Update to 2.31.2 - -* Thu Jan 31 2019 Fedora Release Engineering - 2.31.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Jan 08 2019 Kalev Lember - 2.31.1-1 -- Update to 2.31.1 - -* Fri Sep 07 2018 Kalev Lember - 2.30.0-2 -- Rebuilt against fixed atk (#1626575) - -* Thu Sep 06 2018 Kalev Lember - 2.30.0-1 -- Update to 2.30.0 - -* Tue Aug 28 2018 Stephen Gallagher - 2.28.0-4 -- Update to newer version of dbus-broker support -- Resolves: rhbz#1622545 - -* Fri Aug 10 2018 David Herrmann - 2.28.0-3 -- Add support for dbus-broker alongside dbus-daemon - -* Thu Jul 12 2018 Fedora Release Engineering - 2.28.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Mar 13 2018 Kalev Lember - 2.28.0-1 -- Update to 2.28.0 - -* Mon Mar 12 2018 Kalev Lember - 2.27.92-1 -- Update to 2.27.92 - -* Wed Feb 07 2018 Fedora Release Engineering - 2.27.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Tue Dec 19 2017 Kalev Lember - 2.27.1-2 -- Drop unused buildrequires - -* Tue Dec 19 2017 Kalev Lember - 2.27.1-1 -- Update to 2.27.1 - -* Wed Nov 01 2017 Kalev Lember - 2.26.2-1 -- Update to 2.26.2 - -* Wed Sep 13 2017 Kalev Lember - 2.26.0-1 -- Update to 2.26.0 - -* Thu Sep 07 2017 Kalev Lember - 2.25.92-1 -- Update to 2.25.92 - -* Fri Aug 25 2017 Kalev Lember - 2.25.91-1 -- Update to 2.25.91 - -* Tue Aug 15 2017 Kalev Lember - 2.25.90-1 -- Update to 2.25.90 - -* Mon Aug 14 2017 Ville Skyttä - 2.25.4-4 -- Own %%{_libdir}/girepository-1.0 and %%{_datadir}/{defaults,gir-1.0} dirs - -* Wed Aug 02 2017 Fedora Release Engineering - 2.25.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 2.25.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sun Jun 25 2017 Kalev Lember - 2.25.4-1 -- Update to 2.25.4 - -* Mon Jun 12 2017 Kalev Lember - 2.25.2-1 -- Update to 2.25.2 - -* Tue May 09 2017 Kalev Lember - 2.24.1-1 -- Update to 2.24.1 - -* Tue Mar 21 2017 Kalev Lember - 2.24.0-1 -- Update to 2.24.0 - -* Thu Mar 16 2017 Kalev Lember - 2.23.92-1 -- Update to 2.23.92 - -* Tue Feb 14 2017 Richard Hughes - 2.23.90-1 -- Update to 2.23.90 - -* Mon Feb 13 2017 Richard Hughes - 2.23.4-1 -- Update to 2.23.4 - -* Fri Feb 10 2017 Fedora Release Engineering - 2.22.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Sep 26 2016 Kalev Lember - 2.22.0-1 -- Update to 2.22.0 -- Don't set group tags - -* Wed Jul 20 2016 Richard Hughes - 2.21.4-1 -- Update to 2.21.4 - -* Wed Jun 22 2016 Richard Hughes - 2.21.2-1 -- Update to 2.21.2 - -* Mon May 09 2016 Kalev Lember - 2.21.1-1 -- Update to 2.21.1 - -* Wed Apr 13 2016 Kalev Lember - 2.20.1-1 -- Update to 2.20.1 - -* Tue Mar 22 2016 Kalev Lember - 2.20.0-1 -- Update to 2.20.0 - -* Tue Mar 15 2016 Richard Hughes - 2.19.92-1 -- Update to 2.19.92 - -* Tue Mar 01 2016 Richard Hughes - 2.19.91-1 -- Update to 2.19.91 - -* Tue Feb 16 2016 Richard Hughes - 2.19.90-1 -- Update to 2.19.90 - -* Wed Feb 03 2016 Fedora Release Engineering - 2.19.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 24 2015 Kalev Lember - 2.19.2-1 -- Update to 2.19.2 - -* Wed Oct 28 2015 Kalev Lember - 2.19.1-1 -- Update to 2.19.1 - -* Mon Oct 12 2015 Kalev Lember - 2.18.1-1 -- Update to 2.18.1 - -* Mon Sep 21 2015 Kalev Lember - 2.18.0-1 -- Update to 2.18.0 - -* Mon Aug 17 2015 Kalev Lember - 2.17.90-1 -- Update to 2.17.90 -- Use make_install macro - -* Tue Jul 28 2015 Kalev Lember - 2.17.1-1 -- Update to 2.17.1 -- Use license macro for COPYING - -* Wed Jun 17 2015 Fedora Release Engineering - 2.16.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Mar 24 2015 Kalev Lember - 2.16.0-1 -- Update to 2.16.0 - -* Tue Feb 17 2015 Richard Hughes - 2.15.90-1 -- Update to 2.15.90 - -* Tue Jan 20 2015 Richard Hughes - 2.15.4-1 -- Update to 2.15.4 - -* Wed Dec 17 2014 Kalev Lember - 2.15.3-1 -- Update to 2.15.3 - -* Tue Nov 25 2014 Kalev Lember - 2.15.2-1 -- Update to 2.15.2 - -* Mon Nov 10 2014 Kalev Lember - 2.14.1-1 -- Update to 2.14.1 - -* Mon Sep 22 2014 Kalev Lember - 2.14.0-1 -- Update to 2.14.0 - -* Tue Sep 16 2014 Kalev Lember - 2.13.92-1 -- Update to 2.13.92 - -* Tue Aug 19 2014 Kalev Lember - 2.13.90-1 -- Update to 2.13.90 - -* Fri Aug 15 2014 Fedora Release Engineering - 2.13.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Tue Jul 22 2014 Kalev Lember - 2.13.4-2 -- Rebuilt for gobject-introspection 1.41.4 - -* Sun Jul 20 2014 Kalev Lember - 2.13.4-1 -- Update to 2.13.4 - -* Sat Jun 07 2014 Fedora Release Engineering - 2.13.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Tue Apr 29 2014 Richard Hughes - 2.13.1-1 -- Update to 2.13.1 - -* Sat Apr 05 2014 Kalev Lember - 2.12.0-2 -- Tighten -devel deps - -* Mon Mar 24 2014 Richard Hughes - 2.12.0-1 -- Update to 2.12.0 - -* Tue Mar 18 2014 Richard Hughes - 2.11.92-1 -- Update to 2.11.92 - -* Tue Mar 04 2014 Richard Hughes - 2.11.91-1 -- Update to 2.11.91 - -* Wed Feb 19 2014 Richard Hughes - 2.11.90-1 -- Update to 2.11.90 - -* Tue Feb 04 2014 Richard Hughes - 2.11.5-1 -- Update to 2.11.5 - -* Tue Dec 17 2013 Richard Hughes - 2.11.3-1 -- Update to 2.11.3 - -* Tue Nov 19 2013 Richard Hughes - 2.11.2-1 -- Update to 2.11.2 - -* Mon Nov 04 2013 Kalev Lember - 2.11.1-1 -- Update to 2.11.1 - -* Mon Oct 28 2013 Richard Hughes - 2.10.1-1 -- Update to 2.10.1 - -* Tue Sep 24 2013 Kalev Lember - 2.10.0-1 -- Update to 2.10.0 - -* Tue Sep 17 2013 Kalev Lember - 2.9.92-1 -- Update to 2.9.92 - -* Tue Sep 03 2013 Kalev Lember - 2.9.91-1 -- Update to 2.9.91 - -* Thu Aug 22 2013 Kalev Lember - 2.9.90-1 -- Update to 2.9.90 - -* Fri Aug 09 2013 Kalev Lember - 2.9.5-1 -- Update to 2.9.5 - -* Sun Jul 28 2013 Rui Matos - 2.9.4-3 -- Pass --force to autoreconf to be sure it does what we want - -* Sat Jul 20 2013 Rui Matos - 2.9.4-2 -- Run autoreconf instead of a sed hack to avoid RPATH embedding - -* Tue Jul 16 2013 Richard Hughes - 2.9.4-1 -- Update to 2.9.4 - -* Thu Jun 20 2013 Kalev Lember - 2.9.3-1 -- Update to 2.9.3 - -* Sun Jun 02 2013 Kalev Lember - 2.9.2-1 -- Update to 2.9.2 - -* Mon Mar 25 2013 Kalev Lember - 2.8.0-1 -- Update to 2.8.0 - -* Wed Mar 6 2013 Matthias Clasen - 2.7.91-1 -- Update to 2.7.91 - -* Thu Feb 21 2013 Kalev Lember - 2.7.90-1 -- Update to 2.7.90 - -* Tue Feb 05 2013 Kalev Lember - 2.7.5-1 -- Update to 2.7.5 - -* Tue Jan 15 2013 Matthias Clasen - 2.7.4.1-1 -- Update to 2.7.4.1 - -* Tue Jan 15 2013 Matthias Clasen - 2.7.4-1 -- Update to 2.7.4 - -* Thu Dec 20 2012 Kalev Lember - 2.7.3-1 -- Update to 2.7.3 - -* Fri Nov 09 2012 Kalev Lember - 2.7.1-1 -- Update to 2.7.1 - -* Wed Oct 17 2012 Kalev Lember - 2.6.1-1 -- Update to 2.6.1 - -* Tue Sep 25 2012 Richard Hughes - 2.6.0-1 -- Update to 2.6.0 - -* Wed Sep 19 2012 Richard Hughes - 2.5.92-1 -- Update to 2.5.92 - -* Tue Sep 04 2012 Richard Hughes - 2.5.91-1 -- Update to 2.5.91 - -* Tue Aug 07 2012 Richard Hughes - 2.5.5-1 -- Update to 2.5.5 - -* Fri Jul 27 2012 Fedora Release Engineering - 2.5.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Jul 17 2012 Richard Hughes - 2.5.4-1 -- Update to 2.5.4 - -* Tue Jun 26 2012 Richard Hughes - 2.5.3-1 -- Update to 2.5.3 - -* Wed Jun 06 2012 Richard Hughes - 2.5.2-1 -- Update to 2.5.2 - -* Sat May 05 2012 Kalev Lember - 2.5.1-1 -- Update to 2.5.1 - -* Tue Apr 17 2012 Kalev Lember - 2.4.1-1 -- Update to 2.4.1 - -* Tue Mar 27 2012 Matthias Clasen - 2.4.0-1 -- Update to 2.4.0 - -* Wed Mar 21 2012 Kalev Lember - 2.3.92-1 -- Update to 2.3.92 - -* Mon Mar 5 2012 Matthias Clasen - 2.3.91-1 -- Update to 2.3.91 - -* Sat Feb 25 2012 Matthias Clasen - 2.3.90-1 -- Update to 2.3.90 - -* Tue Feb 7 2012 Matthias Clasen - 2.3.5-1 -- Update to 2.3.5 - -* Tue Jan 17 2012 Matthias Clasen - 2.3.4-1 -- Update to 2.3.4 - -* Tue Jan 10 2012 Peter Robinson - 2.3.3-2 -- Fix the rpath issue for building gobject-introspection properly as suggested from upstream - -* Tue Dec 20 2011 Matthias Clasen - 2.3.3-1 -- Update to 2.3.3 - -* Mon Nov 21 2011 Matthias Clasen - 2.3.2-1 -- Update to 2.3.2 - -* Wed Nov 2 2011 Matthias Clasen - 2.3.1-1 -- Update to 2.3.1 - -* Wed Oct 26 2011 Fedora Release Engineering - 2.2.1-2 -- Rebuilt for glibc bug#747377 - -* Tue Oct 18 2011 Matthias Clasen - 2.2.1-1 -- Update to 2.2.1 - -* Tue Sep 27 2011 Ray - 2.2.0-1 -- Update to 2.2.0 - -* Tue Sep 20 2011 Matthias Clasen - 2.1.92-1 -- Update to 2.1.92 - -* Mon Sep 5 2011 Matthias Clasen - 2.1.91-1 -- Update to 2.1.91 - -* Thu Sep 1 2011 Matthias Clasen - 2.1.90-3 -- Drop the %%{_isa} again, it seems to give autoqa trouble - -* Tue Aug 30 2011 Matthias Clasen - 2.1.90-2 -- Fix requires - -* Tue Aug 30 2011 Matthias Clasen - 2.1.90-1 -- Update to 2.1.90 - -* Tue Aug 16 2011 Matthias Clasen - 2.1.5-1 -- Update to 2.1.5 - -* Mon Jul 25 2011 Matthias Clasen - 2.1.4-1 -- Update to 2.1.4 - -* Thu Jun 16 2011 Tomas Bzatek - 2.1.2-1 -- Update to 2.1.2 - -* Wed May 11 2011 Tomas Bzatek - 2.1.1-1 -- Update to 2.1.1 - -* Tue Apr 26 2011 Matthias Clasen - 2.0.1-1 -- Update to 2.0.1 - -* Mon Apr 4 2011 Matthias Clasen - 2.0.0-1 -- Update to 2.0.0 - -* Fri Apr 1 2011 Matthias Clasen - 1.91.93-2 -- Fix 30 second wait during login (#691995) - -* Fri Mar 25 2011 Matthias Clasen - 1.91.93-1 -- Update to 1.91.93 - -* Mon Mar 21 2011 Matthias Clasen - 1.91.92-1 -- Update to 2.91.92 - -* Wed Mar 9 2011 Matthias Clasen - 1.91.91-2 -- Fix a crash on logout - -* Mon Mar 7 2011 Matthias Clasen - 1.91.91-1 -- Update to 1.91.91 - -* Tue Feb 22 2011 Matthias Clasen - 1.91.90-1 -- Update to 1.91.90 - -* Mon Feb 07 2011 Fedora Release Engineering - 1.91.6.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Feb 2 2011 Christopher Aillon - 1.91.6.1-1 -- Update to 1.91.6.1 - -* Tue Feb 1 2011 Christopher Aillon - 1.91.6-1 -- Update to 1.91.6 - -* Fri Jan 21 2011 Christopher Aillon - 1.91.5-2 -- Add gobject-introspection support - -* Mon Jan 10 2011 Matthias Clasen - 1.91.5-1 -- Update to 1.91.5 - -* Thu Nov 11 2010 Matthias Clasen - 1.91.2-1 -- Update 1.91.2 - -* Mon Oct 4 2010 Matthias Clasen - 1.91.0-1 -- Update to 1.91.0 - -* Wed Sep 29 2010 Matthias Clasen - 0.4.0-1 -- Update to 0.4.0 - -* Tue Aug 31 2010 Matthias Clasen - 0.3.91-1 -- Update to 0.3.91 - -* Wed Aug 18 2010 Matthias Clasen - 0.3.90-1 -- Update to 0.3.90 - -* Tue Jun 29 2010 Matthias Clasen - 0.3.4-1 -- Update to 0.3.4 - -* Tue Jun 8 2010 Matthias Clasen - 0.3.3-1 -- Update to 0.3.3 - -* Tue Jun 1 2010 Matthias Clasen - 0.3.2-2 -- Don't relocate the dbus a11y stack - -* Fri May 28 2010 Matthias Clasen - 0.3.2-1 -- Update to 0.3.2 - -* Sat May 15 2010 Matthias Clasen - 0.3.1-1 -- Update to 0.3.1 - -* Tue Mar 30 2010 Matthias Clasen - 0.1.8-1 -- Update to 0.1.8 - -* Sat Feb 20 2010 Matthias Clasen - 0.1.7-1 -- Update to 0.1.7 - -* Wed Feb 10 2010 Tomas Bzatek - 0.1.6-1 -- Update to 0.1.6 - -* Wed Jan 20 2010 Matthias Clasen - 0.1.5-2 -- Specify the right location for the dbus daemon - -* Sun Jan 17 2010 Matthias Clasen - 0.1.5-1 -- Update to 0.1.5 - -* Tue Dec 22 2009 Matthias Clasen - 0.1.4-1 -- Update to 0.1.4 - -* Fri Dec 4 2009 Matthias Clasen - 0.1.3-1 -- Initial packaging +%autochangelog diff --git a/sources b/sources index 859ec54..5c8865f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.56.2.tar.xz) = 223908ebf65b6e44681deec4ec0cbcc55300f8a53b5b60f6d7720cbbed4588110dca2d3d8fb7470718abe0b35fe6ca819051570a5c4ee62707b7d6d99fecc8d0 +SHA512 (at-spi2-core-2.57.0.tar.xz) = 285c6619a9df9f4d5c801d2ce02efd78378c125953b4414c445225c4c01b52d347bb095233d99ab6a4eaf075d8e9ba5242b480eeb96e98e2e18a9f110f05cad7 From 533ed8b972c8650df79709e1444e5ecd43449861 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 17:22:56 +0000 Subject: [PATCH 25/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- at-spi2-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index f9b7367..6054740 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,6 +1,6 @@ Name: at-spi2-core Version: 2.57.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later @@ -169,4 +169,7 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 2.57.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + %autochangelog From 088829b7ced070e6fb0112784e42e2bddb2c6f75 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Thu, 31 Jul 2025 12:54:30 +0200 Subject: [PATCH 26/34] Fix botched conversion to %autorelease and %autochangelog [skip changelog] --- at-spi2-core.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 6054740..3f430d9 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,6 +1,6 @@ Name: at-spi2-core Version: 2.57.0 -Release: 2%{?dist} +Release: %autorelease Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later @@ -169,7 +169,4 @@ install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/0 %{_libdir}/pkgconfig/atk-bridge-2.0.pc %changelog -* Wed Jul 23 2025 Fedora Release Engineering - 2.57.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - %autochangelog From 598c0e94ea702e4a8026e4c0a7becfd84962a8ec Mon Sep 17 00:00:00 2001 From: nmontero Date: Tue, 5 Aug 2025 10:00:19 +0200 Subject: [PATCH 27/34] Update to 2.57.1 --- at-spi2-core.spec | 2 +- sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 3f430d9..e47c121 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,5 +1,5 @@ Name: at-spi2-core -Version: 2.57.0 +Version: 2.57.1 Release: %autorelease Summary: Protocol definitions and daemon for D-Bus at-spi diff --git a/sources b/sources index 5c8865f..789c1b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.57.0.tar.xz) = 285c6619a9df9f4d5c801d2ce02efd78378c125953b4414c445225c4c01b52d347bb095233d99ab6a4eaf075d8e9ba5242b480eeb96e98e2e18a9f110f05cad7 +SHA512 (at-spi2-core-2.57.1.tar.xz) = 83d6da0497ff02ad797f0ef207bca990a6350b5a051e25ee10888cc5e2f14962783e185ee400393419362829db8c5aea6785c0ddc3541e6eb711d08e65444465 From cfaefa0ece7690d91065eee02bee941a1e7352b3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 12:38:49 +0200 Subject: [PATCH 28/34] Rebuilt for Python 3.14.0rc2 bytecode From eacbe8c3d1c155b2017b9cb11f903e8121f15628 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Thu, 4 Sep 2025 10:46:08 -0500 Subject: [PATCH 29/34] Update to 2.57.2 --- at-spi2-core.spec | 2 +- sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index e47c121..394718d 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,5 +1,5 @@ Name: at-spi2-core -Version: 2.57.1 +Version: 2.57.2 Release: %autorelease Summary: Protocol definitions and daemon for D-Bus at-spi diff --git a/sources b/sources index 789c1b7..c547785 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.57.1.tar.xz) = 83d6da0497ff02ad797f0ef207bca990a6350b5a051e25ee10888cc5e2f14962783e185ee400393419362829db8c5aea6785c0ddc3541e6eb711d08e65444465 +SHA512 (at-spi2-core-2.57.2.tar.xz) = 2db9bd82b66f55450f341bb09465f97c97330807f209c8cc2c0528fd3676fe1bfe8a407a0f8c8b2b199eaa15ee2a171fa2a86b2660b26bd534fc2a5faa1316a6 From 840eb002f7b9cd8e8664092b94c02ad683642803 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Mon, 15 Sep 2025 10:12:46 -0500 Subject: [PATCH 30/34] Update to 2.58.0 --- at-spi2-core.spec | 4 ++-- sources | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 394718d..2ab3948 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,11 +1,11 @@ Name: at-spi2-core -Version: 2.57.2 +Version: 2.58.0 Release: %autorelease Summary: Protocol definitions and daemon for D-Bus at-spi License: LGPL-2.1-or-later URL: https://gitlab.gnome.org/GNOME/%{name}/ -Source0: https://download.gnome.org/sources/%{name}/2.57/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/2.58/%{name}-%{version}.tar.xz # scriptlet to set AT_SPI_BUS for XWayland apps that run as root (i.e. anaconda) # https://bugzilla.redhat.com/show_bug.cgi?id=1821345 Source1: xwayland-session-scriptlet diff --git a/sources b/sources index c547785..bf0b294 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.57.2.tar.xz) = 2db9bd82b66f55450f341bb09465f97c97330807f209c8cc2c0528fd3676fe1bfe8a407a0f8c8b2b199eaa15ee2a171fa2a86b2660b26bd534fc2a5faa1316a6 +SHA512 (at-spi2-core-2.58.0.tar.xz) = bbcc82e324d6d0d26962804c500afc72d05554399b51a631d1253b35ba5bd456573cfaa0659f253fc0cfc4d0395b97bc4ba2d91c909051be8be4fd61b7ec0e47 From 30293b96e4ce400d230411aef018f24a1f58e08a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:07:49 +0200 Subject: [PATCH 31/34] Rebuilt for Python 3.14.0rc3 bytecode From 9c89c8210ac40a5daba593d377655b44e1345575 Mon Sep 17 00:00:00 2001 From: Petr Schindler Date: Mon, 13 Oct 2025 21:20:21 +0200 Subject: [PATCH 32/34] Update to 2.58.1 --- at-spi2-core.spec | 2 +- sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 2ab3948..d0c7267 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,5 +1,5 @@ Name: at-spi2-core -Version: 2.58.0 +Version: 2.58.1 Release: %autorelease Summary: Protocol definitions and daemon for D-Bus at-spi diff --git a/sources b/sources index bf0b294..06d5eae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.58.0.tar.xz) = bbcc82e324d6d0d26962804c500afc72d05554399b51a631d1253b35ba5bd456573cfaa0659f253fc0cfc4d0395b97bc4ba2d91c909051be8be4fd61b7ec0e47 +SHA512 (at-spi2-core-2.58.1.tar.xz) = 95ab458262b0e310f71760f68ec2247d0a6cc9349ca0919da4867815ff252a5820efb41f8b815b9d715a1836daaab6e03db0fd4a05ada420894c7383b47f410e From bce5ead9ca49e16ee6fae631857066895f5d5188 Mon Sep 17 00:00:00 2001 From: Adrian Vovk Date: Tue, 9 Dec 2025 19:29:09 -0500 Subject: [PATCH 33/34] Update to 2.58.2 --- at-spi2-core.spec | 2 +- sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index d0c7267..c6c42ca 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,5 +1,5 @@ Name: at-spi2-core -Version: 2.58.1 +Version: 2.58.2 Release: %autorelease Summary: Protocol definitions and daemon for D-Bus at-spi diff --git a/sources b/sources index 06d5eae..d7266de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (at-spi2-core-2.58.1.tar.xz) = 95ab458262b0e310f71760f68ec2247d0a6cc9349ca0919da4867815ff252a5820efb41f8b815b9d715a1836daaab6e03db0fd4a05ada420894c7383b47f410e +SHA512 (at-spi2-core-2.58.2.tar.xz) = 2cc9169c246624de3584db9068e49b8f7380f8dfc328fe028397a4ec6c901266c80685a0a4fdc30cdc2e8c0f1f3a34efbc304f318569f193270490851107d4ec From 3e92b962a27ae65fa5f8f624048890fa21c2edd2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 04:04:47 +0000 Subject: [PATCH 34/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild