Files
sam/_service
Matěj Cepl 1a45fff81b Update to version 0+git.1759613702.d2e167d
* 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
2025-11-27 23:10:37 +01:00

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>