diff --git a/rust-ipnet.spec b/rust-ipnet.spec index 1bbbc53..537da87 100644 --- a/rust-ipnet.spec +++ b/rust-ipnet.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 2.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provides types and useful methods for working with IP prefixes # Upstream license specification: MIT OR Apache-2.0 @@ -90,6 +90,9 @@ which use "serde" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 2.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sat Jun 19 2021 Fabio Valentini - 2.3.1-1 - Update to version 2.3.1. - Fixes RHBZ#1972015