+ Fixed a bug where the pause button would not work by clicking
+ Updated translations.
- Update to version 49.2.2:
+ Fixed incorrect margins for the statistics when the next block
preview was disabled
+ Fixed focus for the main menu, enabling screen readers and
keyboard navigation
+ The game now pauses when it loses focus (pauses when the main
menu is shown)
+ Updated libgnome-games-support
+ Fixed a bug where on a new score, the player name entry
wouldn't be focused if its rank was less than 10
+ Updated translations.
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/quadrapassel?expand=0&rev=78
19 lines
718 B
XML
19 lines
718 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/quadrapassel.git</param>
|
|
<param name="revision">49.2.3</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v?(.*)\+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>
|