Update to 0.3.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 64d488f2b7
commit c353031e82
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -2,3 +2,4 @@
/hashbrown-0.2.0.crate
/hashbrown-0.2.1.crate
/hashbrown-0.2.2.crate
/hashbrown-0.3.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm
# Generated by rust2rpm-9-1.fc31
%bcond_with check
%global debug_package %{nil}
%global crate hashbrown
Name: rust-%{crate}
Version: 0.2.2
Version: 0.3.0
Release: 1%{?dist}
Summary: Rust port of Google's SwissTable hash map
@ -56,6 +56,30 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+compiler_builtins-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+compiler_builtins-devel %{_description}
This package contains library source intended for building other packages
which use "compiler_builtins" feature of "%{crate}" crate.
%files -n %{name}+compiler_builtins-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+nightly-devel %{_description}
This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+rayon-devel
Summary: %{summary}
BuildArch: noarch
@ -68,6 +92,42 @@ which use "rayon" feature of "%{crate}" crate.
%files -n %{name}+rayon-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+rustc-dep-of-std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustc-dep-of-std-devel %{_description}
This package contains library source intended for building other packages
which use "rustc-dep-of-std" feature of "%{crate}" crate.
%files -n %{name}+rustc-dep-of-std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+rustc-std-workspace-alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustc-std-workspace-alloc-devel %{_description}
This package contains library source intended for building other packages
which use "rustc-std-workspace-alloc" feature of "%{crate}" crate.
%files -n %{name}+rustc-std-workspace-alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+rustc-std-workspace-core-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustc-std-workspace-core-devel %{_description}
This package contains library source intended for building other packages
which use "rustc-std-workspace-core" feature of "%{crate}" crate.
%files -n %{name}+rustc-std-workspace-core-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
@ -96,6 +156,9 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 09 14:16:35 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Update to 0.3.0
* Tue Apr 16 2019 Josh Stone <jistone@redhat.com> - 0.2.2-1
- Update to 0.2.2

@ -1 +1 @@
SHA512 (hashbrown-0.2.2.crate) = 1473d6c4fdc6a91031dce997c66517e87cf4a214ff1fe5e959c85f46f1d09b48bc64b5e9c213889885cc2ba64b609086c624d3f18e299333d0dd7e94d4dabae5
SHA512 (hashbrown-0.3.0.crate) = 4455bb81625e823b0bed0d0be18371126a3260bb7e980f223e725b9786f95048be2aba7d950abaa283d72e320d93067e85ab73eee3f0cbe685a99c5d0a351e19

Loading…
Cancel
Save