Update to 0.4.0

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/parking_lot_core-0.3.0.crate /parking_lot_core-0.3.0.crate
/parking_lot_core-0.3.1.crate /parking_lot_core-0.3.1.crate
/parking_lot_core-0.4.0.crate

@ -1,5 +1,5 @@
--- parking_lot_core-0.3.1/Cargo.toml 1970-01-01T01:00:00+01:00 --- parking_lot_core-0.4.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ parking_lot_core-0.3.1/Cargo.toml 2018-10-28T00:31:57.385657+02:00 +++ parking_lot_core-0.4.0/Cargo.toml 2018-12-15T10:00:00.362103+01:00
@@ -19,31 +19,15 @@ @@ -19,31 +19,15 @@
categories = ["concurrency"] categories = ["concurrency"]
license = "Apache-2.0/MIT" license = "Apache-2.0/MIT"
@ -13,7 +13,7 @@
-optional = true -optional = true
- -
[dependencies.rand] [dependencies.rand]
version = "0.5" version = "0.6"
[dependencies.smallvec] [dependencies.smallvec]
version = "0.6" version = "0.6"

@ -6,8 +6,8 @@
%global crate parking_lot_core %global crate parking_lot_core
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.1 Version: 0.4.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: Advanced API for creating custom synchronization primitives Summary: Advanced API for creating custom synchronization primitives
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
@ -24,7 +24,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(libc/default) >= 0.2.27 with crate(libc/default) < 0.3.0) BuildRequires: (crate(libc/default) >= 0.2.27 with crate(libc/default) < 0.3.0)
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)
BuildRequires: (crate(rustc_version/default) >= 0.2.0 with crate(rustc_version/default) < 0.3.0) BuildRequires: (crate(rustc_version/default) >= 0.2.0 with crate(rustc_version/default) < 0.3.0)
BuildRequires: (crate(smallvec/default) >= 0.6.0 with crate(smallvec/default) < 0.7.0) BuildRequires: (crate(smallvec/default) >= 0.6.0 with crate(smallvec/default) < 0.7.0)
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Dec 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-1
- Update to 0.4.0
* Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.1-3 * Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.1-3
- Adapt to new packaging - Adapt to new packaging

@ -1 +1 @@
SHA512 (parking_lot_core-0.3.1.crate) = 3cca0091e839cb0b63dd17f989c1d3d196e9706b4adb227f9308cd2b43b68806dfdf0b7ea098592cdc520bff249ddcadf23d0c0a7c23eda179ac11594c26e127 SHA512 (parking_lot_core-0.4.0.crate) = 25c0389e9d3d88725398fb304d3a4c20a3da0bf0d67f12c7cdca38f8068dc6ea7b57341579136cf4792cbb92fd64dd33cd91412463f4df8902e1b8c87ca08d08

Loading…
Cancel
Save