Update to version 0.9.8; Fixes RHBZ#2212575

epel9
Fabio Valentini 2 years ago
parent 5532f9a1c4
commit 94ebb16e27
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/parking_lot_core-0.9.5.crate /parking_lot_core-0.9.5.crate
/parking_lot_core-0.9.6.crate /parking_lot_core-0.9.6.crate
/parking_lot_core-0.9.7.crate /parking_lot_core-0.9.7.crate
/parking_lot_core-0.9.8.crate

@ -1,3 +0,0 @@
# rust-parking_lot_core
The rust-parking_lot_core package

@ -1,20 +1,14 @@
--- parking_lot_core-0.9.7/Cargo.toml 1970-01-01T00:00:01+00:00 --- parking_lot_core-0.9.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ parking_lot_core-0.9.7/Cargo.toml 1970-01-01T00:00:01+00:00 +++ parking_lot_core-0.9.8/Cargo.toml 2023-06-07T16:10:06.546661+00:00
@@ -52,17 +52,6 @@ @@ -52,11 +52,6 @@
] ]
nightly = [] nightly = []
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.2.8" -version = "0.3"
- -
[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-targets]
-version = "0.45.0" -version = "0.48.0"
-features = [
- "Win32_Foundation",
- "Win32_System_LibraryLoader",
- "Win32_System_SystemServices",
- "Win32_System_WindowsProgramming",
-]

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate parking_lot_core %global crate parking_lot_core
Name: rust-parking_lot_core Name: rust-parking_lot_core
Version: 0.9.7 Version: 0.9.8
Release: %autorelease Release: %autorelease
Summary: Advanced API for creating custom synchronization primitives Summary: Advanced API for creating custom synchronization primitives
@ -18,7 +18,7 @@ Patch: parking_lot_core-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Advanced API for creating custom synchronization primitives.} An advanced API for creating custom synchronization primitives.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (parking_lot_core-0.9.7.crate) = 1f232f1a87ba9377621244ba49378663f3113da7192a399fdb70be971ff5e5ca0d0601e1210a3fd8ab75ef464dc8505e719f81902e3448cce5e7848ef4bdbef0 SHA512 (parking_lot_core-0.9.8.crate) = 8d6dfdf661b0f7d0774cb9f61121f2daefd182ac8a2a0d24eab451febfbe1a664c815c163d34a7f3d15a54915a8e22e6c6cd10e89cb7d7598d48d81ad6a3c256

Loading…
Cancel
Save