diff --git a/parking_lot_core-fix-metadata.diff b/parking_lot_core-fix-metadata.diff index 47b117e..b9b5503 100644 --- a/parking_lot_core-fix-metadata.diff +++ b/parking_lot_core-fix-metadata.diff @@ -1,5 +1,14 @@ --- parking_lot_core-0.7.0/Cargo.toml 2019-11-25T21:16:31+00:00 -+++ parking_lot_core-0.7.0/Cargo.toml 2019-12-14T10:44:14.139943+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"] diff --git a/rust-parking_lot_core.spec b/rust-parking_lot_core.spec index 3c87627..7aa9175 100644 --- a/rust-parking_lot_core.spec +++ b/rust-parking_lot_core.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Advanced API for creating custom synchronization primitives # Upstream license specification: Apache-2.0/MIT @@ -15,6 +15,7 @@ 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} @@ -133,6 +134,9 @@ which use "thread-id" feature of "%{crate}" crate. %endif %changelog +* Thu Jan 16 2020 Josh Stone - 0.7.0-2 +- Upgrade to petgraph 0.5 + * Sat Dec 14 11:44:14 CET 2019 Igor Gnatenko - 0.7.0-1 - Update to 0.7.0