diff --git a/.gitignore b/.gitignore index dee4cd1..712cd80 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/rand_core-0.9.0.crate +SOURCES/rand_core-0.9.1.crate diff --git a/.rust-rand_core.metadata b/.rust-rand_core.metadata index 11eb914..71566ea 100644 --- a/.rust-rand_core.metadata +++ b/.rust-rand_core.metadata @@ -1 +1 @@ -2d3f80394d4a7e644f15377824883accab4c6682 SOURCES/rand_core-0.9.0.crate +f5842f6cfcbf664e1b21a553e3c2a78f6f3a089c SOURCES/rand_core-0.9.1.crate diff --git a/SPECS/rust-rand_core.spec b/SPECS/rust-rand_core.spec index 0102d18..4fb496d 100644 --- a/SPECS/rust-rand_core.spec +++ b/SPECS/rust-rand_core.spec @@ -15,7 +15,7 @@ %global crate rand_core Name: rust-rand_core -Version: 0.9.0 +Version: 0.9.1 Release: %autorelease Summary: Core random number generator traits and tools for implementation @@ -117,6 +117,9 @@ use the "std" feature of the "%{crate}" crate. %changelog ## START: Generated by rpmautospec +* Wed Feb 19 2025 Fabio Valentini - 0.9.1-1 +- Update to version 0.9.1; Fixes RHBZ#2346013 + * Wed Jan 29 2025 Benjamin A. Beasley - 0.9.0-1 - Update to version 0.9.0; Fixes RHBZ#2342269