From 77a258e57263cc3345698183da234bbd50ecb429 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 20 Dec 2019 19:23:46 +0100 Subject: [PATCH] Update to 0.6.3 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + rust-hashbrown.spec | 117 ++++++++++++++++++++++++++++++++++---------- sources | 2 +- 3 files changed, 92 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index e7cf70b..77bda4a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /hashbrown-0.2.2.crate /hashbrown-0.3.0.crate /hashbrown-0.5.0.crate +/hashbrown-0.6.3.crate diff --git a/rust-hashbrown.spec b/rust-hashbrown.spec index 8d56f92..0a4ed8b 100644 --- a/rust-hashbrown.spec +++ b/rust-hashbrown.spec @@ -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 - 0.6.3-1 +- Update to 0.6.3 + * Fri Jul 26 2019 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index a44c2b2..03f857c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (hashbrown-0.5.0.crate) = 96c878d0f9dd70eddb14be2c42df955956a334e768a021f6e14369244c9b0f199182566181d4cbdf137adf040f5a397a57d9ab3d503470fb3412f9edb44b2e01 +SHA512 (hashbrown-0.6.3.crate) = 660c0023fdf876a6cb54c8c1d217bccc8af0e865f8afaf65652694c0fe38b87a9d85a215833b5eeeda2a170bc7f26e8c1388845317001ad21581673398e29687