diff --git a/rust-url1.spec b/rust-url1.spec index 1aeeeb4..ed343b5 100644 --- a/rust-url1.spec +++ b/rust-url1.spec @@ -6,7 +6,7 @@ Name: rust-%{crate}1 Version: 1.7.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: URL library for Rust, based on the WHATWG URL Standard # Upstream license specification: MIT/Apache-2.0 @@ -135,6 +135,9 @@ which use "rustc-serialize" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.7.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sun Nov 08 2020 Fabio Valentini - 1.7.2-4 - Drop optional serde feature that has missing dependencies.