diff --git a/.gitignore b/.gitignore index 920d1c6..eaf4dff 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/rustc-hash-2.1.0.crate +SOURCES/rustc-hash-2.1.1.crate diff --git a/.rust-rustc-hash.metadata b/.rust-rustc-hash.metadata index 1bc7bd6..1f88323 100644 --- a/.rust-rustc-hash.metadata +++ b/.rust-rustc-hash.metadata @@ -1 +1 @@ -64e463f067193c6472c3c408af9e79246f0bfb4f SOURCES/rustc-hash-2.1.0.crate +f144c32f41afa29f6e09c0ceefcc458b291c5bff SOURCES/rustc-hash-2.1.1.crate diff --git a/SPECS/rust-rustc-hash.spec b/SPECS/rust-rustc-hash.spec index bd46a88..ec9802a 100644 --- a/SPECS/rust-rustc-hash.spec +++ b/SPECS/rust-rustc-hash.spec @@ -15,7 +15,7 @@ %global crate rustc-hash Name: rust-rustc-hash -Version: 2.1.0 +Version: 2.1.1 Release: %autorelease Summary: Speedy, non-cryptographic hashing algorithm used by rustc @@ -103,6 +103,12 @@ use the "std" feature of the "%{crate}" crate. %changelog ## START: Generated by rpmautospec +* Mon Feb 10 2025 Fabio Valentini - 2.1.1-1 +- Update to version 2.1.1; Fixes RHBZ#2344031 + +* Sun Jan 19 2025 Fedora Release Engineering - 2.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jan 03 2025 Fabio Valentini - 2.1.0-1 - Update to version 2.1.0; Fixes RHBZ#2329629