forked from pool/mdbook
Accepting request 1090647 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1090647 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdbook?expand=0&rev=11
This commit is contained in:
commit
e472f5445c
4
_service
4
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/rust-lang/mdBook</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">00a30a9</param>
|
||||
<param name="revision">v0.4.30</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@ -24,4 +24,4 @@
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">mdBook</param>
|
||||
</service>
|
||||
</services>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2f9198e87dba1fc9f7d7885f59ed02c36b79ed174ee14bec36f386683def7fd
|
||||
size 1358803
|
3
mdBook-0.4.30.tar.zst
Normal file
3
mdBook-0.4.30.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2375a43ff17afd53353f242d8c89b8ed923daa6edc2da76d36912a7f477907c
|
||||
size 1360399
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 03 04:19:39 UTC 2023 - william.brown@suse.com
|
||||
|
||||
- Update vendored dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 30 00:32:17 UTC 2023 - socvirnyl.estela@gmail.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 20 10:45:36 UTC 2023 - socvirnyl.estela@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: mdbook
|
||||
Version: 0.4.29
|
||||
Version: 0.4.30
|
||||
Release: 0
|
||||
Summary: Create books from markdown
|
||||
License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND MPL-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11f1a8066897c7fcc6af5854956e15de2e4c66753b2aa2d5daec11fba0674f21
|
||||
size 36757148
|
||||
oid sha256:72fd3e55d089dc0d51c1c7146e19c2a75456f1449e045c2aad9740a739e172c5
|
||||
size 36730473
|
||||
|
Loading…
x
Reference in New Issue
Block a user