* Upgrade libutf to Unicode 17.0.0 * Define STRSIZE in terms of BLOCKSIZE * Remove vertical lines from table in samrc.5 * Fix behavior of eq_cmd * Fix typo in pre-commit * Include the lib directories as dependencies of sam & samterm * Apply documentation fixes * Inform the editor of cursor movement in the terminal * Fix double-free in cd code * Fix a couple more empty-rasp issues
15 lines
492 B
Plaintext
15 lines
492 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="versionprefix">0+git</param>
|
|
<param name="url">https://github.com/japanoise/sam.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="manual"/>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|