]> git.proxmox.com Git - debcargo-conf.git/commitdiff
parking_lot_core: update to 0.9.3
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 1 Jun 2022 12:19:04 +0000 (14:19 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 1 Jun 2022 12:21:47 +0000 (14:21 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/parking-lot-core/debian/changelog
src/parking-lot-core/debian/copyright.debcargo.hint
src/parking-lot-core/debian/patches/bump-cfg-if.patch [deleted file]
src/parking-lot-core/debian/patches/drop-non-linux-os-deps.patch
src/parking-lot-core/debian/patches/series

index 8f97f191c0c2d2bcd6c8b77ee5d988a46fffbcff..14517b2c086abf2ff87563654e443a92ae058ebb 100644 (file)
@@ -1,3 +1,10 @@
+rust-parking-lot-core (0.9.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package parking_lot_core 0.9.3 from crates.io using debcargo 2.5.0
+
+ -- Fabian Grünbichler <f.gruenbichler@proxmox.com>  Wed, 01 Jun 2022 14:18:58 +0200
+
 rust-parking-lot-core (0.8.0-1~bpo11+pve1) proxmox-rust; urgency=medium
 
   * Backport to Debian Bullseye / Proxmox
index a76ba9d28a9cb66a31aebcc4498136916745dea3..c33cabccc17ac0599d464a55672acff1f012c5d4 100644 (file)
@@ -5,7 +5,7 @@ Source: https://github.com/Amanieu/parking_lot
 
 Files: *
 Copyright: FIXME (overlay) UNKNOWN-YEARS Amanieu d'Antras <amanieu@gmail.com>
-License: Apache-2.0 or MIT
+License: MIT or Apache-2.0
 Comment:
  FIXME (overlay): Since upstream copyright years are not available in
  Cargo.toml, they were extracted from the upstream Git repository. This may not
@@ -40,13 +40,6 @@ Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./src/thread_parker/cloudabi.rs
-Copyright: 2016 Amanieu d'Antras
-License: UNKNOWN-LICENSE; FIXME (overlay)
-Comment:
- FIXME (overlay): These notices are extracted from files. Please review them
- before uploading to the archive.
-
 Files: ./src/thread_parker/generic.rs
 Copyright: 2016 Amanieu d'Antras
 License: UNKNOWN-LICENSE; FIXME (overlay)
@@ -133,10 +126,10 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2020 Sylvestre Ledru <sylvestre@debian.org>
- 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
-License: Apache-2.0 or MIT
+ 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018-2022 Sylvestre Ledru <sylvestre@debian.org>
+ 2018-2022 Wolfgang Silbermayr <wolfgang@silbermayr.at>
+License: MIT or Apache-2.0
 
 License: Apache-2.0
  Debian systems provide the Apache 2.0 license in
diff --git a/src/parking-lot-core/debian/patches/bump-cfg-if.patch b/src/parking-lot-core/debian/patches/bump-cfg-if.patch
deleted file mode 100644 (file)
index 5a3fa28..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: parking-lot-core/Cargo.toml
-===================================================================
---- parking-lot-core.orig/Cargo.toml
-+++ parking-lot-core/Cargo.toml
-@@ -25,7 +25,7 @@ version = "0.3.49"
- optional = true
- [dependencies.cfg-if]
--version = "0.1.10"
-+version = "1.0"
- [dependencies.instant]
- version = "0.1.4"
index 82f1e5708c4eed395275e987fb7f580bdfe97649..d43cfc993c3c6a451050477df8ca3f9de1d7c19e 100644 (file)
@@ -2,16 +2,21 @@ Index: parking-lot-core/Cargo.toml
 ===================================================================
 --- parking-lot-core.orig/Cargo.toml
 +++ parking-lot-core/Cargo.toml
-@@ -44,12 +44,5 @@ optional = true
- [features]
- deadlock_detection = ["petgraph", "thread-id", "backtrace"]
+@@ -52,17 +52,5 @@ deadlock_detection = [
+ ]
  nightly = []
--[target."cfg(target_os = \"cloudabi\")".dependencies.cloudabi]
--version = "0.1.0"
 -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
--version = "0.1.56"
+-version = "0.2.8"
+-
  [target."cfg(unix)".dependencies.libc]
- version = "0.2.71"
--[target."cfg(windows)".dependencies.winapi]
--version = "0.3.8"
--features = ["winnt", "ntstatus", "minwindef", "winerror", "winbase", "errhandlingapi", "handleapi"]
+ version = "0.2.95"
+-
+-[target."cfg(windows)".dependencies.windows-sys]
+-version = "0.36.0"
+-features = [
+-    "Win32_Foundation",
+-    "Win32_System_LibraryLoader",
+-    "Win32_System_SystemServices",
+-    "Win32_System_WindowsProgramming",
+-]
index 97139e2dfcc24fcd7ba53e6b0324c8e5eebaae7a..ed1cd03d265a362acca2d4b0059429bbdbdba41a 100644 (file)
@@ -1,2 +1 @@
-bump-cfg-if.patch
 drop-non-linux-os-deps.patch