|
|
|
@ -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 <jistone@redhat.com> - 1.3.1-3
|
|
|
|
|
- Bump to crossbeam-utils 0.7
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|