diff --git a/once_cell-fix-metadata.diff b/once_cell-fix-metadata.diff index 4b51ef1..82c02f6 100644 --- a/once_cell-fix-metadata.diff +++ b/once_cell-fix-metadata.diff @@ -1,6 +1,6 @@ ---- once_cell-1.3.0/Cargo.toml 2020-01-14T17:46:39+00:00 -+++ once_cell-1.3.0/Cargo.toml 2020-01-15T00:57:23.465074+00:00 -@@ -52,7 +52,7 @@ +--- 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] @@ -9,3 +9,8 @@ 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" diff --git a/rust-once_cell.spec b/rust-once_cell.spec index 23407b2..c5e3fb6 100644 --- a/rust-once_cell.spec +++ b/rust-once_cell.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Single assignment cells and lazy values # Upstream license specification: MIT OR Apache-2.0 @@ -14,7 +14,8 @@ 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 +# * 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} @@ -98,6 +99,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Wed Apr 01 2020 Josh Stone - 1.3.1-3 +- Bump to crossbeam-utils 0.7 + * Thu Jan 30 2020 Fedora Release Engineering - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild