]> git.proxmox.com Git - debcargo-conf.git/commitdiff
sysinfo - new upstream release.
authorPeter Michael Green <plugwash@debian.org>
Fri, 24 Jun 2022 01:28:27 +0000 (01:28 +0000)
committerPeter Michael Green <plugwash@debian.org>
Fri, 24 Jun 2022 01:30:59 +0000 (01:30 +0000)
src/sysinfo/debian/changelog
src/sysinfo/debian/copyright
src/sysinfo/debian/patches/relax-deps.diff

index 83191bc18cbea72362309fb7a7d4c9cf20917702..7d30cd9d25773418a18a7c7701279632039507c2 100644 (file)
@@ -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 <wolfgang@silbermayr.at>  Fri, 04 Feb 2022 12:53:35 +0100
+ -- Peter Michael Green <plugwash@debian.org>  Fri, 24 Jun 2022 01:26:36 +0000
 
 rust-sysinfo (0.13.2-3) unstable; urgency=medium
 
index 59fa2bf7b735ade8bf4567b3962afcd769e5ecb6..d923c4b54af5d32d04dcdf55c775ededca558e03 100644 (file)
@@ -4,13 +4,13 @@ Upstream-Contact: Guillaume Gomez <guillaume1.gomez@gmail.com>
 Source: https://github.com/GuillaumeGomez/sysinfo
 
 Files: *
-Copyright: 2015-2019 Guillaume Gomez <guillaume1.gomez@gmail.com>
+Copyright: 2015-2022 Guillaume Gomez <guillaume1.gomez@gmail.com>
 License: MIT
 
 Files: debian/*
 Copyright:
- 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
+ 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018-2022 Wolfgang Silbermayr <wolfgang@silbermayr.at>
 License: MIT
 
 License: MIT
index 92e0eb71550d7ef32241a871379e7056f4f13cbe..52a53226ec890701130c79495def99e87d7a0a53 100644 (file)
@@ -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]
  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"