diff --git a/rust-bstr.spec b/rust-bstr.spec index 76b394e..20d4b8d 100644 --- a/rust-bstr.spec +++ b/rust-bstr.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: String type that is not required to be valid UTF-8 # Upstream license specification: MIT OR Apache-2.0 @@ -155,6 +155,9 @@ which use "unicode" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.2.16-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Mon May 10 2021 Fabio Valentini - 0.2.16-1 - Update to version 0.2.16. - Fixes RHBZ#1925976