Files
par_text/_service
Matěj Cepl 23f9fd10d5 Convert back to _service; source-as-a-submodule is not
permitted yet.
Update to version 1.53.0+git.1736064647.1430e33:
  * doc: editorial changes for man page
  * doc: add missing patchlet for fixing par.1
  * test: we currently do not support non-UTF8 wide characters
  * fix: use swprintf(3) for wchar_t string.
  * chore: don't ignore existing environmental variables
  * feat: add README.md and LICENSE
  * Add another test case. Karel Hynek Mácha: Cikáni
  * Make tests working even with Latin-1 and UTF-8 texts.
  * add a Makefile that sets up variables for the protoMakefile from upstream
  * fix cross compilation
2025-04-23 12:01:00 +02:00

16 lines
546 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://git.sr.ht/~mcepl/par</param>
<param name="versionprefix">1.53.0+git</param>
<param name="revision">devel</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="manual"/>
</services>