|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate once_cell
|
|
|
|
%global crate once_cell
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.6.0
|
|
|
|
Version: 1.7.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Single assignment cells and lazy values
|
|
|
|
Summary: Single assignment cells and lazy values
|
|
|
|
|
|
|
|
|
|
|
@ -100,6 +100,18 @@ which use "unstable" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+unstable-devel
|
|
|
|
%files -n %{name}+unstable-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+race-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+race-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
|
|
|
which use "race" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+race-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
@ -119,6 +131,10 @@ which use "unstable" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Feb 25 2021 Jan Staněk <jstanek@redhat.com> - 1.7.0-1
|
|
|
|
|
|
|
|
- Update to version 1.7.0
|
|
|
|
|
|
|
|
- Add subpackage for the "race" feature
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 22 2021 Jan Staněk <jstanek@redhat.com> - 1.6.0-1
|
|
|
|
* Mon Feb 22 2021 Jan Staněk <jstanek@redhat.com> - 1.6.0-1
|
|
|
|
- Update to version 1.6.0
|
|
|
|
- Update to version 1.6.0
|
|
|
|
|
|
|
|
|
|
|
|