Codebase list rust-serde-xml-rs / 3ca08d2
sysinfo - new upstream release. Peter Michael Green 1 year, 10 months ago
3 changed file(s) with 19 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
0 rust-sysinfo (0.22.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-sysinfo (0.23.13-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Team upload.
3 * Package sysinfo 0.23.13 from crates.io using debcargo 2.5.0 (Closes: 1013137)
4
5 [ Wolfgang Silbermayr ]
26 * Package sysinfo 0.22.5 from crates.io using debcargo 2.5.0
37 * Add patch to ignore tests which wont't work in Debian's isolated build
48 environment
59 * Collapse features
610 * Add patch to relax dependency versions
711
8 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Fri, 04 Feb 2022 12:53:35 +0100
12 -- Peter Michael Green <plugwash@debian.org> Fri, 24 Jun 2022 01:26:36 +0000
913
1014 rust-sysinfo (0.13.2-3) unstable; urgency=medium
1115
33 Source: https://github.com/GuillaumeGomez/sysinfo
44
55 Files: *
6 Copyright: 2015-2019 Guillaume Gomez <guillaume1.gomez@gmail.com>
6 Copyright: 2015-2022 Guillaume Gomez <guillaume1.gomez@gmail.com>
77 License: MIT
88
99 Files: debian/*
1010 Copyright:
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
11 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2022 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1313 License: MIT
1414
1515 License: MIT
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -32,7 +32,7 @@
0 Index: sysinfo/Cargo.toml
1 ===================================================================
2 --- sysinfo.orig/Cargo.toml
3 +++ sysinfo/Cargo.toml
4 @@ -41,7 +41,7 @@ version = "1.0"
35 version = "1.0"
46
57 [dependencies.rayon]
810 optional = true
911
1012 [features]
11 @@ -44,11 +44,11 @@
12 multithread = ["rayon"]
13 @@ -54,13 +54,13 @@ multithread = ["rayon"]
1314 unknown-ci = []
15
1416 [target."cfg(all(target_os = \"linux\", not(target_os = \"android\")))".dev-dependencies.tempfile]
1517 -version = "3.2"
1618 +version = "3.1"
19
1720 [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys]
1821 version = "0.8"
22
1923 [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]
2024 -version = "^0.2.112"
2125 +version = "^0.2.80"
26
2227 [target."cfg(windows)".dependencies.ntapi]
2328 version = "0.3"
24