SHA256
1
0
forked from pool/mdbook
mdbook/_service
Soc Virnyl Estela c32caefcd1 - Update to version 0.4.30:
* Apply some code style changes.
  * Expand on hidelines documentation.
  * Explicitly document the `hidelines` key.
  * Support hidden lines in languages other than Rust
  * Fix search for custom heading attributes
  * Add an integration test for heading attributes
  * Update pulldown-cmark to 0.9.3
  * Add a test to the test_book for custom heading attributes
  * Don't include empty class attribute.
  * Update documentation for heading attributes
  * docs suggestion
  * Add working heading extension
  * Update test_book highlight.md

OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=26
2023-05-30 00:33:24 +00:00

27 lines
1.0 KiB
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/rust-lang/mdBook</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">9349204</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zstd</param>
</service>
<service mode="disabled" name="set_version" />
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">mdBook</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">mdBook</param>
</service>
</services>