Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10841427
D1536.id3768.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D1536.id3768.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : cargo
-version : 0.22.0
-release : 8
+version : 0.23.0
+release : 9
source :
- - https://github.com/rust-lang/cargo/archive/0.22.0.tar.gz : 6740e2f8d035a5a5246a12e84a141d37ad4c2b826355aff497e6f1fcfb637aef
+ - https://github.com/rust-lang/cargo/archive/0.23.0.tar.gz : f4bbe2a8719dbb8da20842235093f7f70f034d01633189e83f75897d68cd274f
license :
- Apache-2.0
- MIT
@@ -21,19 +21,19 @@
- cargo
- git # check
- rust
+ - mdbook
rundeps :
- rust
build : |
- cargo build --release
- sh src/ci/dox.sh
+ cargo build %JOBS% --release
install : |
- cargo install --root=$installdir/usr
+ cargo install %JOBS% --root=$installdir/usr
rm $installdir/usr/.crates.toml
install -Dm 00644 src/etc/cargo.bashcomp.sh $installdir/usr/share/bash-completion/completions.d/cargo.bashcomp.sh
install -Dm 00644 src/etc/_cargo $installdir/usr/share/zsh/site-functions/_cargo
install -Dm 00644 src/etc/man/cargo*.1 -t $installdir/usr/share/man/man1
install -dm 00755 $installdir/usr/share/doc/cargo/html
- cp -a target/doc $installdir/usr/share/doc/cargo/html
+ mdbook build --no-create --dest-dir $installdir/usr/share/doc/cargo/html src/doc/book
check : |
- CFG_DISABLE_CROSS_TESTS=1 cargo test --no-fail-fast
+ CFG_DISABLE_CROSS_TESTS=1 cargo test %JOBS% --no-fail-fast -- --test-threads=%YJOBS%
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>cargo</Name>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Nathan Caldwell</Name>
+ <Email>saintdev@gmail.com</Email>
</Packager>
<License>Apache-2.0</License>
<License>MIT</License>
@@ -34,12 +34,12 @@
</Files>
</Package>
<History>
- <Update release="8">
- <Date>2017-11-13</Date>
- <Version>0.22.0</Version>
+ <Update release="9">
+ <Date>2017-12-03</Date>
+ <Version>0.23.0</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Nathan Caldwell</Name>
+ <Email>saintdev@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 11 2023, 7:08 AM (8 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5831767
Default Alt Text
D1536.id3768.diff (2 KB)
Attached To
Mode
D1536: Update cargo to 0.23.0
Attached
Detach File
Event Timeline
Log In to Comment