diff --git a/rust-rand_xorshift.spec b/rust-rand_xorshift.spec index 2649edc..66767c7 100644 --- a/rust-rand_xorshift.spec +++ b/rust-rand_xorshift.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Xorshift random number generator # Upstream license specification: MIT OR Apache-2.0 @@ -95,6 +95,9 @@ which use "serde1" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri May 21 2021 Fabio Valentini - 0.3.0-1 - Update to version 0.3.0. - Fixes RHBZ#1909283