Update to 0.6.3

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 8d1679ef58
commit 77a258e572
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -4,3 +4,4 @@
/hashbrown-0.2.2.crate
/hashbrown-0.3.0.crate
/hashbrown-0.5.0.crate
/hashbrown-0.6.3.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
# * rustc-hash is not packaged
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate hashbrown
Name: rust-%{crate}
Version: 0.5.0
Release: 2%{?dist}
Version: 0.6.3
Release: 1%{?dist}
Summary: Rust port of Google's SwissTable hash map
# Upstream license specification: Apache-2.0/MIT
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +51,43 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+ahash-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ahash-devel %{_description}
This package contains library source intended for building other packages
which use "ahash" feature of "%{crate}" crate.
%files -n %{name}+ahash-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+ahash-compile-time-rng-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ahash-compile-time-rng-devel %{_description}
This package contains library source intended for building other packages
which use "ahash-compile-time-rng" feature of "%{crate}" crate.
%files -n %{name}+ahash-compile-time-rng-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages
which use "alloc" feature of "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+compiler_builtins-devel
Summary: %{summary}
@ -63,7 +99,31 @@ 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
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+core-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+core-devel %{_description}
This package contains library source intended for building other packages
which use "core" feature of "%{crate}" crate.
%files -n %{name}+core-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+inline-more-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+inline-more-devel %{_description}
This package contains library source intended for building other packages
which use "inline-more" feature of "%{crate}" crate.
%files -n %{name}+inline-more-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
@ -75,7 +135,19 @@ 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
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+raw-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+raw-devel %{_description}
This package contains library source intended for building other packages
which use "raw" feature of "%{crate}" crate.
%files -n %{name}+raw-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rayon-devel
Summary: %{summary}
@ -87,7 +159,7 @@ This package contains library source intended for building other packages
which use "rayon" feature of "%{crate}" crate.
%files -n %{name}+rayon-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rustc-dep-of-std-devel
Summary: %{summary}
@ -99,31 +171,19 @@ 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
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rustc-std-workspace-core-devel
%package -n %{name}+rustc-internal-api-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustc-std-workspace-core-devel %{_description}
%description -n %{name}+rustc-internal-api-devel %{_description}
This package contains library source intended for building other packages
which use "rustc-std-workspace-core" feature of "%{crate}" crate.
which use "rustc-internal-api" feature of "%{crate}" crate.
%files -n %{name}+rustc-std-workspace-core-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%files -n %{name}+rustc-internal-api-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
@ -135,7 +195,7 @@ This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -156,6 +216,9 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
* Fri Dec 20 19:23:00 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.3-1
- Update to 0.6.3
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (hashbrown-0.5.0.crate) = 96c878d0f9dd70eddb14be2c42df955956a334e768a021f6e14369244c9b0f199182566181d4cbdf137adf040f5a397a57d9ab3d503470fb3412f9edb44b2e01
SHA512 (hashbrown-0.6.3.crate) = 660c0023fdf876a6cb54c8c1d217bccc8af0e865f8afaf65652694c0fe38b87a9d85a215833b5eeeda2a170bc7f26e8c1388845317001ad21581673398e29687

Loading…
Cancel
Save