update to version 0.8.3

epel9
Fabio Valentini 4 years ago
parent d2030a99cb
commit 0f99b9250d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/parking_lot_core-0.8.0.crate
/parking_lot_core-0.8.1.crate
/parking_lot_core-0.8.2.crate
/parking_lot_core-0.8.3.crate

@ -1,11 +1,11 @@
--- parking_lot_core-0.8.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ parking_lot_core-0.8.2/Cargo.toml 2020-12-29T10:49:03.367831+00:00
--- parking_lot_core-0.8.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ parking_lot_core-0.8.3/Cargo.toml 2021-02-14T16:31:57.012239+00:00
@@ -44,10 +44,5 @@
[features]
deadlock_detection = ["petgraph", "thread-id", "backtrace"]
nightly = []
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1.56"
-version = "0.2.4"
[target."cfg(unix)".dependencies.libc]
version = "0.2.71"
-[target."cfg(windows)".dependencies.winapi]

@ -5,8 +5,8 @@
%global crate parking_lot_core
Name: rust-%{crate}
Version: 0.8.2
Release: 2%{?dist}
Version: 0.8.3
Release: 1%{?dist}
Summary: Advanced API for creating custom synchronization primitives
# Upstream license specification: Apache-2.0/MIT
@ -133,6 +133,10 @@ which use "thread-id" feature of "%{crate}" crate.
%endif
%changelog
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.3-1
- Update to version 0.8.3.
- Fixes RHBZ#1928267
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (parking_lot_core-0.8.2.crate) = 0d705f348fa125312a7adcf392001ba79eb3932d489f4e9a3c9a2c1b9f65175458561a61e456830999d3d1eb95f3558f58ee80106c8b01720427c1dd4b602d51
SHA512 (parking_lot_core-0.8.3.crate) = 1dba5a7e68ee007918fb210ff308f7382ed1c54d2fe6db36a8246453434246b71e6795db107c83ca39c2bddf5e4a27da7978a464b53d41e150e744d81e75b341

Loading…
Cancel
Save