From: Peter Michael Green Date: Fri, 24 Jun 2022 01:28:27 +0000 (+0000) Subject: sysinfo - new upstream release. X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3ca08d2750b2629002f58063f89c137c5a09ee5b;p=debcargo-conf.git sysinfo - new upstream release. --- diff --git a/src/sysinfo/debian/changelog b/src/sysinfo/debian/changelog index 83191bc18..7d30cd9d2 100644 --- a/src/sysinfo/debian/changelog +++ b/src/sysinfo/debian/changelog @@ -1,12 +1,16 @@ -rust-sysinfo (0.22.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium +rust-sysinfo (0.23.13-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + * Team upload. + * Package sysinfo 0.23.13 from crates.io using debcargo 2.5.0 (Closes: 1013137) + + [ Wolfgang Silbermayr ] * Package sysinfo 0.22.5 from crates.io using debcargo 2.5.0 * Add patch to ignore tests which wont't work in Debian's isolated build environment * Collapse features * Add patch to relax dependency versions - -- Wolfgang Silbermayr Fri, 04 Feb 2022 12:53:35 +0100 + -- Peter Michael Green Fri, 24 Jun 2022 01:26:36 +0000 rust-sysinfo (0.13.2-3) unstable; urgency=medium diff --git a/src/sysinfo/debian/copyright b/src/sysinfo/debian/copyright index 59fa2bf7b..d923c4b54 100644 --- a/src/sysinfo/debian/copyright +++ b/src/sysinfo/debian/copyright @@ -4,13 +4,13 @@ Upstream-Contact: Guillaume Gomez Source: https://github.com/GuillaumeGomez/sysinfo Files: * -Copyright: 2015-2019 Guillaume Gomez +Copyright: 2015-2022 Guillaume Gomez License: MIT Files: debian/* Copyright: - 2018-2019 Debian Rust Maintainers - 2018-2019 Wolfgang Silbermayr + 2018-2022 Debian Rust Maintainers + 2018-2022 Wolfgang Silbermayr License: MIT License: MIT diff --git a/src/sysinfo/debian/patches/relax-deps.diff b/src/sysinfo/debian/patches/relax-deps.diff index 92e0eb715..52a53226e 100644 --- a/src/sysinfo/debian/patches/relax-deps.diff +++ b/src/sysinfo/debian/patches/relax-deps.diff @@ -1,6 +1,8 @@ ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -32,7 +32,7 @@ +Index: sysinfo/Cargo.toml +=================================================================== +--- sysinfo.orig/Cargo.toml ++++ sysinfo/Cargo.toml +@@ -41,7 +41,7 @@ version = "1.0" version = "1.0" [dependencies.rayon] @@ -9,17 +11,19 @@ optional = true [features] -@@ -44,11 +44,11 @@ - multithread = ["rayon"] +@@ -54,13 +54,13 @@ multithread = ["rayon"] unknown-ci = [] + [target."cfg(all(target_os = \"linux\", not(target_os = \"android\")))".dev-dependencies.tempfile] -version = "3.2" +version = "3.1" + [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys] version = "0.8" + [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc] -version = "^0.2.112" +version = "^0.2.80" + [target."cfg(windows)".dependencies.ntapi] version = "0.3" -