forked from pool/mdbook
- Enable all-features flag.
- Update vendored dependencies. OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=11
This commit is contained in:
parent
90e2782eac
commit
8e55f44bd9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 15 21:43:59 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
- Enable all-features flag.
|
||||||
|
- Update vendored dependencies.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 28 03:46:14 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
Wed Dec 28 03:46:14 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mdbook
|
# spec file for package mdbook
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -37,13 +37,13 @@ mkdir .cargo
|
|||||||
cp %{SOURCE2} .cargo/config
|
cp %{SOURCE2} .cargo/config
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{cargo_build}
|
%{cargo_build} --all-features
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{cargo_install}
|
%{cargo_install} --all-features
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{cargo_test}
|
%{cargo_test} --all-features
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:b8305e6a9e5d92eb1555b3d72fcc7b499d69ea9fa83da79464e221360c8e9d05
|
oid sha256:62f357ce61af8f51200863a30c46d16794d505709c3f4c3afae85b47d03e4737
|
||||||
size 16640936
|
size 16699276
|
||||||
|
Loading…
x
Reference in New Issue
Block a user