Matěj Cepl
21b7105dee
Some checks failed
obs/scm/build
https://git.sr.ht/~mcepl/par, which includes all patches available for the program collected from all other distributions. Update to version 1.53.0+git.1721308378.56c5d7a: * 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 * print error messages * Add multibyte characters support in par(1)
17 lines
590 B
Plaintext
17 lines
590 B
Plaintext
<services>
|
|
<service name="obs_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="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|