* Version 1.46.1. * docs/nbdkit_read_password.pod: Fix typo in Python description * server: Rewrite ugly macros in nbdkit_debug_hexdump * tests: Fix some copy/paste errors in debug_hexdump tests * file: Link to delay filter in the SEE ALSO section * file: Sort plugin names in SEE ALSO section * file: Improve flow of documentation of dir parameter * docs: Match all return value descriptions of nbdkit_parse_* * docs: Fix thinko and clarify description of nbdkit_parse_* functions * tests/test-ocaml-errorcodes.c: Fix typo in error messages * ocaml: Fix comment about parse_* functions OBS-URL: https://build.opensuse.org/package/show/Virtualization/nbdkit?expand=0&rev=57
19 lines
713 B
Plaintext
19 lines
713 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="filename">nbdkit</param>
|
|
<param name="revision">v1.46.1</param>
|
|
<param name="scm">git</param>
|
|
<param name="submodules">disable</param>
|
|
<param name="url">https://gitlab.com/nbdkit/nbdkit.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|