- Update to version 49.2:
+ Web:
- Fix double prsentation of lines with new line characters.
- Fix several chattiness issues.
+ General:
- Treat space as a printable character during password input.
- Don't say "grayed" in editable table cells regardless of
state.
- Fall back on descendants when presenting editable table cell
content.
+ Updated translations.
OBS-URL: https://build.opensuse.org/request/show/1320042
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/orca?expand=0&rev=366
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">49.5</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>
|
|
|