forked from pool/mdbook
Accepting request 1141734 from devel:languages:rust
- Fix FTBFS by updating how we use obs-service-cargo to automate vendoring of dependencies. - Update to version 0.4.36: * Added - Added Nim to the default highlighted languages. - Added a small indicator for the sidebar resize handle. * Changed - Updated dependencies. MSRV raised to 1.70.0. * Fixed - Fixed blank column in print page when the sidebar was visible. - Fixed indentation of code blocks when Javascript is disabled. - Fixed a panic when mdbook serve or mdbook watch were given certain kinds of paths. - Update vendored dependencies. OBS-URL: https://build.opensuse.org/request/show/1141734 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdbook?expand=0&rev=16
This commit is contained in:
commit
776bf623b0
@ -1,5 +0,0 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fcefce12acc957c1d604e60c309502b9ec37040f6f70656f12c81374ff27bd4
|
||||
size 1527612
|
3
mdbook-0.4.36.tar.gz
Normal file
3
mdbook-0.4.36.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd47214172ecf95e1b2cbcbebb8428d0b029e0de5dce74204b3c3a91f26223a1
|
||||
size 1528538
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 12:06:54 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- Fix FTBFS by updating how we use obs-service-cargo to automate
|
||||
vendoring of dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 18 02:32:06 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- Update to version 0.4.36:
|
||||
* Added
|
||||
- Added Nim to the default highlighted languages.
|
||||
- Added a small indicator for the sidebar resize handle.
|
||||
* Changed
|
||||
- Updated dependencies. MSRV raised to 1.70.0.
|
||||
* Fixed
|
||||
- Fixed blank column in print page when the sidebar was visible.
|
||||
- Fixed indentation of code blocks when Javascript is disabled.
|
||||
- Fixed a panic when mdbook serve or mdbook watch were given certain kinds of paths.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 12 03:12:43 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- Update vendored dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 30 00:59:33 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mdbook
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,13 @@
|
||||
|
||||
|
||||
Name: mdbook
|
||||
Version: 0.4.35
|
||||
Version: 0.4.36
|
||||
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: https://github.com/rust-lang/mdBook/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: rust+cargo
|
||||
BuildRequires: zstd
|
||||
@ -35,8 +34,6 @@ mdbook is a utility to create books from Markdown files
|
||||
|
||||
%prep
|
||||
%autosetup -a1 -n mdBook-%{version}
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
%{cargo_build} --all-features
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e89492af54c0a19e5cbb9aed572e552701c54ca58862423ffb5f3e337651545
|
||||
size 26051134
|
||||
oid sha256:845df6ef06d24112713457114da934a4ce668cdc96d69bca03f7d842ba700197
|
||||
size 21545283
|
||||
|
Loading…
Reference in New Issue
Block a user