diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91c9176 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hashbrown-0.14.3.crate diff --git a/.rust-hashbrown.metadata b/.rust-hashbrown.metadata index e69de29..bf551d5 100644 --- a/.rust-hashbrown.metadata +++ b/.rust-hashbrown.metadata @@ -0,0 +1 @@ +cd39bb3bb06cd13e1a961086c87acbeae9824e24 SOURCES/hashbrown-0.14.3.crate diff --git a/SOURCES/hashbrown-0.14.2.crate b/SOURCES/hashbrown-0.14.2.crate deleted file mode 100644 index ed15753..0000000 Binary files a/SOURCES/hashbrown-0.14.2.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..6f5748f --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,9 @@ +[features] +hide = [ + "alloc", + "compiler_builtins", + "core", + "nightly", + "rustc-dep-of-std", + "rustc-internal-api", +] diff --git a/SPECS/rust-hashbrown.spec b/SPECS/rust-hashbrown.spec index 5452bd5..e321bed 100644 --- a/SPECS/rust-hashbrown.spec +++ b/SPECS/rust-hashbrown.spec @@ -15,7 +15,7 @@ %global crate hashbrown Name: rust-hashbrown -Version: 0.14.2 +Version: 0.14.3 Release: %autorelease Summary: Rust port of Google's SwissTable hash map @@ -173,6 +173,9 @@ use the "serde" feature of the "%{crate}" crate. %endif %changelog +* Thu Nov 30 2023 Fabio Valentini - 0.14.3-1 +- Update to version 0.14.3; Fixes RHBZ#2251546 + * Mon Nov 20 2023 Arkady L. Shane - 0.14.2-1 - Rebuilt for MSVSphere 9.2