|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate indexmap
|
|
|
|
%global crate indexmap
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.5.1
|
|
|
|
Version: 1.5.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Hash table with consistent order and fast iteration
|
|
|
|
Summary: Hash table with consistent order and fast iteration
|
|
|
|
|
|
|
|
|
|
|
@ -95,6 +95,18 @@ which use "serde-1" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+serde-1-devel
|
|
|
|
%files -n %{name}+serde-1-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+std-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+std-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
|
|
|
which use "std" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+std-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+test_debug-devel
|
|
|
|
%package -n %{name}+test_debug-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -138,6 +150,9 @@ which use "test_low_transition_point" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Sep 01 2020 Josh Stone <jistone@redhat.com> - 1.5.2-1
|
|
|
|
|
|
|
|
- Update to 1.5.2
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 08 2020 Josh Stone <jistone@redhat.com> - 1.5.1-1
|
|
|
|
* Sat Aug 08 2020 Josh Stone <jistone@redhat.com> - 1.5.1-1
|
|
|
|
- Update to 1.5.1
|
|
|
|
- Update to 1.5.1
|
|
|
|
|
|
|
|
|
|
|
|