- Upstream changes for 1.15.8: * Updated Chinese (Traditional) translation * Return None for unknown steam_version - Version 1.15.7: * Fixed Steam Flatpak not launching Faugus games - Version 1.15.6: * Read playtime before updating it * Show donate message after 30 minutes * Fixed segmentation fault * Fixed default proton * Updated Portuguese translation * Added donate dialog * Fixed game not running from file manager * List Steam games even with update pending * Support for LSFG-VK 2.0 Added support for future version of LSFG-VK, keeping current version 1.x working until it is deprecated in the future. * Updated Dutch translation - Version 1.15.5: * Fixed Steam games not running when having gamemode enabled in settings - Version 1.15.4: * Fixed steam shortcuts.vdf detection * Added Chinese (Traditional) translation OBS-URL: https://build.opensuse.org/package/show/games:tools/faugus-launcher?expand=0&rev=26
20 lines
749 B
Plaintext
20 lines
749 B
Plaintext
<services>
|
|
<!-- Using tar_scm to automate source code downloads -->
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/Faugus/faugus-launcher.git</param>
|
|
<param name="revision">1.15.8</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v?([0-9]+(\.[0-9])*)(\+0)?</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
|
|
<!-- Update the version in spec file -->
|
|
<service name="set_version" mode="manual"/>
|
|
</services> |