Files
mergiraf/_service
Andrei Dziahel 709e95b4a0 - Update to version 0.16.1:
* Set version to 0.16.1
  * ci: update action to upload releases (#640)
- Update to version 0.16.0:
  * Set version to 0.16.0
  * feat: use tree-sitter-c to parse `.c` files (#634)
  * ci: generate release artifacts (#635)
  * test: allow passing contents to `create_file{s,}_for_{merge,solve}` (#632)
  * chore: update dependencies (#628)
  * fix(Rust): restrict commutativity of `derive` attributes (#626)
  * fix: stack overflow when forcing line-based merges (#623)
  * fix(merge): don't panic on non-UTF-8 content (#620)
  * fix(merge): Don't fail if the revisions contain stray conflict markers (#615)
  * feat(rust): Add `derive` attribute as commutative parent (#614)
  * fix: preserve CRLF newlines in `solve` and `merge` commands (#608)
  * fix(toml): Invalid signature for keys (#607)
  * chore: Better error types for TreeBuilder (#563)
  * perf: reduce the number of calls to git-check-attr (#602)
  * chore(lang_profile): rm leftover function (#604)
  * feat(Git): support reading language from git attributes (#599)
  * docs: Further improvements to the tutorial to add a language (#597)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/mergiraf?expand=0&rev=15
2025-11-06 16:34:39 +00:00

22 lines
777 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="url">https://codeberg.org/mergiraf/mergiraf.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v0.16.1</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="buildtime" name="tar"/>
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="manual">
<param name="basename">mergiraf</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">mergiraf</param>
</service>
</services>