Files
lha/_service
Martin Pluskal edebc19f8a - Update to version 1.14.1~git.20230329:
* Update lharc.c (#38)
  * Update header.c
  * lha-test20: test-tmp-stdout must be in utf8, even on non-utf8 systems.
  * Fix lha-test20 to count errors correctly.
  * Fix test20 to be timezone independent
  * Change spaces to tab.
  * fix #31

OBS-URL: https://build.opensuse.org/package/show/Archiving/lha?expand=0&rev=4
2023-05-20 07:59:10 +00:00

16 lines
549 B
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/jca02266/lha.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">lha</param>
<param name="versionformat">1.14.1~git.%cd</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>