Update to 0.1.5

epel9
Josh Stone 6 years ago
parent 0e520bea0c
commit 0eb17f4a1e

1
.gitignore vendored

@ -1,2 +1,3 @@
/lock_api-0.1.3.crate
/lock_api-0.1.4.crate
/lock_api-0.1.5.crate

@ -1,11 +0,0 @@
--- lock_api-0.1.4/Cargo.toml 1970-01-01T01:00:00+01:00
+++ lock_api-0.1.4/Cargo.toml 2018-10-28T01:02:15.172527+02:00
@@ -20,7 +20,7 @@
license = "Apache-2.0/MIT"
repository = "https://github.com/Amanieu/parking_lot"
[dependencies.owning_ref]
-version = "0.3"
+version = "0.4"
optional = true
[dependencies.scopeguard]

@ -6,17 +6,14 @@
%global crate lock_api
Name: rust-%{crate}
Version: 0.1.4
Release: 3%{?dist}
Version: 0.1.5
Release: 1%{?dist}
Summary: Wrappers to create fully-featured Mutex and RwLock types
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/lock_api
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump owning_ref to 0.4, https://github.com/Amanieu/parking_lot/pull/99
Patch0: lock_api-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -83,6 +80,9 @@ which use "owning_ref" feature of "%{crate}" crate.
%endif
%changelog
* Mon Nov 26 2018 Josh Stone <jistone@redhat.com> - 0.1.5-1
- Update to 0.1.5
* Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-3
- Adapt to new packaging

@ -1 +1 @@
SHA512 (lock_api-0.1.4.crate) = 2311d7505bcc9f49610597c7f75097d775606aa8bb1fa57adbdcfd57fc09cd2812da3efe4717dd98b9ed6c857890ff15e8f06515e0c8992a476c9e45566eeb39
SHA512 (lock_api-0.1.5.crate) = e6049a8a840c11f00b6505dc9d01d1f759aa7bee47520f86e36caf6c52ca476236b09609b0a5cab0f4c247a40a4736f8fc04cf26fce0962cbbf2956ad4adbfde

Loading…
Cancel
Save