|
|
|
@ -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 <jistone@redhat.com> - 0.7.0-2
|
|
|
|
|
- Upgrade to petgraph 0.5
|
|
|
|
|
|
|
|
|
|
* Sat Dec 14 11:44:14 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-1
|
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
|
|
|
|
|