diff --git a/rust-http.spec b/rust-http.spec index fab58c8..5c59871 100644 --- a/rust-http.spec +++ b/rust-http.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of types for representing HTTP requests and responses # Upstream license specification: MIT/Apache-2.0 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Jan 09 2021 Fabio Valentini - 0.2.3-1 - Update to version 0.2.3. - Fixes RHBZ#1914417