Backport the automatic reading of error-message relation everywhere

Resolves: RHEL-132453
This commit is contained in:
Lukáš Tyrychtr 2026-03-31 15:46:44 +02:00
parent 415cc193c1
commit 368fd3bd3f
2 changed files with 1145 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,12 +2,13 @@
Name: orca
Version: 48.9
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Assistive technology for people with visual impairments
License: LGPL-2.1-or-later
URL: https://wiki.gnome.org/Projects/Orca
Source0: https://download.gnome.org/sources/%{name}/48/%{name}-%{tarball_version}.tar.xz
Patch0: error-message-everywhere.patch
BuildArch: noarch
@ -74,6 +75,10 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/orca-autostart.de
%{_mandir}/man1/orca.1*
%changelog
* Tue Mar 31 2026 Lukas Tyrychtr <ltyrycht@redhat.com>
- Backport announcing error-message relation announcement in non-web contexts from 49
Resolves: RHEL-132453
* Tue Mar 03 2026 Lukas Tyrychtr <ltyrycht@redhat.com>
- Bump version so the CI is happy
Resolves: RHEL-150866