Update to 0.7.1

epel9
Josh Stone 5 years ago
parent cedb3ea772
commit 482d73e88c

1
.gitignore vendored

@ -4,3 +4,4 @@
/parking_lot_core-0.5.0.crate
/parking_lot_core-0.6.2.crate
/parking_lot_core-0.7.0.crate
/parking_lot_core-0.7.1.crate

@ -1,14 +1,5 @@
--- parking_lot_core-0.7.0/Cargo.toml 2019-11-25T21:16:31+00:00
+++ parking_lot_core-0.7.0/Cargo.toml 2020-01-16T21:40:35.000863+00:00
@@ -28,7 +28,7 @@
version = "0.1.5"
[dependencies.petgraph]
-version = "0.4.5"
+version = "0.5"
optional = true
[dependencies.smallvec]
@@ -41,12 +41,5 @@
[features]
deadlock_detection = ["petgraph", "thread-id", "backtrace"]

@ -1,12 +1,12 @@
# Generated by rust2rpm 12
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate parking_lot_core
Name: rust-%{crate}
Version: 0.7.0
Release: 3%{?dist}
Version: 0.7.1
Release: 1%{?dist}
Summary: Advanced API for creating custom synchronization primitives
# Upstream license specification: Apache-2.0/MIT
@ -15,7 +15,6 @@ URL: https://crates.io/crates/parking_lot_core
Source: %{crates_source}
# Initial patched metadata
# * No Windows
# * Upgrade to petgraph 0.5, https://github.com/Amanieu/parking_lot/pull/209
Patch0: parking_lot_core-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -134,6 +133,9 @@ which use "thread-id" feature of "%{crate}" crate.
%endif
%changelog
* Tue Apr 14 2020 Josh Stone <jistone@redhat.com> - 0.7.1-1
- Update to 0.7.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (parking_lot_core-0.7.0.crate) = 36c33c67c409e11e1ee4f6e0fa7c458cd5ea1689fa567e0d43624a2be8d44868a6bab0ed56d42e8ee514fdecb5764c5c874a0fa14332185d4a2cfd654d769d7f
SHA512 (parking_lot_core-0.7.1.crate) = c08370d30b7f281f5e4a8c44aead20e3bbbe97045d719f3bcb6f5a9ae51dc499f2af86f7745132612b788418d2be25204db747d8f76053e57e04f27ac4f5f06e

Loading…
Cancel
Save