* Update CHANGELOG.md for 1.6. * Update README.md to point to release 1.6 in instructions * Fix installation of man pages in proper man dirs - Added only-build-shared-library.patch. - Update to version 1.6: * Created a new manpages for gamemoderun and the example, now called gamemode-simulate-game. * Copy default config file to the correct location. * Allow LD_PRELOAD to be overridden in $GAMEMODERUNEXEC. * Various minor bugfixes. - Drop special handling for no longer supported Leap 42. OBS-URL: https://build.opensuse.org/package/show/games:tools/gamemode?expand=0&rev=20
16 lines
560 B
Plaintext
16 lines
560 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/FeralInteractive/gamemode.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">1.6</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="disabled" />
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|