Update to 0.7.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 4f81ecce31
commit 4bff9a9345
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/parking_lot-0.6.4.crate
/parking_lot-0.7.0.crate

@ -1,7 +1,7 @@
--- parking_lot-0.6.4/Cargo.toml 1970-01-01T01:00:00+01:00
+++ parking_lot-0.6.4/Cargo.toml 2018-10-28T01:29:00.636663+02:00
--- parking_lot-0.7.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ parking_lot-0.7.0/Cargo.toml 2018-12-15T10:00:50.025562+01:00
@@ -29,7 +29,5 @@
version = "0.5"
version = "0.6"
[features]
-deadlock_detection = ["parking_lot_core/deadlock_detection"]

@ -6,8 +6,8 @@
%global crate parking_lot
Name: rust-%{crate}
Version: 0.6.4
Release: 3%{?dist}
Version: 0.7.0
Release: 1%{?dist}
Summary: Compact and efficient implementations of standard synchronization primitives
# Upstream license specification: Apache-2.0/MIT
@ -24,9 +24,9 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(lock_api/default) >= 0.1.0 with crate(lock_api/default) < 0.2.0)
BuildRequires: (crate(lock_api/owning_ref) >= 0.1.0 with crate(lock_api/owning_ref) < 0.2.0)
BuildRequires: (crate(parking_lot_core/default) >= 0.3.0 with crate(parking_lot_core/default) < 0.4.0)
BuildRequires: (crate(parking_lot_core/default) >= 0.4.0 with crate(parking_lot_core/default) < 0.5.0)
%if %{with check}
BuildRequires: (crate(rand/default) >= 0.5.0 with crate(rand/default) < 0.6.0)
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
%endif
%global _description \
@ -89,6 +89,9 @@ which use "owning_ref" feature of "%{crate}" crate.
%endif
%changelog
* Sat Dec 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-1
- Update to 0.7.0
* Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.4-3
- Adapt to new packaging

@ -1 +1 @@
SHA512 (parking_lot-0.6.4.crate) = e2d91dcddb872d09d1f4a9d7fff21ca53c0c8b15f49e46b68e4a59f2ccffe1e852214860bd99d9407a66e4b6ecf102fb96ad792bb3e9676ecde349d728f16028
SHA512 (parking_lot-0.7.0.crate) = e761a33d94dc061265f7973aef8b024d93cdada7ab96e1978a9a631b3099f527f33c81f745883e7ab7071893e84724a2c9dcb0c85196de7733f22beeb0c3cbb7

Loading…
Cancel
Save