Update to 1.4.0

epel9
Josh Stone 5 years ago
parent 151d9f5e46
commit 3827a95582

1
.gitignore vendored

@ -10,3 +10,4 @@
/once_cell-1.2.0.crate
/once_cell-1.3.0.crate
/once_cell-1.3.1.crate
/once_cell-1.4.0.crate

@ -1,16 +0,0 @@
--- once_cell-1.3.1/Cargo.toml 2020-01-17T14:54:13+00:00
+++ once_cell-1.3.1/Cargo.toml 2020-04-01T22:03:16.374781+00:00
@@ -52,11 +52,11 @@
name = "test_synchronization"
required-features = ["std"]
[dependencies.parking_lot]
-version = "0.9.0"
+version = "0.10.0"
optional = true
default_features = false
[dev-dependencies.crossbeam-utils]
-version = "0.6.0"
+version = "0.7.2"
[dev-dependencies.lazy_static]
version = "1.0.0"

@ -5,18 +5,14 @@
%global crate once_cell
Name: rust-%{crate}
Version: 1.3.1
Release: 3%{?dist}
Version: 1.4.0
Release: 1%{?dist}
Summary: Single assignment cells and lazy values
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/once_cell
Source: %{crates_source}
# Initial patched metadata
# * Bump to parking_lot 0.10, https://github.com/matklad/once_cell/pull/91
# * Bump to crossbeam-utils 0.7, https://github.com/matklad/once_cell/pull/97
Patch0: once_cell-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -99,6 +95,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 14 2020 Josh Stone <jistone@redhat.com> - 1.4.0-1
- Update to 1.4.0
* Wed Apr 01 2020 Josh Stone <jistone@redhat.com> - 1.3.1-3
- Bump to crossbeam-utils 0.7

@ -1 +1 @@
SHA512 (once_cell-1.3.1.crate) = 2e326096216f2b02a922cd2b16e6cd444b9b34ce46d8f77197bcc5e0988f7d4db8f2bf56bdef8daf0a8c9af7e93100f9a46bb434975ea7d4732e3ef5ff561a92
SHA512 (once_cell-1.4.0.crate) = 8debf21169653719820c4892ebceda67fedcc3c86e958aec42ade0d38247e12265a0152846f9284c37faa183e452ddf666b117e7ec5c066893cd33ec407dfaa6

Loading…
Cancel
Save