Update to version 0.9.3; Fixes RHBZ#2070223

epel9
Fabio Valentini 3 years ago
parent 1a23da4deb
commit 50b5f065dd
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/parking_lot_core-0.8.3.crate /parking_lot_core-0.8.3.crate
/parking_lot_core-0.8.5.crate /parking_lot_core-0.8.5.crate
/parking_lot_core-0.9.1.crate /parking_lot_core-0.9.1.crate
/parking_lot_core-0.9.3.crate

@ -1,13 +1,20 @@
--- parking_lot_core-0.9.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- parking_lot_core-0.9.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ parking_lot_core-0.9.1/Cargo.toml 2022-03-03T11:19:02.608679+00:00 +++ parking_lot_core-0.9.3/Cargo.toml 2022-05-24T14:17:50.607577+00:00
@@ -40,10 +40,5 @@ @@ -52,17 +52,5 @@
[features] ]
deadlock_detection = ["petgraph", "thread-id", "backtrace"]
nightly = [] nightly = []
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.2.8" -version = "0.2.8"
-
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2.95" version = "0.2.95"
-
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.32" -version = "0.36.0"
-features = ["Win32_Foundation", "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_System_WindowsProgramming"] -features = [
- "Win32_Foundation",
- "Win32_System_LibraryLoader",
- "Win32_System_SystemServices",
- "Win32_System_WindowsProgramming",
-]

@ -5,12 +5,12 @@
%global crate parking_lot_core %global crate parking_lot_core
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.1 Version: 0.9.3
Release: %autorelease Release: %autorelease
Summary: Advanced API for creating custom synchronization primitives Summary: Advanced API for creating custom synchronization primitives
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: MIT OR Apache-2.0
License: ASL 2.0 or MIT License: MIT or ASL 2.0
URL: https://crates.io/crates/parking_lot_core URL: https://crates.io/crates/parking_lot_core
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata

@ -1 +1 @@
SHA512 (parking_lot_core-0.9.1.crate) = c084dc175c3d91ab19b897d0bafb736a9c2ae89242ac4e2ed87e6f73ae61862c641fa29fe6beec27602686f36a52bf5eff7a3c2138a4a8edbcaf1338e62d4df2 SHA512 (parking_lot_core-0.9.3.crate) = fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df

Loading…
Cancel
Save