Accepting request 1284559 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1284559 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orca?expand=0&rev=184
This commit is contained in:
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 10 11:53:36 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.2:
|
||||
+ Web:
|
||||
- Fix two instances of Orca failing to interrupt speech during
|
||||
navigation.
|
||||
- Handle structural navigation among headings with broken ARIA
|
||||
authoring.
|
||||
- Fix population of the enable-structural-navigation checkbox.
|
||||
+ Flat Review:
|
||||
- Fall back to clicking on object when clicking on character
|
||||
fails.
|
||||
- Work around issue causing objects with "dead"/missing
|
||||
children to not be included in the collection of objects.
|
||||
+ General:
|
||||
- Fix several unhandled exceptions.
|
||||
- Fix chattiness related to deleting selected text.
|
||||
- Include state expanded when generating braille for table rows.
|
||||
- Include ancestors when generating speech for focused combo
|
||||
boxes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 16:35:15 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%global __requires_exclude typelib\\(Wnck\\)
|
||||
|
||||
Name: orca
|
||||
Version: 48.1
|
||||
Version: 48.2
|
||||
Release: 0
|
||||
Summary: Screen reader for GNOME
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/orca.git</param>
|
||||
<param name="revision">48.1</param>
|
||||
<param name="revision">48.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
+3
-3
@@ -1,4 +1,4 @@
|
||||
name: orca
|
||||
version: 48.1
|
||||
mtime: 1746105499
|
||||
commit: fa547f22082013b56b26ba4a469a002657e2d586
|
||||
version: 48.2
|
||||
mtime: 1749554024
|
||||
commit: 9e4e0dea3d902970b5555c3b7814b53d60477982
|
||||
|
||||
Reference in New Issue
Block a user