update to version 0.8.1

epel9
Fabio Valentini 4 years ago
parent 5639a7bdab
commit d08bbae29a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/parking_lot_core-0.7.1.crate /parking_lot_core-0.7.1.crate
/parking_lot_core-0.7.2.crate /parking_lot_core-0.7.2.crate
/parking_lot_core-0.8.0.crate /parking_lot_core-0.8.0.crate
/parking_lot_core-0.8.1.crate

@ -1,11 +1,9 @@
--- parking_lot_core-0.8.0/Cargo.toml 2020-06-23T18:35:29+00:00 --- parking_lot_core-0.8.1/Cargo.toml 2020-12-04T20:13:46+00:00
+++ parking_lot_core-0.8.0/Cargo.toml 2020-08-25T23:08:32.086437+00:00 +++ parking_lot_core-0.8.1/Cargo.toml 2020-12-07T16:00:27.598173+00:00
@@ -44,12 +44,5 @@ @@ -44,10 +44,5 @@
[features] [features]
deadlock_detection = ["petgraph", "thread-id", "backtrace"] deadlock_detection = ["petgraph", "thread-id", "backtrace"]
nightly = [] nightly = []
-[target."cfg(target_os = \"cloudabi\")".dependencies.cloudabi]
-version = "0.1.0"
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1.56" -version = "0.1.56"
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%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-%{crate} Name: rust-%{crate}
Version: 0.8.0 Version: 0.8.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Advanced API for creating custom synchronization primitives Summary: Advanced API for creating custom synchronization primitives
@ -14,7 +14,7 @@ License: ASL 2.0 or MIT
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
# * No Windows # * No Windows, no Redox OS
Patch0: parking_lot_core-fix-metadata.diff Patch0: parking_lot_core-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -133,6 +133,10 @@ which use "thread-id" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Dec 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.8.1-1
- Update to version 0.8.1.
- Fixes RHBZ#1904589
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.8.0-1 * Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.8.0-1
- Update to 0.8.0 - Update to 0.8.0

@ -1 +1 @@
SHA512 (parking_lot_core-0.8.0.crate) = 40ca590b3af8c8993cd0d78c11bdb92e64d58f720f18a2ad5ca7e1e099469f627361305d080700781c467ada73d14633e31246d2f0ad6256c57a55f33cbd41e3 SHA512 (parking_lot_core-0.8.1.crate) = 229cd418f58502635bd7fab2a19b58b7b7c88b9c676a98091c22d0c3ee865f08e42de4983d5ab472beaa1ac39db9a2a9a818de083774bea875e36f094feee499

Loading…
Cancel
Save