|
|
@ -6,8 +6,8 @@
|
|
|
|
%global crate parking_lot
|
|
|
|
%global crate parking_lot
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.6.4
|
|
|
|
Version: 0.7.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Compact and efficient implementations of standard synchronization primitives
|
|
|
|
Summary: Compact and efficient implementations of standard synchronization primitives
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0/MIT
|
|
|
|
# Upstream license specification: Apache-2.0/MIT
|
|
|
@ -24,9 +24,9 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(lock_api/default) >= 0.1.0 with crate(lock_api/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(lock_api/default) >= 0.1.0 with crate(lock_api/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(lock_api/owning_ref) >= 0.1.0 with crate(lock_api/owning_ref) < 0.2.0)
|
|
|
|
BuildRequires: (crate(lock_api/owning_ref) >= 0.1.0 with crate(lock_api/owning_ref) < 0.2.0)
|
|
|
|
BuildRequires: (crate(parking_lot_core/default) >= 0.3.0 with crate(parking_lot_core/default) < 0.4.0)
|
|
|
|
BuildRequires: (crate(parking_lot_core/default) >= 0.4.0 with crate(parking_lot_core/default) < 0.5.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
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)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description \
|
|
|
@ -89,6 +89,9 @@ which use "owning_ref" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Dec 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-1
|
|
|
|
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.4-3
|
|
|
|
* Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.4-3
|
|
|
|
- Adapt to new packaging
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|
|
|