diff --git a/rust-funty.spec b/rust-funty.spec index 070b712..cb1de7f 100644 --- a/rust-funty.spec +++ b/rust-funty.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Trait generalization over the primitive types # Upstream license specification: MIT @@ -82,6 +82,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Wed Feb 17 2021 Fabio Valentini - 1.1.0-3 +- Bump Release to fix NVR collision on f34. + * Wed Feb 17 2021 Fabio Valentini - 1.1.0-2 - Downgrade to version 1.1.0 due to big issues in 1.2.0 breaking bitvec and nom.