Files
lua-serpent/_service
Michal Suchanek 5fe1fbb57a - Update to version 0.30+git12.139fc18263bc:
* Updated tag and dependencies (#42, #44).
  * Fix path in rockspec file (closes #44).
  * Updated formatting.
  * Updated rockspec to reference tag and https URL (closes #42).
  * Added option to change radix for floating numbers (closes #36, closes #37).
  * Added version number to `numformat` when the change was introduced (#17).
  * Updated to add a note on `numformat` option for better readability (#17).
  * Updated copyright dates.
  * Fixed incorrect sref name used for tables within table keys
  * Use an scm rockspec instead of storing release rockspecs (closes #31).

- lua-serpent 0.30

OBS-URL: https://build.opensuse.org/package/show/Kernel:tools/lua-serpent?expand=0&rev=1
2023-07-21 19:23:53 +00:00

15 lines
534 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/pkulchenko/serpent.git</param>
<param name="revision">master</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled" />
</services>