+ Web: Enter focus mode when focus moves inside descendant of web
app.
+ General:
- Fix bug in adjust_for_digits() that could cause the space
between words to be removed.
- Fix bug that could lead to the double-presentation of
value-change events.
- Fix traceback from debugging utilities.
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/orca?expand=0&rev=352
20 lines
707 B
XML
20 lines
707 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<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.6</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<!-- <param name="changesgenerate">enable</param> -->
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|
|
|