Bjørn Lie
0993b3ace5
+ Fix metainfo screenshots - Update to version 47.1: + Fix tooltip font color in light mode + Fix a case when the highlighter doesn't get cleared with undo + Fix view not grabbing the focus on start blocking keyboard shortcuts + Fix reset zoom shortcut not working + Fix pause button having no tooltip + Fix meson build requirements + Updated translations. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-sudoku?expand=0&rev=118
20 lines
719 B
XML
20 lines
719 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/gnome-sudoku.git</param>
|
|
<param name="revision">47.1.1</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>
|
|
|