forked from pool/mdbook
Accepting request 1067127 from devel:languages:rust
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1067127 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdbook?expand=0&rev=6
This commit is contained in:
commit
a15262522c
10
_service
10
_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">c640294dbf7c416dd959be9d02436d7055c97293</param>
|
||||
<param name="revision">7c4562a8b3fe103f574b0056a687ee1174c3b7d1</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@ -13,13 +13,15 @@
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</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">xz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled" />
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">mdBook</param>
|
||||
</service>
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64239d013c3eb898a587455b137e2e32868c9ec8be79762298ad637659587b98
|
||||
size 1294916
|
3
mdBook-0.4.27.tar.zst
Normal file
3
mdBook-0.4.27.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f166a7e5ff26951a4a4feed6dab100a705e77937e7f38c67532f20530f092189
|
||||
size 1358287
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 15 09:45:49 UTC 2023 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 0.4.27:
|
||||
* Update to 0.4.27
|
||||
* Also make sure releases use --locked
|
||||
* Make sure CI runs with --locked
|
||||
* Revert "bump 'toml' dependency"
|
||||
* Remove spammy `debug!` log from `path_to_root`
|
||||
* Update to 0.4.26
|
||||
* Update some direct dependencies
|
||||
* Add some comments about overflow-x
|
||||
* bump 'toml' dependency
|
||||
* Fix incorrect version command
|
||||
* Remove dependency to time 0.1.44
|
||||
* fix overflow-x on mobile
|
||||
* Remove the WebKit-specific scrollbar styling altogether
|
||||
* Add issue templates and update contributor docs
|
||||
* Make fonts part of the theme.
|
||||
* Fix MDBOOK_BOOK environment variable example
|
||||
* Thin scrollbars in Chrome and Safari to make them less assertive (#1483)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 15 21:43:59 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: mdbook
|
||||
Version: 0.4.25
|
||||
Version: 0.4.27
|
||||
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
|
||||
URL: https://github.com/rust-lang/mdBook
|
||||
Source0: mdBook-%{version}.tar.xz
|
||||
Source1: vendor.tar.xz
|
||||
Source0: mdBook-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: rust+cargo
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62f357ce61af8f51200863a30c46d16794d505709c3f4c3afae85b47d03e4737
|
||||
size 16699276
|
3
vendor.tar.zst
Normal file
3
vendor.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:635d009514dbfcb930499c9881f73db29d8c55bef18399ece153c4849e30579c
|
||||
size 23451657
|
Loading…
Reference in New Issue
Block a user